The shared XmlConfiguration utility contains a templated base class used to implement a basic System.Configuration.ConfigurationSection. The class simply uses an XmlSerializer for the type argument specified and deserializes while validating against an XSD file. It’s extremely easy to use as all you need is an xml serializable class to represent your configuration section. To declare [...]

 

Well I have uploaded the first of many useful things I hope. Over the past few days I’ve been working to improve our product’s logging. We use log4net but I have little experience with it as it is masked under our own logging api. Configuring log4net is not one of it’s strong points. I quickly [...]