Posted on: 13-01-2021
Tip for easily setting up existing user secrets on a different machine
Posted on: 06-03-2018
Looks at an example for storing sensitive configuration in Azure Key Vault, and connecting it to the ASP.NET Core configuration pipeline.
Posted on: 02-07-2017
See what has changed in the area of configuration in ASP.NET Core 2.0. We will check typical configuration with the default WebHostBuilder, and how configuration is passed to Startup.
Posted on: 29-06-2016
Explores the different ways in which we can provide configuration settings to ASP.NET Core applications.