LINQ to XSD in VS 2010
how do I use Linq to XSD开发者_C百科 in VS2010. The last I know is to Install LINQtoXSD in VS2008 . Are there any updated in VS2010?.
The current version 2.x is for .net 4.0
There are samples and docs if you download the source.
You could use command line:
LinqToXsd <schemaFile> [one or more schema files] [/fileName:<csFileName>.cs] [/lib:<assemblyName>] [/config:<configFileName>.xml] [/enableServiceReference] [/nameMangler2]
I do not know how to integrate it into Visual Studio 2010 since I've got only Express Edition.
精彩评论