Using ASP.NET Core configuration mechanism with valid objects
Applications often demand configuration values, those can either be connection strings, logging level settings or specific tokens, for example. While developing with .NET Core framework the configuration mechanism is based at Microsoft.Extensions.Configuration. This is a...
21 Sep 2018