To manage application secrets without storing them in the source code, ASP.NET Core introduced the _________ manager.

  • Secret
  • Configuration
  • Identity
  • Credential
To manage application secrets without storing them in the source code, ASP.NET Core introduced the Configuration manager. This manager allows developers to store sensitive information like connection strings, API keys, and passwords outside of the codebase, typically in environment variables or configuration files. It enhances security and facilitates configuration management.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *