Hi,
Could someone tell me the advantages to using the ConfigurationManager class which load's a config
file for manipulation VS an XML
file with a class you build to
read it yourself?
Recently, I built a class which inherits from ConfigurationSection in order to manipulate a custom section
…