ASP.NET Core in Action, Second Edition supports .NET 5.0. Buy the book in MEAP now, and get the chapters as they're written. You even get a free copy of the first edition of ASP.NET Core in Action!
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…
In this post, I'll show how you can use the new IOptionsSnapshot interface to reload strongly typed options when a configuration file changes in ASP.NET…
This post is a follow on to one by Steve Gordon, in which I show a clean way to use configured services when setting up MvcOptions when calling AddMvc.…
In this post I'll show how to load machine-specific configuration values in your applications using the new ASP.NET Core configuration system.…
This post shows how you can inject services when configuring IOptions implementations in your Startup class. By implementing the IConfigureOptions interface…
Stay up to the date with the latest posts!