Click here to Skip to main content
15,892,927 members
Articles / Desktop Programming / WPF

Two Way DataBinding with WPF/XBAP and the ADO.NET Entity Framework

Rate me:
Please Sign up or sign in to vote.
4.60/5 (11 votes)
14 Mar 2009CPOL4 min read 50.7K   1.7K   24  
An article on DataBinding in an XBAP/WPF environment with ADO.NET EF

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XBapBrowserApplication", "WpfBrowserApplication1\XBapBrowserApplication.csproj", "{54F473EA-A632-48CE-9A42-D4998C8811B4}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{54F473EA-A632-48CE-9A42-D4998C8811B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{54F473EA-A632-48CE-9A42-D4998C8811B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{54F473EA-A632-48CE-9A42-D4998C8811B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{54F473EA-A632-48CE-9A42-D4998C8811B4}.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
Architect REALDOLMEN
Belgium Belgium
Working in the IT-Branch for more then 20 years now. Starting as a programmer in WinDev, moved to Progress, shifted to .NET since 2003. At the moment i'm employed as a .NET Application Architect at RealDolmen (Belgium). In my spare time, i'm a die hard mountainbiker and together with my sons Jarne and Lars, we're climbing the hills in the "Flemish Ardens" and the wonderfull "Pays des Collines". I also enjoy "a p'tit Jack" (Jack Daniels Whiskey) or a "Duvel" (beer) for "l'après VTT !".

Comments and Discussions