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 look at how to configure named options that require injected services and how to configure all named options at once using ConfigureAll()…
In this post I look at the problems you can hit with strongly-typed settings when you inject Scoped services into IConfigureOptions, and how to avoid them…
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 show how I added CI builds with Azure DevOps to an open source .NET library hosted on GitHub…
In this post I describe how to draw a tree-like directory structure using ASCII art in C#.…
In my last post, I described how you can use Scrutor to add assembly scanning to the ASP.NET Core built-in DI container, without using a third-party library…
Stay up to the date with the latest posts!