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

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -