Thursday, July 30, 2009

C# appSettings?

in visual C#, how can i edit/read the AppSettings at runtime?

C# appSettings?
You shouldn't need to edit your application settings at runtime.





In case you need to store data that might be needed to be modified at runtime, store them elsewhere such as in a Database, XML file, or text file.





Application Settings usually contain elements which might be modified when the application is moved from one computer to another, hence it doesn't make sense to change them at runtime.
Reply:Do you mean pressing F11?


No comments:

Post a Comment