Configuration data in ASP.NET Core can come from various sources like environment variables, command-line arguments, and __________.

  • JSON files
  • Configuration providers
  • In-memory databases
  • Web services
In ASP.NET Core, configuration data can be obtained from various sources using configuration providers. These providers can read data from environment variables, command-line arguments, JSON files, XML files, and more. So, the correct answer is "Configuration providers."
Add your answer
Loading...

Leave a comment

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