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)
July, 2009
MSDN Blogs
>
Angle Bracket Percent
>
July, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Angle Bracket Percent
C# method overload resolution can play tricks on you
Posted
over 3 years ago
by
David Ebbo
5
Comments
While working on T4MVC , I ran into a very tricky C# compiler behavior that I thought I’d share. T4MVC creates various overloads that allow you to avoid literal strings. One such case is that you can replace: routes.MapRoute( "UpcomingDinners"...
Angle Bracket Percent
T4MVC 2.4 updates: settings file, sub view folders, ActionName support and more
Posted
over 3 years ago
by
David Ebbo
36
Comments
To get the latest build of T4MVC: Go to T4MVC 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...
Angle Bracket Percent
Using an Associated Metadata Class outside Dynamic Data
Posted
over 3 years ago
by
David Ebbo
8
Comments
A while back, I blogged about how ASP.NET Dynamic Data apps can uses an Associated Metadata class (aka a ‘buddy’ class) to add metadata attributed to properties defined in a generated class. It’s a mostly ugly thing that was made necessary by limitations...
Angle Bracket Percent
Two ways to use T4 templates: support code vs. one-time generation
Posted
over 3 years ago
by
David Ebbo
6
Comments
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...
Angle Bracket Percent
AspPathGuru: A little T4 love for ASP.NET WebForms
Posted
over 3 years ago
by
David Ebbo
8
Comments
Last month , I wrote a number of posts on using T4 templates to get strong typing in ASP.NET MVC applications. The result is the T4MVC template available on CodePlex . This template has been pretty popular with many MVC users, and I received a huge amount...
Page 1 of 1 (5 items)