Demystifying .NET Application Development Configuration – User secrets vs appsettings.Development.json
A common question that comes up in .NET development is how to setup local configuration for development only when you are working with other developers on the same git repo. For the purpose of demoing, let’s assume we have the below appsettings.json and we would like to change the connection string during development. Let’s start […]