I am using Ado.Net Connectivity Framework in my WPF application.
There is kind of a form in my MainWindow.xaml file. This form has two fields one is asking for database name and second is for PC Name.
Questions:
I want to pass these values to App.config File in my WPF application. How to pass these values?
Secondly I have to make my database centralized and my application launched from different computers have to access this centralized database?
The way I am making this to access centralized database via these above defined fields is right way or is this is not a way to achieve required goal?
