I've been playing around with creating an application using the S#arp Architecture.
One thing that is bugging me a bit is that I don't have access to any of the ASP.Net MVC item templates from the "Add New Item..." dialog. In other words I can't, for example, create a new "MVC ViewPage" or "MVC Controller" directly from the "Add New Item..." dialog.
As a result I have to create standard ASP.Net items, then manipulate the markup and code-behind to setup the correct inheritance structure.
Is there any way to get the ASP.Net MVC item templates to work within the "Add New Item..." dialog of a project based on the S#arp Architecture project template?