Uploaded November 2019 | Updated September 2026, 1 week ago
The .Net Core configuration system is extremely extensible, and one the more interesting extensibility points is the ability to create our own ConfigurationProviders such that we get to choose the source for data for our configuration. In this video I dive deep into the guts of the configuration system and then we build our own custom configuration provider that chooses to in a database as the source of data.
The source code for the project presented and discussed in this video can be found here:
github.com/matlus/CustomConfigurationProviders
The .Net Core configuration system is extremely extensible, and one the more interesting extensibility points is the ability to create our own ConfigurationProviders such that we get to choose the source for data for our configuration. In this video I dive deep into the guts of the configuration system and then we build our own custom configuration provider that chooses to in a database as the source of data.
The source code for the project presented and discussed in this video can be found here:
github.com/matlus/CustomConfigurationProviders










