https://github.com/gravity00/article-dotnet-configuration
https://github.com/gravity00/article-dotnet-configuration
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gravity00/article-dotnet-configuration
- Owner: gravity00
- License: mit
- Created: 2023-12-20T16:20:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T18:02:16.000Z (over 2 years ago)
- Last Synced: 2025-02-06T23:44:16.635Z (over 1 year ago)
- Language: C#
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)