1

EntityFramework Core's Scaffold-Db is one of the worst things I have ever experience as anytime I install the package in a new project, I experience new bugs and errors.

I have decided to move backward and use EF 6 for now, but is there any way to reverse engineer an existing database using EF 6 automatically in ASP.Net Core?

Tseng
  • 61,549
  • 15
  • 193
  • 205
Arnold Zahrneinder
  • 4,788
  • 10
  • 40
  • 76
  • your question is not clear. what did you mean here `but is there any way to reverse engineer an existing database using EF 6 automatically in ASP.Net Core` ? – Sampath Oct 24 '16 at 08:26

1 Answers1

-1

Use the "EF reverse Poco" template which you can install via Tools, Extensions and Updates in Visual Studio

ErikEJ
  • 40,951
  • 5
  • 75
  • 115