565 Views
In part 1 of this article series Dependency Injection was covered - one of the features of the Host class. This article shows another aspect that's needed by nearly every application: configuration. Here, I'm covering using the ConfigurationBuilder, using the IConfiguration API, injecting this interface, and what's in the Host class.
0 comments