Sign In
Angle Bracket Percent
David Ebbo's blog Follow me on Twitter (@davidebbo)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
C#
CodeDom
Dynamic
Dynamic Data
Entity Framework
IronPython
MVC
NuGet
NuPack
Razor
Spark
T4
T4MVC
Web Pages
WebMatrix
Archive
Archives
January 2011
(1)
December 2010
(1)
October 2010
(4)
August 2010
(1)
July 2010
(3)
March 2010
(3)
February 2010
(1)
January 2010
(3)
December 2009
(1)
November 2009
(5)
October 2009
(3)
July 2009
(5)
June 2009
(8)
April 2009
(1)
March 2009
(2)
January 2009
(2)
December 2008
(4)
November 2008
(4)
October 2008
(1)
August 2008
(2)
June 2008
(4)
May 2008
(3)
April 2008
(1)
March 2008
(1)
December 2007
(4)
June 2007
(1)
November 2006
(1)
November 2005
(1)
October 2005
(2)
June, 2009
MSDN Blogs
>
Angle Bracket Percent
>
June, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Angle Bracket Percent
T4MVC 2.2 update: Routing, Forms, DI container, fixes
Posted
over 3 years ago
by
David Ebbo
18
Comments
To get the latest build of T4MVC: Go to T4MVC home 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...
Angle Bracket Percent
The MVC T4 template is now up on CodePlex, and it does change your code a bit
Posted
over 3 years ago
by
David Ebbo
53
Comments
Short version : the MVC T4 template (now named T4MVC) is now available on CodePlex, as one of the downloads in the ASP.NET MVC v1.0 Source page . Go to T4MVC home page Poll verdict: it’s ok for T4MVC to make small changes Yesterday, I posted...
Angle Bracket Percent
Mind if my MVC T4 template changes your code a bit?
Posted
over 3 years ago
by
David Ebbo
40
Comments
Update : Please see this post for what came out of this ‘poll’, and for a pointer to the newest T4 template on CodePlex. When working on my MVC T4 template , I was not able to use reflection to discover the Controllers and Actions, because the code...
Angle Bracket Percent
After almost five years, my blog has a name!
Posted
over 3 years ago
by
David Ebbo
5
Comments
So I have had this blog since October 2005 , and the entire time it has been named “ David Ebbo’s blog ”. There were a number of solid reasons that had led me to choose this catchy name: It’s a blog It’s mine My name is David Ebbo Last December...
Angle Bracket Percent
A new and improved ASP.NET MVC T4 template
Posted
over 3 years ago
by
David Ebbo
40
Comments
Update : Please read this post for the newest and greatest. 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...
Angle Bracket Percent
A T4 based approach to creating ASP.NET MVC strongly typed helpers
Posted
over 3 years ago
by
David Ebbo
12
Comments
Update : Please see this newer post for the latest and greatest MVC T4 template Earlier this week, I wrote a post on using a BuildProvider to create ActionLink helpers . That approach was using CodeDom to generate the code, and there was...
Angle Bracket Percent
CodeDom vs T4: two approaches to Code Generation
Posted
over 3 years ago
by
David Ebbo
15
Comments
There are many scenarios where the need to generate source code arises. The MVC helpers I introduced in my last post is one such example. Note that I am focusing on generating source code here, and not on scenarios where you may want to generate IL directly...
Angle Bracket Percent
A BuildProvider to simplify your ASP.NET MVC Action Links
Posted
over 3 years ago
by
David Ebbo
26
Comments
Update : Please see this newer post for the latest and greatest MVC T4 template One downside of using Html.ActionLink in your views is that it is late bound. e.g. say you write something like this: <% = Html.ActionLink( "Home"...
Page 1 of 1 (8 items)