Community

Persisting Your Visual Basic .NET Objects with .NET Serialization

(Jeff Cogswell) If you’re developing a standalone .NET application, more than likely you’ll need to provide your users with the ability to save and later load data. There are many ways to approach such a task. The wrong way to do it is to open a binary file and write the individual data strings and

Read More - Register for Free Membership