Krck
Krck

Reputation: 197

How to scaffold a dbcontext with the new EF 6.4?

i updated the Entity Framework in a Windows Desktop application to 6.4 and read about the new features. Seeing that EF 6.4 is now based on EF Core 3.0 i would like to get rid of the .edmx files and use the command-line scaffolding options that EF Core offers.

How does one migrate from clunky .edmx files to the command line generation? Is this even possible with the new EF (without switching to EF Core)?

Thanks in advance!

Upvotes: 5

Views: 2078

Answers (0)

Related Questions