I'm using VS 2015 with EF 6.1.3. with MVC5. I know that MVC5 scaffolding templates are located in C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web\Mvc\Scaffolding\Templates\
But I cant use them since standard scaffolding is not an option for me. I would like to generate similar views and controllers against my custom POCO classes eg. ViewModels that are located in BL. Can you run and customize those (or some other) templates so that they could generate MVC controllers and views from some other classes or repository?