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.
Git repository configuration provider
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.
An IConfigurationProvider for .NET that expands {placeholder} references between configuration keys - keep secrets in environment variables, user secrets, or a key vault and template them into appsettings.json at runtime.
To associate your repository with the configuration-provider topic, visit your repo's landing page and select "manage topics."