.NET .NET Core ASP.NET Core C# Visual Studio Web API Upgrading a Web API from .NET Core 3.1 to .NET 7 In this post I will show how to upgrade a .NET Core 3.1 Web API application to .NET 7.0.
.NET .NET Core ASP.NET Core Best Practices C# Visual Studio Web API How to Handle Errors within a .NET Core Minimal Web API In this post I will show how to handle and format errors within a .NET Core Minimal Web API.
.NET .NET Core ASP.NET Core Azure C# Dependency Injection DevOps PaaS Patterns Visual Studio How to use Azure App Configuration Service Features within Web Apps In this post I will show how to use Azure App Configuration features within a .NET Core Web application.
.NET .NET Core ASP.NET Core Azure Azure App Services C# Dependency Injection DevOps Patterns Visual Studio How to use Azure App Configuration Labels in Web Apps In this post I will show how to use Azure App Configuration labels within a .NET Core Web application.
.NET .NET Core ASP.NET Core Azure C# Dependency Injection Patterns Visual Studio How to Refresh Web App Configurations with the Azure App Configuration Service In this post I will show how to refresh web app configurations with the Azure App Configuration Service.
.NET .NET Core ASP.NET Core Azure Azure App Services C# Visual Studio How to Configure Web Apps with the Azure App Configuration Service In today's post I will show how to Configure Web Applications with Azure App Configuration Settings.
.NET .NET Core ASP.NET Core C# Visual Studio How to use the Hot Reload Feature in Visual Studio In today's post I will show how to use the Hot Reload feature in Visual Studio.
.NET .NET Core ASP.NET Core C# Entity Framework Core Unit Testing Visual Studio Web API How to Unit Test a .NET Core Minimal Web API In today's post I will show how to implement a Minimal Web API with Unit Testing.
.NET .NET Core C# Entity Framework Core Visual Studio Web API Using Entity Framework Core within a .NET Core Minimal API In today's post I will show how to implement a Minimal Web API with Entity Framework Core.
.NET .NET Core C# Patterns Visual Studio Using Design Patterns in .NET Core – Part 11 – Mediator In today's post I will show how to apply the Mediator design pattern within a .NET Core application.