vote up 1 vote down star

Not sure why the config app block is removed from the latest stack.

Is there a preferred configuration framework out there? I am looking forward to a solution to read/write xml configuration information from C#.

Edit#1 : Is it true that this functionality is now moved to System.Configuration ? Can we use this to read\write on a custom xml file ( other that web.config or app.config file)

Edit#2 : Can we use System.Configuration to read/write configuration data in custom config file ( i.e not the application config file or web.config file) ?

flag

41% accept rate

1 Answer

vote up 1 vote down

Is it true that this functionality is now moved to System.Configuration?

Yes, Configuration Application Block from era of .NET 1.1 was moved into System.Configuration as is part of framework from 2.0 version.

link|flag
thanks, can we use this to read/write custom config files ? – dotnetcoder Mar 7 at 4:45
I think that only XML files with custom configuration sections are supported with System.Configuration API. – Jozef Izso Mar 7 at 14:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.