Porting to Entity Framework Core
I’ve used the newer Entity Framework Core on a couple projects just to give it a test drive in the v1.0 era. It felt very similar to Entity Framework 6. I figured since it seemed so similar, porting wouldn’t be too difficult. So I bit the bullet and finally decided to port an application that uses Entity Framework 6 over to Entity Framework Core 2.0. Here is a bit of an experience report on porting to Entity Framework Core. Side by Side In theory, you should be able to run EF 6 along side EF Core. They are completely different… Read More »Porting to Entity Framework Core