Config values are essentially constants, but their value may be overridden on registry startup.
This makes them great for use by 3rd party libraries. The libraries can set sensible default values, and applications may then optionally override them.
IoC Config also grabs values from environment variables and .props files. It even provides environmental overrides allowing your test server to run with different configuration than your dev, or prod server!
SlimerDude Sat 9 Apr 2016
IoC Config 1.1 Released!
IoC Config is an IoC library for providing injectable config values.
Config values are essentially constants, but their value may be overridden on registry startup.
This makes them great for use by 3rd party libraries. The libraries can set sensible default values, and applications may then optionally override them.
IoC Config also grabs values from environment variables and
.props
files. It even provides environmental overrides allowing your test server to run with different configuration than your dev, or prod server!Read more...
Have fun!