Update app.config key value at run time in WPF

Posted on C# Corner See other posts from C# Corner
Published on 5/6/2010 1:10:39 AM Indexed on 2010/05/06 8:09 UTC
Read the original article Hit count: 175

Filed under:
In this article I am going to show how we can update a key value in app.config file in WPF. For this add reference of System.Configuration in your application.

© C# Corner or respective owner