Sep 19

Sometimes, you might have found some schema files which you wanted to manipulate in your code with .NET. Microsoft provides a sample XSD to C#/VB.NET converter as a download to do this task yourself. Please at the following details to download it and use it.

== FROM Microsoft ==

Overview

The Sample Code Generator (XSDObjectGen) tool takes an XSD schema as input and generates sample code showing how to mark up C# and VB.Net classes so that when serialized with the XML serializer, the resulting XML will be valid according to the original schema. This update fixes some documentation changes and corrects a problem where the wizard did not generate code in some environments.

Link: Download