What you'll learn:
- AppSettings in .NET Core
- Accessing Secrets in .NET Core
- What are Application Secrets and why should you secure them?
- Options Class
- Switching Environments
- Hierarchy for accessing secrets in .NET Core
- User Secrets in .NET Core
- Azure Key Vault
Application Settings is a small piece of .NETCore application!But it is a very CRITICALpiece. Since you have all secrets and passwords.
Not knowing how to configure AppSettings would lead to a vulnerable application and it would be difficult to manage things once the application grows.
There are multiple ways to access your secrets in a .NETCore application, I will be walking you through all the ways in this course.
There is a certain hierarchy that is followed when it comes to a priority about which settings should be read first and knowing the correct order is critical. We will walk through all of that!
Losing control of production passwords, API keys, and other secrets can be extremely costly to any business. In this course, Securing Application Secrets in ASP.NET Core, you will learn how to keep secrets safe in development through to production.
This course will get you up and running with ASP.NETCore AppSecrets and Settings from basics all the way to completely securing them using Azure Keyvaults.