- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Viewing overwritten configuration values in ASP.NET Core
In this post I show how you can view the overridden values from configuration for debugging purposes.…

Viewing app configuration using Oakton's Describe command and Spectre.Console
In this post I introduce Oakton's describe command, and show how to create an extension that prints your application's configuration to the console.…

Debugging configuration values in ASP.NET Core
In this post I show how to use IConfigurationRoot.GetDebugView(), walk through its implementation, and describe how to expose the data as an API.…

Using action results and content negotiation with "route-to-code" APIs
In this post I describe how to use content negotiation with route-to-code by executing ActionResults.…

5 ways to set the URLs for an ASP.NET Core app
In this post I describe 5 different ways to set which URLs your ASP.NET Core application listens on.…

Avoiding Startup service injection in ASP.NET Core 3
Upgrading to ASP.NET Core 3.0 - Part 3
In this post I describe the changes to dependency injection in your Startup class when upgrading an ASP.NET Core 2.x app to .NET Core 3.0.…

