
LINQ to XSD Preview Alpha 0.2
Brief Description
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.
On This Page
Quick Details
| File Name: | LinqToXsdSetup.msi |
| Version: | Alpha |
| Date Published: | 5/24/2007 |
| Language: | English |
| Download Size: | 1.6 MB |
| Estimated Download Time: | 4 min 56K |
Overview
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.
Top of page
System Requirements
- Supported Operating Systems: Windows Server 2003; Windows Vista; Windows XP Service Pack 2
- Visual Studio Code Name “Orcas” Beta 1..
Top of page
Instructions
- Important: Make sure you have the latest service pack and critical updates for the version of Windows that you are running. To find recent security updates, visit Windows Update.
- Click the Download button in the upper right-hand corner of this page to start the download.
- Do one of the following:
- To start the installation immediately, click Run.
- To save the download to your computer for installation at a later time, click Save.
- To cancel the installation, click Cancel.
ADDITIONAL NOTES: Upon successful installation of the software, you will find a new program menu "LINQ to XSD'. You can start demos from there right away. You too find links to documentation in this program menu. The samples for LINQ to XSD are installed for the installing user and they are placed in the folder Documents\Visual Studio Codename Orcas\Projects\LINQ to XSD Samples. If you are installing under Vista, depending on your setup, you might be required to "run as administrator" when starting the installation.
Top of page
Top of page