Configuration files are a really handy way to store everything that changes between environments, or anything that we’d like to be able to adjust at runtime. Usually, we store things like database connection strings, or timeout values there. In dotnet,...