Morteza Mousavi

May 22, 2020

A Refreshable SQL Server Configuration Provider for .NET Core

As you know you, there are already configuration providers for a variety of sources. ‌But if you didn’t find your source configuration provider, you can simply implement it. It just takes a few minutes to implement a configuration provider. In this blog post, I want to show you how you can implement a custom SQL Server configuration provider and more importantly how you can refresh the configuration data whenever your data in the database changes.