Walking Down the Memory Lane with Bing Part 3

Build with an Azure free account. Get USD200 credit for 30 days and 12 months of free services.
Start free todayMany 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
Useful Links
Yes, I'd also like to know why EDMX is no longer supported and database first has essentially been dropped.
To the users who don't need cross platform support, all these "enhancements" are sometimes hard to swallow when existing features are being taken away.
@JWood. EF6 still supports EDMX and database first. This has not changed. EF Core has a different architectural foundation that is not based on a common EDM, and hence does not support EDM files like EDMX. However, database first is still supported in EF Core.