I am trying to locate the Entity Data Model Wizard that allows you to populate the database schema into a DatabaseModel.edmx file so I can create my model based on that.
I've included the EntityFramework dlls into the project.json file but not too sure if in this new version of ASP.NET MVC this wizard is available anymore...
I've seen that the scaffolding that generates the Model classes is done through command line now but not sure if that has anything to do with the wizard I was talking about above.
Thanks!