youtube image
From YouTube: Migrating EDMX projects to Entity Framework Core

Description

What’s new in EF Core 3
https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-3.0?WT.mc_id=dotnet-c9-cephilli

Porting from EF 6 to EF Core
https://docs.microsoft.com/en-us/ef/efcore-and-ef6/porting?WT.mc_id=dotnet-c9-cephilli

EF Core Power tools
https://marketplace.visualstudio.com/items?itemName=ErikEJ.EFCorePowerTools&WT.mc_id=dotnet-c9-cephilli

Migrating from EF 6 to EF core
https://channel9.msdn.com/Shows/On-NET/Migrating-from-Entity-Framework-6-to-Core?WT.mc_id=dotnet-c9-cephilli

Many projects have used the EDMX files and the EF Designer to generate their models with Entity Framework. However, Entity Framework Core has not added support for EDMX generation. So what do you if you want to port your EF projects to EF Core?

In this episode, Entity Framework PM Diego Vega joins Christos to give us a thorough walkthrough of porting an Entity Framework EDMX model over to Entity Framework Core

[01:06] - Why would I want to move?
[03:18] - Reviewing a sample EDMX model
[08:10] - Porting the hard way
[09:29] - Porting the easier way
[13:44] - Using the EF Core Power tools
[18:24] - Exploring inheritance

#dotnet #entityframework #dotnetcore