Click here to Skip to main content
Click here to Skip to main content
Articles » Web Development » ASP.NET » General » Downloads
 

SALT and PEPPER – 3 TIER and LINQ

By , 5 Mar 2009
 
Linq.zip
Linq
Linq.zip
Linq
Country.mdf
Country_log.LDF
CountryBO
bin
Debug
CountryBO.dll
CountryBO.pdb
CountryDAL.dll
CountryDAL.pdb
CountryEntity.dll
CountryEntity.pdb
Release
CountryBO.dll
CountryBO.pdb
CountryDAL.dll
CountryDAL.pdb
CountryEntity.dll
CountryEntity.pdb
obj
Debug
CountryBO.dll
CountryBO.pdb
ResolveAssemblyReference.cache
TempPE
Release
CountryBO.dll
CountryBO.pdb
ResolveAssemblyReference.cache
TempPE
Properties
CountryDAL
bin
Debug
CountryDAL.dll
CountryDAL.pdb
CountryEntity.dll
CountryEntity.pdb
Release
CountryDAL.dll
CountryDAL.pdb
CountryEntity.dll
CountryEntity.pdb
obj
Debug
CountryDAL.dll
CountryDAL.pdb
ResolveAssemblyReference.cache
TempPE
Release
CountryDAL.dll
CountryDAL.pdb
ResolveAssemblyReference.cache
TempPE
Properties
CountryEntity
bin
Debug
CountryEntity.dll
CountryEntity.pdb
Release
CountryEntity.dll
CountryEntity.pdb
obj
Debug
CountryEntity.dll
CountryEntity.pdb
TempPE
Release
CountryEntity.dll
CountryEntity.pdb
TempPE
Properties
Linq.suo
Linq
bin
Debug
CountryBO.dll
CountryBO.pdb
CountryDAL.dll
CountryDAL.pdb
CountryEntity.dll
CountryEntity.pdb
Linq.exe
Linq.pdb
Linq.vshost.exe
Linq.vshost.exe.manifest
Release
CountryBO.dll
CountryBO.pdb
CountryDAL.dll
CountryDAL.pdb
CountryEntity.dll
CountryEntity.pdb
Linq.exe
Linq.pdb
Linq.csproj.user
obj
Debug
Linq.csproj.GenerateResource.Cache
Linq.exe
Linq.FormLinq.resources
Linq.pdb
Linq.Properties.Resources.resources
Refactor
ResolveAssemblyReference.cache
TempPE
Release
Linq.csproj.GenerateResource.Cache
Linq.exe
Linq.FormLinq.resources
Linq.pdb
Linq.Properties.Resources.resources
ResolveAssemblyReference.cache
TempPE
Properties
Settings.settings
SimpleLINQExample.zip
SimpleLINQExample
SimpleLINQExample
WindowFormLINQ
Country.mdf
Country_log.LDF
WindowFormLINQ.suo
WindowFormLINQ
bin
Debug
WindowFormLINQ.exe
WindowFormLINQ.pdb
WindowFormLINQ.vshost.exe
WindowFormLINQ.vshost.exe.manifest
Release
WindowFormLINQ.exe
WindowFormLINQ.pdb
obj
Debug
Refactor
TempPE
WindowFormLINQ.clsCustomer.resources
WindowFormLINQ.csproj.GenerateResource.Cache
WindowFormLINQ.exe
WindowFormLINQ.frmSimpleLINQExample.resources
WindowFormLINQ.Properties.Resources.resources
Release
TempPE
WindowFormLINQ.csproj.GenerateResource.Cache
WindowFormLINQ.exe
WindowFormLINQ.frmSimpleLINQExample.resources
WindowFormLINQ.pdb
WindowFormLINQ.Properties.Resources.resources
Properties
Settings.settings
WindowFormLINQ.csproj.user

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Linq", "Linq\Linq.csproj", "{EDA7482B-BEE4-4D1E-A71B-A0A09DCE3EC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CountryBO", "CountryBO\CountryBO.csproj", "{1608633F-5B1E-4192-89F1-FF217A36C376}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CountryEntity", "CountryEntity\CountryEntity.csproj", "{B9AD328B-8661-4D02-B62E-0861C7BD1776}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CountryDAL", "CountryDAL\CountryDAL.csproj", "{BCE96840-E6AD-4C6E-8422-58A1C7994AA6}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{EDA7482B-BEE4-4D1E-A71B-A0A09DCE3EC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EDA7482B-BEE4-4D1E-A71B-A0A09DCE3EC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EDA7482B-BEE4-4D1E-A71B-A0A09DCE3EC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EDA7482B-BEE4-4D1E-A71B-A0A09DCE3EC7}.Release|Any CPU.Build.0 = Release|Any CPU
		{1608633F-5B1E-4192-89F1-FF217A36C376}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1608633F-5B1E-4192-89F1-FF217A36C376}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1608633F-5B1E-4192-89F1-FF217A36C376}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1608633F-5B1E-4192-89F1-FF217A36C376}.Release|Any CPU.Build.0 = Release|Any CPU
		{B9AD328B-8661-4D02-B62E-0861C7BD1776}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B9AD328B-8661-4D02-B62E-0861C7BD1776}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B9AD328B-8661-4D02-B62E-0861C7BD1776}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B9AD328B-8661-4D02-B62E-0861C7BD1776}.Release|Any CPU.Build.0 = Release|Any CPU
		{BCE96840-E6AD-4C6E-8422-58A1C7994AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BCE96840-E6AD-4C6E-8422-58A1C7994AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BCE96840-E6AD-4C6E-8422-58A1C7994AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BCE96840-E6AD-4C6E-8422-58A1C7994AA6}.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 use 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)

About the Author

Shivprasad koirala
Architect http://www.questpond.com
India India
Member

I am a Microsoft MVP for ASP/ASP.NET and currently a CEO of a small
E-learning company in India. We are very much active in making training videos ,
writing books and corporate trainings. Do visit my site for 
.NET, C# , design pattern , WCF , Silverlight
, LINQ , ASP.NET , ADO.NET , Sharepoint , UML , SQL Server  training 
and Interview questions and answers


Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 5 Mar 2009
Article Copyright 2008 by Shivprasad koirala
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid