Learning Path Details

.NET Core AppSettings from Start to Finish from Tim Corey


Description:

Formerly called .NET Core AppSettings in Depth, this course is a deep dive into all aspects of application settings in .NET Core, from the standard appsettings.json, to multiple environments, other settings files, user secrets, in-memory settings, command-line settings, and Azure Key Vault.

Key Takeaways:

Properly configured application settings are essential to both performance and security. We learn what setting to put where, and how to access each setting type and location from the C# code.

Technologies Learned:

  • .NET;
  • .NET Core;
  • .NET Core 3.1;
  • AppSettings;
  • Azure App Settings Replacement;
  • Azure Key Vault;
  • C#;
  • Command-Line Settings;
  • Connection Strings;
  • Custom INI Files;
  • Custom JSON Files;
  • Custom XML Files;
  • Development Settings;
  • Environment Variables;
  • In-Memory Configuration;
  • User Secrets;

This learning resource was completed on 6/25/2022.

Back to List