Click here to Skip to main content
15,894,630 members
Articles / Programming Languages / C#

How entity framework work in instead of a complex store procedure in sql server. and how EF is work with big project. if a project contain more than 2000 table .Is it possible to work with EF.

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
5 Oct 2012CPOL 0  
In EF if you can use stored procedure also by adding stored procedures in EF.Create strode procedure in SQL server and update your edmx file.You can now call your stored procedure as a function in EF.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
4 Oct 2012pritam sahu 1 alternative  
How EF works with a big project. like if a project contain more than 2000 tables .and one more thing, in sql server store procedure we write a complex query which is retrieve combine/join data from 3-4 table,so this type of facility is available in EF. Please give some example.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer HCL Technologies
India India
Manish Dubey
Sr.Software Engineer
HCL Technologies

Comments and Discussions