Author: Angle Bracket Percent : ASP.NET | Posted on: 11/16/2009 7:41:15 PM | Views : 847

To get the latest build of T4MVC: Go to download page on CodePlex   T4MVC build 2.5.00 brings a couple of fun new features that I?ll describe in this post.  I can?t take too much credit for them as they came from users who suggested them to me, and helped out getting the code going.   Support for multiple output files Up until now, T4MVC.tt has always generated a single file, which is the T4MVC.cs that you see get nested under it in VS.  And normally, this is the way T4 templates work: they just generate one file.  But last week I got an email from Stuart Leeks who pointed me to a new blog post from Damien Guard that describes a nice way to get around this description.  All of Damien?s logic is very nicely encapsulated...(read more) ...

Go to the complete details ...