
February 1, 2025
Options pattern
In our previous post , we explored the basics of .NET’s configuration system. When using configuration in your application, you’ve probably found yourself calling configuration["SomeKey"] over and over again while worrying about typos or missing keys.
Read More
January 5, 2025
.NET Configuration
If you’ve been working with .NET for a while, chances are you’ve used the configuration system to load settings from appsettings.
Read More