What are the options to generate .NET 4.0 c# classes (entities) from an xsd file, using Visual Studio 2010?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
simple enough; just run (at the vs command prompt)
(which will create
your.cs). Note, however, that most of the intrinsic options here haven’t changed much since 2.0For the options, use
xsd /?or see MSDN; for example/enableDataBindingcan be useful.