In this Microsoft Azure article, we will create a storage container inside an Azure storage account using Azure SDK for .NET.
C#
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#.
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.
How to Create and Use Environment Variables in ASP.NET and C#
This ASP.NET blog post will show you how to create and use environment variables inside an ASP.NET application.
Detect Language Using Azure AI Services
This Microsoft Azure AI Services and .NET blog post will show how to detect a language using the Azure AI Services SDK for .NET.
Understanding Semantic Versioning
This blog post will explain the term “semantic versioning” in software development and release and why it’s important to understand.
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.
Connect to Azure from C# With launchsettings.json
This post will show how to connect to Azure from a .NET C# application using a LunchSettings.Json file.
C# Error – The configuration file ‘appsettings.json’ was not found and is not optional
You receive the following error message when running a C# program that uses a Json configuration file.
When to Use “this” in C# .NET Code
This .NET C# blog post will explain when to use the “this” keyword in a C# application and its purpose.
C# Error -‘ServiceController’ could not be found in the namespace
This blog post will show you how to fix the following .NET C# build error when trying to work with Windows Services.