My new book ASP.NET Core in Action, Second Edition is available now! It supports .NET 5.0, and is available as an eBook or paperback. You even get a free copy of the first edition of ASP.NET Core in Action!
In this post I describe how you can register multiple instances of a strongly-typed settings object in the ASP.NET Core DI container using named options.…
In this post I describe an issue I was having in which my application wouldn't load my appsettings.Development.json file when running in Docker on Linux…
In this post I describe how I created a .NET Core global tool to easily convert configuration stored in web.config files to JSON files for ASP.NET Core.…
In this post I describe how to to verify your strongly typed configuration objects are correctly bound to your configuration at app startup…
In this post I show how you can extract common settings to a shared JSON file and how to configure your projects to use them locally and after publishing…
In this post, I'll take a look at how Program.cs and Startup.cs have changed in ASP.NET Core 2.0 preview 1 and introduce the new CreateDefaultBuilder method.…
Stay up to the date with the latest posts!