appSettings Gone Wild


Today I added a tip/trick to code project describing a technique used recently at one of our clients.

The technique involves add a new configuration section to the config file without having to go through the pain of creating your own class inherited from System.Configuration.ConfigurationSection.

By using the System.Configuration.NameValueSectionHandler we added new sections to the configuration file which allowed us the same technique of using key value pairs though scoped to the newly defined section.

Here's a Link:
https://www.codeproject.com/Tips/1166338/appSettings-Gone-Wild

Comments

Popular posts from this blog

Working with DocuSign

Getting the CycleGear Bilt Techno 2.0 with Sena DWO-5 headset to work with Sena's Driver software.

A new posting to CodeProject.