Serializing & Deserializing XML with .NET
By: Joel Martinez on Friday, March 4, 2005
Reader Level: 
You will often have to deal with XML when writing .NET code. The .NET Framework SDK has a command line tool called XSD.exe which greatly facilitates this. With it, you can generate code that you can use to read and edit XML files. This tutorial shows you how to use XSD.exe to generate code straight from XML files.
The techniques discussed in the article works with any XML format. You can easily apply this methodology to an RSS file and create an application that easily interacts with RSS feeds for example; the possibilities are endless (as long as they involve XML ;-) ).
Purchase this item
You can purchase this piece of content separately for
$3.00
Want more?
Community MX members get unlimited access to daily articles,
tutorials, extensions and support. The most comprehensive
resource for Macromedia designers and developers today.
Take a tour of what we offer, and discover the benefits
of subscribing.
Already a member?
Simply log in using the form in the top right area of the site.



