How create and use your own ASP.NET MVC scaffolding template? In "add Controller" wizard there is an "template" option with Microsoft templates. I would like to add new ones. A customized one. is that possible?
edit
In Visual Studio 2015 there is no template option anymore.
You can modify the T4 templates used by Visual Studio. This is a good article on how to do it:
You copy the default templates into your project "CodeTemplates" folder. You can then alter the templates without affecting the defaults.