With the newest MVC tools, when I add a controller, I get scaffolding for the controller code as well as the CRUD Views. I’m not asking about how to override templates. I understand that I can override the T4 scaffolding templates, but I would like to see the existing built-in scaffolding templates that support the default code generation.
Where can I find the T4 code that supports the built-in/default scaffolding for MVC Views and Controllers?
Per Hansleman: