Saving User and Application Settings in WinForms(codehill.com)
submitted by
amgadhs(85) 2 years, 11 months ago
Before the .NET Framework application settings were saved in INI files and the Windows Registry. But the .NET Framework introduced a much easier way using an XML file. The file has the name of the Assembly and a .exe.config extension, and is placed inside the application’s folder. This way is cleaner because when an application is uninstalled or deleted the end user does not have to worry about left over registry keys or INI files in the Windows directory.
|category: C#
|Views: 63
tags:
C# another
Everyones tags:
Your Tags: