You can now type Ctrl-M, Ctrl-C within an ASP.NET MVC
project, or right-click on the /Controller folder and choose the
"Add->Controller" context menu item to create new controller
classes:
Figure 1
This will cause an “Add Controller” dialog to appear that
allows you to name the Controller to create, as well as optionally indicate
whether you wish to automatically “scaffold” common CRUD methods:
Figure 2
Clicking the “Add” button will cause the controller class to
be created and added to the project:
Figure 3