Home / ASP.NET Weblogs
All Tags » MVC » T4 (RSS)

Browse by Tags

Related Posts

  • T4 Templates: A Quick-Start Guide for ASP.NET MVC Developers

    As mentioned in our recent blog post on the ASP.NET MVC Release Candidate , our code-generation features (namely, Add Controller and Add View) now use the T4 (Text Template Transformation Toolkit) templating technology behind the scenes. Because users can customize the templates to a great extent, we...
    Posted to What's New (Weblog) by Anonymous on 01-29-2009, 12:00 AM
    Filed under: Visual Web Developer, Visual Studio, ASP.NET, .NET, MVC, Development, Visual Studio 2008, TDD, VWD, visual Studio 2008 sp1, ASP.NET MVC Framework, T4
  • ASP.NET MVC 1.0 now Live!

    ASP.NET MVC 1.0 is now Live. You can download it right now here . Also check out Phil Haack’s post on the release. If you are new to MVC, please check out our previous posts for more information and links to many useful blogs and resources. Alternatively, check out the official site for tutorials, videos...
    Posted to What's New (Weblog) by Anonymous on 03-18-2009, 12:00 AM
    Filed under: Visual Web Developer, ASP.NET MVC, ASP.NET, MVC, Visual Studio 2008, VWD, visual Studio 2008 sp1, ASP.NET MVC Framework, Web, ASP.NET MVC 1.0 RC, T4, Mix, VS2008, ASP.NET MVC 1.0 RC2
  • A new and improved ASP.NET MVC T4 template

    A couple weeks ago, I blogged about using a Build provider and CodeDom to generate strongly typed MVC helpers at runtime. I followed up a few days later with another version that used T4 templates instead, making it easier to customize. And now I’m back with yet another post on this topic, but this time...
    Posted to What's New (Weblog) by Anonymous on 06-17-2009, 12:00 AM
    Filed under: ASP.NET, MVC, T4
  • Mind if my MVC T4 template changes your code a bit?

    When working on my MVC T4 template , I was not able to use reflection to discover the Controllers and Actions, because the code that the template generates is itself in the same assembly as the controllers.  So that causes a bit of a chicken and egg problem. Instead, I had to get out of my element...
    Posted to What's New (Weblog) by Anonymous on 06-25-2009, 12:00 AM
    Filed under: ASP.NET, MVC, T4
  • T4MVC 2.2 update: Routing, Forms, DI container, fixes

    To get the latest build of T4MVC: Go to download page   This post is a continuation of various recent posts, most notably: A new and improved ASP.NET MVC T4 template The MVC T4 template is now up on CodePlex First, I’d like to thank all those who are using the MVC T4 template and sent me suggestions...
    Posted to What's New (Weblog) by Anonymous on 06-30-2009, 12:00 AM
    Filed under: ASP.NET, MVC, T4
  • Two ways to use T4 templates: support code vs. one-time generation

    T4 templates have proven to be useful is a whole range of scenarios, and more and more developers are finding interesting things to do with them. For the most part, all those scenarios fall under two very distinct categories: “support code” versus one-time generation.  Unlike my previous post on...
    Posted to What's New (Weblog) by Anonymous on 07-17-2009, 12:00 AM
    Filed under: ASP.NET, MVC, T4
  • T4MVC 2.4 updates: settings file, sub view folders, ActionName support and more

    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...
    Posted to What's New (Weblog) by Anonymous on 07-28-2009, 12:00 AM
    Filed under: ASP.NET, MVC, T4
  • 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
Page 1 of 2 (16 items) 1 2 Next >