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
  • 57,187
  • 13
  • 181
  • 194
Arnold Zahrneinder
  • 3,932
  • 9
  • 30
  • 60
  • 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
  • 38,654
  • 5
  • 69
  • 109