I noticed after creating a new project in Visual Studio 2017 of the type "ASP.NET Core Web Application (.NET Framework)", there is no scaffolding (when you right click) menu item available (like in the older versions of MVC).
Is scaffolding not available for DotNet Core 1.1?
Is there some special setting or NuGet package that must be added?
(I tried some suggestions out there like the Microsoft.VisualStudio.Web.CodeGenerators.Mvc and some others, but no joy)