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 how to use the new IOptionsSnapshot interface to reload strongly typed options when a configuration file changes in ASP.NET Core 1.1.0…
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 using the IConfigureOptions interface.…
I previously showed how to load tenants from a database using Saaskit. In this post I show how to avoid hitting the database with every request…
In this post I describe how to configure the URLs your application binds to when using Kestrel or the WebListener HTTP servers…
Stay up to the date with the latest posts!