Click here to Skip to main content
15,886,720 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hii to all,
i am working on project who having more than 300 tables in database,with using MVC 5 for UI and unity framework used.
i also want to use entity framework,but i heard that EF having drawback regarding the loading or i will consume more time while Communicating with database server.



so please give me the suggestion that ,is it good to use EF or not,If yes then which version..
Posted

Its depends upon the implementation of it.

have a look on the artical:
Performance and the Entity Framework[^]

if you compare it with ADO.net, offcourse ADO is much faster than EF.So in case of large database I will prefer ado.net.
Also have a look on:
https://msdn.microsoft.com/en-us/library/vstudio/cc853327(v=vs.100).aspx[^]
 
Share this answer
 
If you are building a small application then it can be used.
It ties in well with ASP.Net Identity Framework as well.

Larger applications, maintenance makes it difficult.
 
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