For configuration in an ASP.NET Core application, which of the following providers is NOT a default configuration provider?

  • JSON Configuration Provider
  • XML Configuration Provider
  • Environment Variables Configuration Provider
  • Database Configuration Provider
In ASP.NET Core, JSON, XML, and Environment Variables Configuration Providers are default providers for configuration settings. However, Database Configuration Provider is not a default provider. Developers typically use it when they need to store configuration settings in a database.
Add your answer
Loading...

Leave a comment

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