Click here to Skip to main content
15,896,118 members
Articles / Desktop Programming / WPF

Using the Microsoft Desktop Stack – Part 3: Using Entity Framework 4 in an MVVM Application

Rate me:
Please Sign up or sign in to vote.
4.73/5 (21 votes)
17 Apr 2011CPOL25 min read 73.8K   4.9K   56  
This article, shows how to integrate Entity Framework 4 into a WPF application using the MVVM pattern.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsDesktopStackDemo", "MsDesktopStackDemo\MsDesktopStackDemo.csproj", "{117911F4-B51C-44D7-9EEE-B5A5245126FB}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SetupMsDesktopStackDemo", "SetupMsDesktopStackDemo\SetupMsDesktopStackDemo.vdproj", "{8150C43E-6DE9-447E-B147-14530FF4FBAE}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{117911F4-B51C-44D7-9EEE-B5A5245126FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{117911F4-B51C-44D7-9EEE-B5A5245126FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{117911F4-B51C-44D7-9EEE-B5A5245126FB}.Debug|x86.ActiveCfg = Debug|x86
		{117911F4-B51C-44D7-9EEE-B5A5245126FB}.Debug|x86.Build.0 = Debug|x86
		{117911F4-B51C-44D7-9EEE-B5A5245126FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{117911F4-B51C-44D7-9EEE-B5A5245126FB}.Release|Any CPU.Build.0 = Release|Any CPU
		{117911F4-B51C-44D7-9EEE-B5A5245126FB}.Release|x86.ActiveCfg = Release|x86
		{117911F4-B51C-44D7-9EEE-B5A5245126FB}.Release|x86.Build.0 = Release|x86
		{8150C43E-6DE9-447E-B147-14530FF4FBAE}.Debug|Any CPU.ActiveCfg = Debug
		{8150C43E-6DE9-447E-B147-14530FF4FBAE}.Debug|x86.ActiveCfg = Debug
		{8150C43E-6DE9-447E-B147-14530FF4FBAE}.Release|Any CPU.ActiveCfg = Release
		{8150C43E-6DE9-447E-B147-14530FF4FBAE}.Release|Any CPU.Build.0 = Release
		{8150C43E-6DE9-447E-B147-14530FF4FBAE}.Release|x86.ActiveCfg = Release
		{8150C43E-6DE9-447E-B147-14530FF4FBAE}.Release|x86.Build.0 = Release
	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) Foresight Systems
United States United States
David Veeneman is a financial planner and software developer. He is the author of "The Fortune in Your Future" (McGraw-Hill 1998). His company, Foresight Systems, develops planning and financial software.

Comments and Discussions