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."
Loading...
Related Quiz
- The session information in ASP.NET Core is stored using _________ by default.
- How does ASP.NET Core maintain its modularity compared to its predecessor?
- In which part of an MVC application would you typically find attribute routes?
- Razor views support ________, which allows for logic to be embedded directly within the HTML.
- What is the primary purpose of using attribute routing in ASP.NET Core?