Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
35557 Points
5696 Posts
May 16, 2012 07:15 AM|LINK
in Entity framework environment, I would not advice using stored procedure...
although, if u r working on old system where bulk of logic is already writen instored procedures, then u can use SP with entity framework... as explained in this tutorial
http://www.asp.net/web-forms/tutorials/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-7
but, if u r creating a new app with fresh logic, avoid SP
hope this helps...
kedarrkulkar...
All-Star
35557 Points
5696 Posts
Re: Retrive and Update values thourgh SQL server Stored Procedure using MVC4 EF4
May 16, 2012 07:15 AM|LINK
in Entity framework environment, I would not advice using stored procedure...
although, if u r working on old system where bulk of logic is already writen instored procedures, then u can use SP with entity framework... as explained in this tutorial
http://www.asp.net/web-forms/tutorials/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-7
but, if u r creating a new app with fresh logic, avoid SP
hope this helps...
KK
Please mark as Answer if post helps in resolving your issue
My Site