I’m working with SharpArchitecture as the basis for a new project at work, and found a small surprise when trying to add a view: No MVC items anywhere in that list. Sure, it’s not a huge hassle to create a webform page and change the details so it inherits from ViewPage, but I’d like to have the ease those templates provide. The reason those templates don’t appear is that the SharpArchitecture template is generated such that it doesn’t depend on ASP.Net MVC being installed on the development machine. This helps for compatibility with...