Microsoft.Extensions.Configuration.AzureAppConfiguration is a configuration provider for the .NET Core framework that allows developers to use Microsoft Azure App Configuration service as a configuration source in their applications.
Microsoft.Azure.AppConfiguration.AspNetCore allows developers to use Microsoft Azure App Configuration service as a configuration source in their applications. This package adds additional features for ASP.NET Core applications to the existing package...
More information
Introducing AWS AppConfig, a new service that enables customers to quickly deploy validated configurations to applications of any size in a controlled and monitored fashion.
This Configuration Reader simplify the multiple configuration saved in the Windows Registry, sent by Command Line, included in App.Config or recorded in a database table.
Usage: just var config = new AppConfigurator(<Your App Name>) and config.AddConfiguration<<Your Object>>(new Your Object()); Then after using the embedded Client Configurator that runs on AppConfigurator Start(), only need to config.GetConfigurations<Your Object>(mqtt) and your objects will be...
More information
This is the client of NEL.AppConfig.Host. This package can subscribe Log Entries and CRUD configurations.
Usage: var AppClient = new AppConfiguratorClient(); AppClient.ConnectedToServer += AppClient_ConnectedToServer; AppClient.NewLogEntry += AppClient_NewLogEntry;
SimplifiedConfiguration makes it a breeze to read the config file settings. It's APIs makes it unnecessary to specify the app settings key and rather derive the key from the property name.