14 August 2009 0 Comments

XML Serialization: Using XML files to persist data

Something that’s pretty common is to load and export data from applications to settings or data files. I’m going to be concentrating on the scenario in which you have some sort of data structure that you want to save or load the whole contents of the structure to an XML file. There are several methods to do this:   1)       Using DataSets and their WriteToXML and ReadXML methods.

Read the original here:
XML Serialization: Using XML files to persist data

If you liked this post, buy me a Coffee.

Leave a Reply