Archive for October 13th, 2007

Updated C# Application Settings Utility Class

This is a revised version of my original post (C# Application Settings Utility Class). Thanks to a comment received I have revised this code to make the class inheritable. Please see below:

Revised code for appSettings class (note the addition of the abstract keyword in class declaration): Continue reading ‘Updated C# Application Settings Utility Class’