In this Microsoft Azure article, we will create a storage container inside an Azure storage account using Azure SDK for .NET.
.NET
How to Include Files to Publish in ASP.NET
This ASP.NET post will show you how to include files to publish in ASP.NET application when deploying to Azure Web App.
Difference Between Properties and Variables in C#: Explained
In this Post, Difference Between Properties and Variables in C#: Explained, We will explain the Difference Between Properties and Variables in C#.
How to Configure Visual Studio 2022 for Auto-Updates
Keeping your development environment up-to-date is crucial for accessing the latest features, security patches, and performance improvements.
Creating and Using a Custom C# Class in an ASP.NET Razor Page
ASP.NET Razor Pages is a popular framework for building dynamic web applications with C#.
Display Variables in ASP.NET Razor Pages
In this blog post, we will demonstrate how to print environment variables in an ASP.NET Razor Page.
Managing Environment-Specific Settings in ASP.NET Core
This ASP.NET blog post will guide you through the steps of differentiating settings per environment in ASP.NET Core and provide a simple how to example.
Connect to Azure Using Azure SDK for .NET
In this Azure SDK for .NET, we will show you how to connect to Azure from a .NET application.
Use Azure OpenAI With Blazor Application
This Azure OpenAI and Blazor post will show how to create a Blazor web application and use Azure OpenAI.
Get Started with Azure OpenAI .NET SDK
This Azure OpenAI blog post will show how to use the Azure OpenAI .NET SDK to create an LLM application that generates secure passwords using an OpenAI endpoint hosted on Azure.
Configuring the VS Code Debugger for .NET Applications
In this Microsoft .NET blog post, we will show how to configure a debugger in the VS Code IDE for a .NET (C#) application.
Connect to Microsoft Graph from a .NET Application
In this Microsoft Graph blog post, I will show how to use the Graph Client to connect to the Graph API from a .NET application.