Dynamic Configuration

A small library to provide an API compatible replacement
Download

Dynamic Configuration Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Herbie Smith
  • File Size:
  • 7 KB

Dynamic Configuration Tags


Dynamic Configuration Description

Dynamic Configuration was developed to be a (very) small library to provide an API compatible replacement for the System.Configuration.ConfigurationManager class so that changes to the app.config file are automatically loaded without having to restart the application. I have found that it is a common problem when a live system must have it's configuration setting changed; particularly with back-end servers which have to be interrupted with a restart in order for the configuration changes to be seen. DynamicConfigurationManager handles this issue for app.config files by watching the .config file for changes and then refreshing the configuration immediately. DynamicConfigurationManager is a 'code compatible' class to replace the ConfigurationManager class in the .NET 2.0 System.Configuration namespace -- this means that a simple replacement of ConfigurationManager with DynamicConfigurationManager and a call the DynamicConfigurationManager.Initialise() in your code is all that is really needed to make your configuration change in response to changes in the .config file.


Dynamic Configuration Related Software