DEV Community

Discussion on: On .NET Episode: Migrating EDMX projects to Entity Framework Core

Collapse
 
msawczyn profile image
Michael Sawczyn

Something to be aware of as well is the free and open-sourced Entity Framework Visual Editor, where you can consume an EF6 assembly, automatically creating the visual model, then re-target to EF Core to generate a code-first set of files.

Full disclosure statement: I'm its author.