LINQ to XSD Alpha 0.2 Released - Visual Studio 2008 Support

LINQ to XSD Alpha 0.2 Released - Visual Studio 2008 Support

by David Hayden, Florida ASP.NET Developer

 

Looks like LINQ To XSD is back as an incubation project and has been updated to support Visual Studio 2008 RTM.

Per the download website:

“LINQ to XSD is the code name of an incubation project that aims to provide .NET developers with support for typed XML programming on top of LINQ to XML. While the LINQ to XML programmer operates on generic XML trees, the LINQ to XSD programmer operates on typed XML trees -- instances of .NET types that model the XML types of a specific XML schema (XSD). LINQ to XSD can be used whenever you have an XML schema available, or you are willing to infer a schema from the XML data at hand. LINQ to XSD is integrated into Visual Studio; so you just tag an XML schema as an 'LINQ to XSD schema', build your project, and the automatically derived object model is then part of your solution -- just as if XML schemas were .NET types. The derived object model enforces various validation constraints imposed by the underlying XML schema.“

Very cool.

Learn more here.

 

posted on Thursday, February 21, 2008 8:31 PM

Main

News

Green Tea

.NET Development

Enterprise Library

Patterns & Practices