Tag: 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…
-

In older solutions I’ve created a service that returns all the different configurations used by different projects in a solution, e.g. URLs to APIs, connection…
-

ASP.NET Core included the WebHost class that was used in the Main method to startup everything up – including the dependency injection container. With Non-ASP.NET…
-

.NET Core gives more and easier options for configuration. Do you store your configuration values with XML files? Do you use XML transformations for different…
-
My ASP.NET Core 1.0 presentation and code samples for download


