Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Whats the main use of entity Framework introduced in 4.0, when we can achieve the same things using the normal store procedure and LINQ.
Posted

Let me put it in simple way. With the Entity Framework, you are architecting, designing and developing at a conceptual level. You are no more worried about the ‘specific details’ of communicating with the database and switching from one relational database to the other is also possible with EF, without much efforts.
 
Share this answer
 
Here are some FAQs about Entity Framework:
http://www.dotnetcurry.com/ShowArticle.aspx?ID=599[^]
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900