Click here to Skip to main content
15,886,780 members
Articles / High Performance Computing / Parallel Processing

Linq DLinq XLinq PLinq All at one place

Rate me:
Please Sign up or sign in to vote.
4.64/5 (24 votes)
27 Aug 2010CPOL8 min read 41.7K   1.1K   56  
Overview of Linq for beginners

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Liniq2Obj", "Liniq2Obj\Liniq2Obj.csproj", "{EBEAD38A-69C1-4B24-98EB-C307E61745DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Linq2Sql", "..\Linq2Sql\Linq2Sql.csproj", "{50CAFABB-0E73-45FA-9CB7-2AD396BE3CE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Liniq2XML", "..\Liniq2XML\Liniq2XML.csproj", "{6762157F-84E3-4515-A1DE-8B6BD015EAB5}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Linq2XMLVB", "..\Linq2XMLVB\Linq2XMLVB.vbproj", "{6B5628AF-B41A-49DE-B584-1BE92B4E5E6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LambdaEx", "..\LambdaEx\LambdaEx.csproj", "{ED2D73BB-CF24-4347-BCC0-E275CC33D1D2}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{EBEAD38A-69C1-4B24-98EB-C307E61745DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EBEAD38A-69C1-4B24-98EB-C307E61745DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EBEAD38A-69C1-4B24-98EB-C307E61745DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EBEAD38A-69C1-4B24-98EB-C307E61745DE}.Release|Any CPU.Build.0 = Release|Any CPU
		{50CAFABB-0E73-45FA-9CB7-2AD396BE3CE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{50CAFABB-0E73-45FA-9CB7-2AD396BE3CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{50CAFABB-0E73-45FA-9CB7-2AD396BE3CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{50CAFABB-0E73-45FA-9CB7-2AD396BE3CE5}.Release|Any CPU.Build.0 = Release|Any CPU
		{6762157F-84E3-4515-A1DE-8B6BD015EAB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6762157F-84E3-4515-A1DE-8B6BD015EAB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6762157F-84E3-4515-A1DE-8B6BD015EAB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6762157F-84E3-4515-A1DE-8B6BD015EAB5}.Release|Any CPU.Build.0 = Release|Any CPU
		{6B5628AF-B41A-49DE-B584-1BE92B4E5E6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6B5628AF-B41A-49DE-B584-1BE92B4E5E6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6B5628AF-B41A-49DE-B584-1BE92B4E5E6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6B5628AF-B41A-49DE-B584-1BE92B4E5E6D}.Release|Any CPU.Build.0 = Release|Any CPU
		{ED2D73BB-CF24-4347-BCC0-E275CC33D1D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{ED2D73BB-CF24-4347-BCC0-E275CC33D1D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{ED2D73BB-CF24-4347-BCC0-E275CC33D1D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{ED2D73BB-CF24-4347-BCC0-E275CC33D1D2}.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 (Senior) ICF International
India India
I am just as good as I get; Otherwise, I am a Software Professional with years of Software Development Experience and my USP is that I believe in bestowing excellence in the software solutions that are in tune with the user requirements and deliver the excellent results to the clients. I present myself as an innovative professional who utilize the unique blend of technical expertise with business acumen.

Find more information about me here
http://santxiitr.wix.com/santosh

Comments and Discussions