Click here to Skip to main content
15,897,273 members
Articles / Desktop Programming / Windows Forms

Entity Framework in WinForms

Rate me:
Please Sign up or sign in to vote.
4.89/5 (142 votes)
28 Jul 2014CPOL29 min read 958.2K   58.1K   425  
A component that makes it easy to use Entity Framework in WinForms projects, including design-time binding support.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{ED3567D4-A5A9-4230-8DD9-D376A2D773FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFWinforms", "EFWinforms\EFWinforms.csproj", "{BC070117-CAD0-4B62-AB0E-5F6B4955F164}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		GrapeCity|Any CPU = GrapeCity|Any CPU
		GrapeCity|Mixed Platforms = GrapeCity|Mixed Platforms
		GrapeCity|x86 = GrapeCity|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{ED3567D4-A5A9-4230-8DD9-D376A2D773FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{ED3567D4-A5A9-4230-8DD9-D376A2D773FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{ED3567D4-A5A9-4230-8DD9-D376A2D773FA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{ED3567D4-A5A9-4230-8DD9-D376A2D773FA}.Debug|x86.ActiveCfg = Debug|x86
		{ED3567D4-A5A9-4230-8DD9-D376A2D773FA}.Debug|x86.Build.0 = Debug|x86
		{ED3567D4-A5A9-4230-8DD9-D376A2D773FA}.GrapeCity|Any CPU.ActiveCfg = Release|x86
		{ED3567D4-A5A9-4230-8DD9-D376A2D773FA}.GrapeCity|Mixed Platforms.ActiveCfg = Release|x86
		{ED3567D4-A5A9-4230-8DD9-D376A2D773FA}.GrapeCity|x86.ActiveCfg = Release|x86
		{ED3567D4-A5A9-4230-8DD9-D376A2D773FA}.Release|Any CPU.ActiveCfg = Release|x86
		{ED3567D4-A5A9-4230-8DD9-D376A2D773FA}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{ED3567D4-A5A9-4230-8DD9-D376A2D773FA}.Release|x86.ActiveCfg = Release|x86
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.Debug|x86.ActiveCfg = Debug|x86
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.Debug|x86.Build.0 = Debug|x86
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.GrapeCity|Any CPU.ActiveCfg = Release|Any CPU
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.GrapeCity|Mixed Platforms.ActiveCfg = Release|Any CPU
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.GrapeCity|x86.ActiveCfg = Release|Any CPU
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.Release|Any CPU.Build.0 = Release|Any CPU
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{BC070117-CAD0-4B62-AB0E-5F6B4955F164}.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
Software Developer
Brazil Brazil
Software Architect/Developer with several years experience creating and delivering software.

Full-stack Web development (including React, Firebase, TypeScript, HTML, CSS), Entity Framework, C#, MS SQL Server.

Passionate about new technologies and always keen to learn new things as well as improve on existing skills.

Comments and Discussions