June 2022
Intermediate to advanced
586 pages
11h 38m
English
A configuration in .NET 6 comprises the default settings as well as the runtime settings for your application; a configuration is a very powerful feature. We can update settings such as feature flags to enable or disable features, dependent service endpoints, database connection strings, logging levels, and much more, and control application behavior at runtime without recompilation.
In this chapter, we will cover the following topics:
By the end of this chapter, you'll have a good grasp of configuration concepts, configuration providers, and how to leverage them in your projects, as well as being ...
Read now
Unlock full access