
Enterprise Application Development with C# 9 and .NET 5
By :

After reading this chapter, you should be able to answer the following questions:
a. CreateDefaultBuilder
b. ChainedConfigurationProvider
c. JsonConfigurationProvider
d. All of the above
a. The Azure Key Vault configuration provider reads configurations from Azure Key Vault.
b. The file configuration provider reads configurations from INI, JSON, and XML files.
c. The command-line configuration provider reads configurations from a database.
d. The memory configuration provider reads configurations from in-memory collections.
a. IConfig
b. IConfiguration
c. IConfigurationSource
d. IConfigurationProvider
a. JSON from appsettings.json
b. FileConfiguration
from an XML file
c. AzureKeyVaultProvider...