By ashishnayyar911
via hurricanesoftwares.com
Submitted: Aug 21 2008 / 03:53
.NET developers are familiar with using serialized DataSets to store local application data; this technique is used extensively in the WinForms development arena. The problems with this method are that anyone with access to the file can easily read the data and possibly even write to the file. The application would pick up the modified data and treat it as valid.
Add your comment