Is there an easy way to construct class from a XML. The constructed class will be used to serialize and deserialize XML.
I have an XML with lots of properties and e
Further on Willem's post:
This will generate the XSD (not dataset)
xsd.exe myCustom.xml
This generates the C# class:
xsd.exe myCustom.xsd /c