As I was trying to setup the new open source ASP.NET Core 1.1 .net 4.6.2 with Entity framework Core 1 for a QA POC facing issues in some of areas
1) Going with the Code first approach to use view models to populate Views .
2) I have specified the relation between 2 tables
3) Not able to create controller/views through the scaffolded option. Is the feature disabled in asp.net core 1.1(I don’t think so)
4) What is the best practice/steps to scaffold a view and controller using EF CORE framework for many to many relation.