Top "Custom-configuration" questions

Custom Config section in App.config C#

I'm a quite beginner with config sections in c# I want to create a custom section in config file. What …

c# configuration custom-configuration
ConfigurationElementCollection and Linq

I've written some custom configuration collections, elements etc. Now, I'd like to do a simple Linq statement: ServerDetails servers = ConfigurationManager.…

c# custom-configuration
Custom configuration files - Play! Framework 2.0

I 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-configuration
TestNG: how do I run a custom TestNG.XML File programmatically

I 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-configuration
Moving a custom configuration group to a separate file

I've recently wrote a rather large custom configuration group. I'm curious if it is possible to move this configuration to …

.net handler custom-configuration
How do I make my custom config section behave like a collection?

How would I need to write my custom ConfigurationSection so that it is both a section handler and a configuration …

c# custom-configuration
Can't Get Custom Configuration Section to Work

I am trying to create a custom configuration that looks like this. <configuration> <configSections> <section …

c# configuration custom-configuration
Read web.config section to List

I have this in a web.config : <MySection> <Setting1 Value="10" /> <Setting2 Value="20" /> <Setting3 …

c# .net configuration configurationsection custom-configuration