entity framework - Upgrade experience from EF6 to EF7 -
can share experience , insights on upgrading ef6 ef7? straight forward? did discover major benefits or drawbacks upgrade? thank
read side-by-side comparison between ef-6 , ef core 1.0. http://ef.readthedocs.io/en/latest/efcore-vs-ef6/features.html#side-by-side-comparison
if need feature still not done use ef 6 becasue maybe have wait long time.
my recommendation, if not possible use ef 6 becasue have .net core on uwp etc, use it, otherwise currently can prefer use ef 6 on ef core recommendation ef team can find on announcing entity framework core 1.0.
when use ef core
we have comparing ef core , ef6.x section in our documentation. includes guidance on when use ef core, feature comparisons, , information on porting ef core.
these types of applications recommend using ef core for. other applications, should consider using ef6.x.
new applications not require features not yet implemented in ef core.
applications target .net core, such universal windows platform (uwp) , asp.net core applications.
https://blogs.msdn.microsoft.com/dotnet/2016/06/27/entity-framework-core-1-0-0-available/
Comments
Post a Comment