What are the various techniques to save configuration settings in ASP.NET Core?

v Appsettings.json (Default) (Mostly Used)

v Azure Key Vault (Application is hosted on Azure)

v Environment variables

v In-memory .NET objects

v Command Line Arguments

v Custom Providers

Post a Comment

Previous Post Next Post