Click here to Skip to main content
15,906,624 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I create (Human Resource) project , i use entity frame work 6 database first , and i'd like to upgrade ef version to ef core 1.1 what is the correct way to do that ?

What I have tried:

I don't know the correct way because i afraid to do mistake
Posted
Updated 22-Dec-16 5:05am
Comments
Richard MacCutchan 22-Dec-16 11:06am    
Make sure you take a backup of the existing project first.

1 solution

I wouldn't do that. EF Core is not an upgrade but a side-step. It doesn't yet have all of the features that 6.1.3 has.

From Entity Framework Core 1.1 Plans | .NET Blog[^]:

Will EF Core replace EF6.x after the 1.1 release
The short answer is no. EF6.x is still the mature, stable data access stack and will continue to be the right choice for many applications when EF Core 1.1 is available. Along with EF Core 1.1, we are also starting work on the EF6.2 release – we’ll share our plans on that shortly. That said, EF Core will be a viable choice for more applications once 1.1 is released. Our documentation has guidance on choosing between EF6.x and EF Core, and this same guidance will apply when 1.1 is released.


Also read Compare EF Core & EF6.x | Microsoft Docs[^]
 
Share this answer
 
Comments
Ahmed Dabas 23-Dec-16 3:45am    
you mean i continue with ef6 until stable release of ef core

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