I always forget the syntax so here it is for reference
Lets say we want to generate a schema for the class User in the assembly SomeCodez.dll
C:\Somepath\SomeCoedz\bin\Debug>xsd.exe -t:User SomeCodez.dll /o:c:\temp\
I always forget the syntax so here it is for reference
Lets say we want to generate a schema for the class User in the assembly SomeCodez.dll
C:\Somepath\SomeCoedz\bin\Debug>xsd.exe -t:User SomeCodez.dll /o:c:\temp\
Comments are closed.