-
Book Overview & Buying
-
Table Of Contents
Apps and Services with .NET 10 - Third Edition
By :
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Online material can be extra content written by me for this book, or it can be references to content created by Microsoft or third parties.
Secrets like passwords and other values used in database connection strings, or values like keys to access a service, are often stored in environment variables. Other places for storing these values include App Secrets. You can learn more about them in the article Safe storage of app secrets in development in ASP.NET Core, found at the following link: https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets.
For related guidance about handling connection strings, you can read the following link: https://learn.microsoft.com/en-us/ef/core/miscellaneous/connection...