Click here to Skip to main content
15,885,546 members
Articles / Programming Languages / C#

Introduction to the Entity Framework

Rate me:
Please Sign up or sign in to vote.
4.72/5 (53 votes)
12 Feb 2009CPOL18 min read 328.7K   6.5K   269  
Looking at the EF and database association patterns.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersonName", "PersonName\PersonName.csproj", "{99ED50F6-190A-4612-8B24-B556C53432AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersonPersonName", "PersonPersonName\PersonPersonName.csproj", "{B54AEEAD-669C-4A5E-B3C4-6E60FF0DA6BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManyPersonName", "ManyPersonName\ManyPersonName.csproj", "{2C9BB19C-3109-4C3F-9910-700512CC6262}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersonNameLocation", "PersonNameLocation\PersonNameLocation.csproj", "{8F31ED90-7876-48A3-A36B-DD3CE464F2A5}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Itanium = Debug|Itanium
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Itanium = Release|Itanium
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{99ED50F6-190A-4612-8B24-B556C53432AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{99ED50F6-190A-4612-8B24-B556C53432AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{99ED50F6-190A-4612-8B24-B556C53432AB}.Debug|Itanium.ActiveCfg = Debug|Any CPU
		{99ED50F6-190A-4612-8B24-B556C53432AB}.Debug|Itanium.Build.0 = Debug|Any CPU
		{99ED50F6-190A-4612-8B24-B556C53432AB}.Debug|x86.ActiveCfg = Debug|x86
		{99ED50F6-190A-4612-8B24-B556C53432AB}.Debug|x86.Build.0 = Debug|x86
		{99ED50F6-190A-4612-8B24-B556C53432AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{99ED50F6-190A-4612-8B24-B556C53432AB}.Release|Any CPU.Build.0 = Release|Any CPU
		{99ED50F6-190A-4612-8B24-B556C53432AB}.Release|Itanium.ActiveCfg = Release|x86
		{99ED50F6-190A-4612-8B24-B556C53432AB}.Release|x86.ActiveCfg = Release|x86
		{99ED50F6-190A-4612-8B24-B556C53432AB}.Release|x86.Build.0 = Release|x86
		{B54AEEAD-669C-4A5E-B3C4-6E60FF0DA6BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B54AEEAD-669C-4A5E-B3C4-6E60FF0DA6BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B54AEEAD-669C-4A5E-B3C4-6E60FF0DA6BE}.Debug|Itanium.ActiveCfg = Debug|Any CPU
		{B54AEEAD-669C-4A5E-B3C4-6E60FF0DA6BE}.Debug|Itanium.Build.0 = Debug|Any CPU
		{B54AEEAD-669C-4A5E-B3C4-6E60FF0DA6BE}.Debug|x86.ActiveCfg = Debug|Any CPU
		{B54AEEAD-669C-4A5E-B3C4-6E60FF0DA6BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B54AEEAD-669C-4A5E-B3C4-6E60FF0DA6BE}.Release|Any CPU.Build.0 = Release|Any CPU
		{B54AEEAD-669C-4A5E-B3C4-6E60FF0DA6BE}.Release|Itanium.ActiveCfg = Release|Any CPU
		{B54AEEAD-669C-4A5E-B3C4-6E60FF0DA6BE}.Release|x86.ActiveCfg = Release|Any CPU
		{2C9BB19C-3109-4C3F-9910-700512CC6262}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2C9BB19C-3109-4C3F-9910-700512CC6262}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2C9BB19C-3109-4C3F-9910-700512CC6262}.Debug|Itanium.ActiveCfg = Debug|Any CPU
		{2C9BB19C-3109-4C3F-9910-700512CC6262}.Debug|Itanium.Build.0 = Debug|Any CPU
		{2C9BB19C-3109-4C3F-9910-700512CC6262}.Debug|x86.ActiveCfg = Debug|Any CPU
		{2C9BB19C-3109-4C3F-9910-700512CC6262}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2C9BB19C-3109-4C3F-9910-700512CC6262}.Release|Any CPU.Build.0 = Release|Any CPU
		{2C9BB19C-3109-4C3F-9910-700512CC6262}.Release|Itanium.ActiveCfg = Release|Any CPU
		{2C9BB19C-3109-4C3F-9910-700512CC6262}.Release|x86.ActiveCfg = Release|Any CPU
		{8F31ED90-7876-48A3-A36B-DD3CE464F2A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8F31ED90-7876-48A3-A36B-DD3CE464F2A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8F31ED90-7876-48A3-A36B-DD3CE464F2A5}.Debug|Itanium.ActiveCfg = Debug|Any CPU
		{8F31ED90-7876-48A3-A36B-DD3CE464F2A5}.Debug|Itanium.Build.0 = Debug|Any CPU
		{8F31ED90-7876-48A3-A36B-DD3CE464F2A5}.Debug|x86.ActiveCfg = Debug|Any CPU
		{8F31ED90-7876-48A3-A36B-DD3CE464F2A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8F31ED90-7876-48A3-A36B-DD3CE464F2A5}.Release|Any CPU.Build.0 = Release|Any CPU
		{8F31ED90-7876-48A3-A36B-DD3CE464F2A5}.Release|Itanium.ActiveCfg = Release|Any CPU
		{8F31ED90-7876-48A3-A36B-DD3CE464F2A5}.Release|x86.ActiveCfg = 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
Architect Interacx
United States United States
Blog: https://marcclifton.wordpress.com/
Home Page: http://www.marcclifton.com
Research: http://www.higherorderprogramming.com/
GitHub: https://github.com/cliftonm

All my life I have been passionate about architecture / software design, as this is the cornerstone to a maintainable and extensible application. As such, I have enjoyed exploring some crazy ideas and discovering that they are not so crazy after all. I also love writing about my ideas and seeing the community response. As a consultant, I've enjoyed working in a wide range of industries such as aerospace, boatyard management, remote sensing, emergency services / data management, and casino operations. I've done a variety of pro-bono work non-profit organizations related to nature conservancy, drug recovery and women's health.

Comments and Discussions