Hide a configuration section behind an interface
In my previous project, the team used custom configuration sections for different parts of the application. Because each class had access to all information, I added an interface for each service with just the information that service would need.
For...
kenbonny.net5 min read