Click here to Skip to main content
15,886,362 members
Articles / Web Development / ASP.NET

Entity Framework CRUD Operations Using Stored Procedures

Rate me:
Please Sign up or sign in to vote.
4.81/5 (22 votes)
6 Jan 2013CPOL4 min read 140K   2.8K   66  
How to implement CRUD operations using Stored Procedures in Entity Framework.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRUDentity", "CRUDentity\CRUDentity.csproj", "{4823AAD2-D5CF-42EB-802B-3C332393D203}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4823AAD2-D5CF-42EB-802B-3C332393D203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4823AAD2-D5CF-42EB-802B-3C332393D203}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4823AAD2-D5CF-42EB-802B-3C332393D203}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4823AAD2-D5CF-42EB-802B-3C332393D203}.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
Software Developer
India India
I am working as a Software engineer. Web development in Asp.Net with C#, WinForms and MS sql server are the experience tools that I have had for the past 3 years. Yet to work on WCF, WPF, Silverlight and other latest ones.

Comments and Discussions