- Loading...
-
Sponsored by Nick Chapsas—Want to learn how to build elegant REST APIs in .NET? Get 5% off Nick's latest course "From Zero to Hero: REST APIs in .NET"!
-
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…