Can anyone tell me what is the difference between XSDObjectGen.exe & XSD.exe?
Is there any way to make XSDObjectGen.exe work in dot net 2.0?
At a purely technical level:
XSD.exe uses Arrays XSDObjectGen takes a tiny step ahead and uses ArrayLists. XSD2Code leaps ahead with usage of Generics.
Arrays
ArrayLists
Generics
If you're using .NET 2.0 and above using XSD2Code is most preferred.