Create a Custom Configuration Provider in ASP.NET Core
-
Updated
Dec 7, 2023 - C#
Create a Custom Configuration Provider in ASP.NET Core
Source code for the "From Zero to Hero: Configuration and Options in .NET" course on Dometrain.
A demo project for managing passwords in ASP.NET Core web application.
ConfigurationProvider for App.config / Web.config settings
This is a reference resolver used in configurations for dotnet core. It will allow mapping of values to new positions in the configuration tree.
Add a description, image, and links to the configuration-provider topic page so that developers can more easily learn about it.
To associate your repository with the configuration-provider topic, visit your repo's landing page and select "manage topics."