- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Creating a custom ConfigurationProvider in ASP.NET Core to parse YAML
ASP.NET Core ships with a new configuration system. In this post I show how to create a custom configuration provider to load YAML files.…

How to use the IOptions pattern for configuration in ASP.NET Core RC2
In this post I demonstrate the power of the IOptions<> pattern for configuration in ASP.NET Core, and describe a few of the problems you may run in to…

