ConfigEx 2.1.0
I'd like to introduce a library for accessing app settings in the App.config
and Web.config
. Unlike standard ConfigurationManager
, ConfigEx additionally allows reading configs of other assemblies used in the project. Moreover, it is strongly typed, has a mechanism of settings overriding, and allows applying automatic conversion of values.