by CPI Staff | Oct 11, 2024 | .NET, Azure, Blog, Entra ID
In this  Azure REST API post, I will show you how to create an App Registration for Microsoft Azure SDK for .NET. Azure SDK for .NET allows us to manage Azure programmatically using .NET libraries. Using the SDK, we can create and manage any Azure resource. The Azure...
by CPI Staff | Oct 10, 2024 | .NET, Azure, Blog
In this  Microsoft Azure article, we will create a storage container inside an Azure storage account using Azure SDK for .NET. Estimated reading time: 3 minutes Table of contentsCreating a Storage Container in Azure Using Azure SDK for .NETCreate Storage...
by CPI Staff | Oct 7, 2024 | .NET, AI, DALL-E, OpenAI
This Azure OpenAI article will show you how to generate DALL-E images with .NET C# Console application using the Azure SDK for .NET. Table of contentsAzure SDK for .NETGenerate DALL-E Images with .NET C# Console ApplicationInstall-PackageProgram.csRelated Articles...
by CPI Staff | Sep 10, 2024 | .NET, AI, Azure AI Translator, Blog
Following our previous post about Azure AI Translator, this post will show how to translate text between a source and target language using C#. About Azure AI Translator Microsoft Azure AI Translator offers translation services like language detection and translation...
by CPI Staff | Jul 29, 2024 | .NET, AI, Azure, Azure AI Services, Azure AI Vision, Blog, C#
This Azure AI Vision article will show you how to create a .NET app that reads handwritten text using Azure AI Vision. Microsoft Azure AI Services offers several AI services that can help streamline business processes or create in-house applications that can replace...
by CPI Staff | Jul 22, 2024 | .NET, Blog, C#
This Microsoft .NET article will explain what appsettings.json is in .NET and C# and how to use it. The ‘appsettings.json’ file allows us to manage an application configuration securely and efficiently and easily transition between development and...