Author: Angle Bracket Percent : ASP.NET | Posted on: 7/28/2009 4:15:02 PM | Views : 881

To get the latest build of T4MVC: Go to download page on CodePlex This post is a continuation of various previous posts on the T4MVC template for ASP.NET MVC: A new and improved ASP.NET MVC T4 template The MVC T4 template is now up on CodePlex T4MVC 2.2 update: Routing, Forms, DI container, fixes I last blogged about version 2.2, and there have been a number of changes since that (you can get the full history at the top of the T4MVC.tt file).  This post describes some of those changes.   T4MVC now uses a separate settings file Previously, if you wanted to customize T4MVC, you?d have to change T4MVC.tt directly.  This is fine until you want to grab the next build, and have to hand merge the changes. Instead, it is now using a separate...(read more) ...

Go to the complete details ...