
It’s all in the Host Class – Part 2: Configuration
.NET Core gives flexible options to configure app settings. The Host class has DI, configuration, and logging built-in. Let’s look into the configuration part of the Host class. Continue reading It’s all in the Host Class – Part 2: Configuration