关于[ASP.NET Core Configuration - Creating a Custom Configuration Provider]的摘要:
In this article, we are going to create a custom configuration provider that reads our configuration from the database. We’ve seen how the default configuration providers work, and now we’re going to implement our own. For the custom configuration provider, we’ll use Entity Framework Core, coupled with the SQLServer database.
原文地址: https://code-maze.com/aspnet-configuration-creating-custom-provider/