File -> New Project for ASP.NET MVC projects used to generate controllers with virtual actions. I\'m not sure if that stopped with MVC 2 or MVC 3, but is this no longer a be
If you make them virtual then it will make the controllers easier to mock if you are using them in tests.