Hello,
Can anyone tell how we can do Procedure, Transaction, view etc with Entity Framework.
If possible pls give demo code.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Mar 4, 2014, 11:23 PM
hi,
Please refer below link
Store procedure
http://www.c-sharpcorner.com/UploadFile/ff2f08/call-store-procedure-from-entity-framework/
transaction scope
http://msdn.microsoft.com/en-us/library/vstudio/bb738523(v=vs.100).aspx
View
http://www.entityframeworktutorial.net/definingquery-in-entity-framework.aspx
http://www.mssqltips.com/sqlservertip/1990/how-to-use-sql-server-views-with-the-entity-framework/
hope this will help you.