Search Results

1
vote

How to deal with XML in C#

If you create a typed dataset in the designer then you automatically get an xsd, a strongly typed object, and can load and save the xml with one line of code. …