Here is a simple implementation of the shared Logger (based on NLog) that can be easily included into any solution with minimum configuration.
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 apply automatic conversion of values.