Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » CodeDom   (RSS)

CodeDom vs T4: two approaches to Code Generation

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
Posted by davidebb | 15 Comments
Filed under: ,

A BuildProvider to simplify your ASP.NET MVC Action Links

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"
Posted by davidebb | 26 Comments
Filed under: , ,

Attachment(s): MvcActionLinkHelper.zip
 
Page view tracker