How to use app.config or configuration files in .NET Core Console Application
Views (68)
Hello everyone and welcome to my blog. In today’s blog I will show you on how to use configuration files in .NET Core console application. For .NET framework applications we always use the app.config to store our configuration values for the application. In .NET Core, instead of App.Config file, we need to use appsettings.json file. …
How to use app.config or configuration files in .NET Core Console Application Read More »
The post How to use app.config or configuration files in .NET Core Console Application appeared first on Debajit's Power Apps & Dynamics 365 Blog.
This was originally posted here.

Like
Report
*This post is locked for comments