 Some time ago Craig Andera wrote an excellent article entitled The Last Configuration Section Handler I'll Ever Need which outlines a really nice and flexible configuration section handler. I decided to look at how this same pattern could be applied in .Net 2.0. The .Net 2.0 configuration classes have changed significantly. Some of the changes are being able to use external configuration files, loading remote files, accessing each section of the configuration file programmatically and saving cha... |