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 show an approach to configuring environment specific services using naming conventions built into the Startup class and the WebHostBuilder.…
In this post I show how you can configure dependency injection so that different services will be injected when you are in a development environment.…
This post shows how you can inject services when configuring IOptions implementations in your Startup class using the IConfigureOptions interface.…
In this post I'll show how you can replace the default ASP.NET Core DI container with StructureMap, to give easy convention based configuration.…
Stay up to the date with the latest posts!