Click here to Skip to main content
15,896,493 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.

Views

Daily Counts

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