In this post, we are going to implement Options Pattern with .Net 6. What is Options Pattern? The Options Pattern allows us to access strongly typed application settings by using classes and reading from the appsettings.json file. Benefits are testing gets easier(easy to mock), live reloading is...
Patterns in C#, C++ and .Net