What are the possibilities to generate .net C# 4.0 (Visual Studio 2010) class (entities) from xsd file.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
simple enough; just run (at the vs command prompt)
(which will create For the options, use |
|||
|
xsd.exe as mentioned by Marc Gravell. The fastest way to get up and running IMO. Or if you need more flexibility/options : xsd2code VS add-in (Codeplex) |
||||
|
Here is a pretty good free tool... xsd2code I found it pretty helpful. |
||||
|
|