Click here to Skip to main content
15,892,746 members
Articles / Desktop Programming / XAML

LINQ to XSD

Rate me:
Please Sign up or sign in to vote.
4.75/5 (11 votes)
6 Nov 2008CPOL3 min read 100.8K   1.7K   65  
How to use LINQ through XSD and XML

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LINQtoXSDWindowsApplication1", "LINQtoXSDWindowsApplication1\LINQtoXSDWindowsApplication1.csproj", "{F67D126C-B4FB-4838-B99E-66DC66799A99}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F67D126C-B4FB-4838-B99E-66DC66799A99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F67D126C-B4FB-4838-B99E-66DC66799A99}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F67D126C-B4FB-4838-B99E-66DC66799A99}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F67D126C-B4FB-4838-B99E-66DC66799A99}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer ECT Industries
France France
I am software engineer and I work for the aviation.

I'm currently working on many different project and in many different languages
- Visual C++ 6
- C#
- ASP.NET
- C and assembly

Have lot of fun

Comments and Discussions