How to Use .NET appsettings.json

How to Use .NET appsettings.json

In this blog post How to Use .NET appsettings.json for Cleaner Configuration we will explore how appsettings.json helps you manage configuration in modern .NET apps, without sprinkling values throughout your codebase. You will learn what it is, why it exists, and how...
Accelerate VS Code Development with MCP Servers

Accelerate VS Code Development with MCP Servers

In this blog post Accelerate VS Code Development with MCP Servers we will look at how to plug Model Context Protocol (MCP) servers into VS Code so you can ship features faster and with fewer mistakes. Before we touch settings and code, we’ll start with a high-level...