Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
there is confusion while installing which version of entity framework should i install ??
which factors should i considered during installing entity framework in visal studio

What I have tried:

there is confusion while installing which version of entity framework should i install ??
which factors should i considered during  installing entity framework in visal studio
Posted
Updated 22-Feb-19 7:31am

1 solution

Compare Entity Framework 6 and Entity Framework Core | Microsoft Docs[^]

EF6 has been around for longer, and supports some things that EF Core doesn't. On the other hand, EF Core supports some things that EF6 doesn't. And all future development seems to be targeting EF Core.

Which version you pick will depend on many factors which we do not know, so we can't tell you which one would be the best fit for your project.
 
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