Chapter 2: Customizing App Configuration
This second chapter is about application configuration, how to use it, and how to customize the ASP.NET configuration to employ different ways to configure your app. Perhaps you already have an existing Extensible Markup Language (XML) configuration or want to share a YAML Ain't Markup Language (YAML) configuration file over different kinds of applications. Sometimes, it also makes sense to read configuration values out of a database.
In this chapter, we will be covering the following topics:
- Configuring the configuration
- Using typed configurations
- Configuration using Initialization (INI) files
- Configuration providers
The topics in this chapter refer to the hosting layer of the ASP.NET Core architecture: