Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • T4MVC 2.4.04 update: MVC 2 support, new settings, cleanup, fixes

    To get the latest build of T4MVC: Go to download page on CodePlex   Though I haven’t blogged for a while about T4MVC, I’ve been making a few minor updates and only sent notification via Twitter.  Now, I have a few things that are worth discussing in a little more detail.  Note that you...
    Posted to What's New (Weblog) by Anonymous on 10-15-2009, 12:00 AM
    Filed under: ASP.NET, MVC, T4, T4MVC
  • T4MVC 2.5.00 update: multiple output files and minified javascript support

    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.  ...
    Posted to What's New (Weblog) by Anonymous on 11-16-2009, 12:00 AM
    Filed under: ASP.NET, MVC, T4, T4MVC
  • T4MVC 2.5.01: added support for Html.RenderAction and Html.Action

    To get the latest build of T4MVC: Go to download page on CodePlex   MVC 2 Beta introduces two nice helpers called Html.RenderAction and Html.Action.  Phil Haack described them in detail on his blog , so you may want to read through that before reading this post. Basically, they’re two additional...
    Posted to What's New (Weblog) by Anonymous on 11-20-2009, 12:00 AM
    Filed under: ASP.NET, MVC, T4, T4MVC
  • T4MVC now has a real home and a dedicated forum!

    Up until now, most things related to T4MVC were happening through my various blog posts about it.  And while that was sort of working ok for a while, it was also less than ideal for a couple reasons. First, there was no single place to go to in order to get information about it.  You’d basically...
    Posted to What's New (Weblog) by Anonymous on 11-25-2009, 12:00 AM
    Filed under: ASP.NET, MVC, T4, T4MVC
  • T4MVC 2.6: MVC 2 Areas support

    To get the latest build of T4MVC: Go to T4MVC page on CodePlex   One of MVC 2's major new features is the support for breaking up a large application into "Areas". This works by following a structure that looks like: Root folder Models Views Controllers Areas NerdDinner Models Views...
    Posted to What's New (Weblog) by Anonymous on 11-30-2009, 12:00 AM
    Filed under: ASP.NET, MVC, T4, T4MVC
  • T4MVC 2.6.10: fluent route value API, shorter way to refer to action, and more

    To get the latest build of T4MVC: Go to T4MVC page on CodePlex   I just posted build 2.6.10.  There were also a few builds in between since I last blogged about 2.6, so this post describes some of those changes (full history here ).   Fluent route value API As you probably know, T4MVC...
    Posted to What's New (Weblog) by Anonymous on 01-04-2010, 12:00 AM
    Filed under: ASP.NET, MVC, T4MVC
  • T4MVC 2.6.13: now officially in MvcContrib, with a few new features

    To get the latest build of T4MVC: Go to MvcContrib T4MVC page on CodePlex   A few weeks back, we announced (mostly on Twitter) that T4MVC was moving into the MvcContrib Codeplex project.  I didn’t say much about it at the time because there wasn’t a whole lot to say yet, in the sense that the...
    Posted to What's New (Weblog) by Anonymous on 03-08-2010, 12:00 AM
    Filed under: ASP.NET, MVC, T4, T4MVC
  • A better way to auto-run T4MVC when you build

    T4MVC has always struggled with finding the right way of running automatically when you build.  Being a T4 template in your project, by default it just runs when you save it.  This is not great, because you really want it to rerun whenever you make a change that affects it: e.g. new controller...
    Posted to What's New (Weblog) by Anonymous on 03-12-2010, 12:00 AM
    Filed under: ASP.NET, MVC, T4, T4MVC
  • An even better way to run T4MVC: a VS AddIn

    Last week, I blogged about a nice way of auto-running T4MVC by using the Macro IDE to write an OnBuildBegin event handler .  This was a big improvement over the hacky ‘AlwaysKeepTemplateDirty’ flag that we’ve been using since T4MVC’s early days. Since then, Wayne Brantley has taken this idea to...
    Posted to What's New (Weblog) by Anonymous on 03-18-2010, 12:00 AM
    Filed under: ASP.NET, MVC, T4MVC
Page 1 of 1 (9 items)