ASP.NET Core AppSettings for Azure App Service
First published on MSDN on Jun 12, 2018
In regular .NET world, we have option to save settings in web.config or in app.config file. But in .NET Core, you have option to save them in few other locations like
appsettings.json… Continue reading ASP.NET Core AppSettings for Azure App Service
