ASP.NET Core's configuration system provides a way to access configuration values using a key/value API, a system that can be configured using multiple _________ sources.

  • JSON
  • Provider
  • XML
  • YAML
ASP.NET Core's configuration system allows you to access configuration values using a key/value API. This system can be configured using multiple configuration sources (e.g., JSON, XML, environment variables, command-line arguments) to provide flexibility in managing application settings.
Add your answer
Loading...

Leave a comment

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