Net Core Custom ConfigurationProvider

Опубликовано: 03 Июнь 2026
на канале: Shiv Kumar
3,269
46

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:
https://github.com/matlus/CustomConfi...