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
Posts
Showing posts from January, 2017