Entity Framework Core Scaffold DbContext from Existing Database July 14, 2016 by Anuraj ASP.NET Core Nuget EF Entity Framework This post is about reverse engineering model classes from existing database using Entity Framework Core. This is useful in Database First scenarios than the Code First scenario. In order to scaffold a DbContext from an existing database, you first have to set up project.js