A Guide to Use Configuration in .Net Core Console Application

When working with .NET Core console applications, you may often need to store settings such as connection strings, API keys, or custom values. In .Net framework, the app.config file gets included automatically. While in .Net core you need to perform couple of steps to use the application configurations. In this post, I’ll walk you through … Read more