I'm a quite beginner with config sections in c# I want to create a custom section in config file. What …
c# configuration custom-configurationI've written some custom configuration collections, elements etc. Now, I'd like to do a simple Linq statement: ServerDetails servers = ConfigurationManager.…
c# custom-configurationI have a question about loading properties from custom configuration files. I have tried two different approaches to loading my …
java file playframework-2.0 custom-configurationI browsed through several different threads and websites (as well as the TestNG API) looking for how to run and …
java eclipse testng programmatically-created custom-configurationI've recently wrote a rather large custom configuration group. I'm curious if it is possible to move this configuration to …
.net handler custom-configurationHow would I need to write my custom ConfigurationSection so that it is both a section handler and a configuration …
c# custom-configurationI am trying to create a custom configuration that looks like this. <configuration> <configSections> <section …
c# configuration custom-configurationI have this in a web.config : <MySection> <Setting1 Value="10" /> <Setting2 Value="20" /> <Setting3 …
c# .net configuration configurationsection custom-configuration