An open API service indexing awesome lists of open source software.

https://github.com/gravity00/article-dotnet-configuration


https://github.com/gravity00/article-dotnet-configuration

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# .NET - Custom configuration providers

Example project demonstrating how to implement a custom configuration provider for `Microsoft.Extensions.Options` using a SQL Server database as reference.

## Articles

* [Configuration providers in .NET](https://medium.com/gitconnected/configuration-providers-in-net-164bab199cde)