<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">ASP.NET IronPython</title><subtitle type="html" /><id>http://weblogs.asp.net/aspnet-ironpython/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aspnet-ironpython/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/aspnet-ironpython/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2009-11-20T21:10:19Z</updated><entry><title>Turn your Razor helpers into reusable libraries</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/davidebb/archive/2010/10/27/turn-your-razor-helpers-into-reusable-libraries.aspx" /><id>http://blogs.msdn.com/b/davidebb/archive/2010/10/27/turn-your-razor-helpers-into-reusable-libraries.aspx</id><published>2010-10-28T00:55:26Z</published><updated>2010-10-28T00:55:26Z</updated><content type="html">The first blog post I ever wrote was titled “ Turning an ascx user control into a redistributable custom control ”.&amp;#160; It was almost exactly five years ago, and it still gets a lot of hits today.&amp;#160; And interestingly, this new blog post is about solving essentially the same problem, but with a much nicer Razor based solution than was available at the time. The general issue we’re trying to solve is to encapsulate reusable pieces of UI.&amp;#160; Unfortunately, this has typically meant choosing...(&lt;a href="http://blogs.msdn.com/b/davidebb/archive/2010/10/27/turn-your-razor-helpers-into-reusable-libraries.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7637098" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /><category term="Razor" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/Razor/default.aspx" /><category term="Web Pages" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/Web+Pages/default.aspx" /></entry><entry><title>Light up your NuPacks with startup code and WebActivator</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/davidebb/archive/2010/10/11/light-up-your-nupacks-with-startup-code-and-webactivator.aspx" /><id>http://blogs.msdn.com/b/davidebb/archive/2010/10/11/light-up-your-nupacks-with-startup-code-and-webactivator.aspx</id><published>2010-10-11T08:52:42Z</published><updated>2010-10-11T08:52:42Z</updated><content type="html">Wow, it’s hard to believe that it’s been less than a week since NuPack went public.&amp;#160; We were hoping to get noticed, but the attention we got was way beyond my wildest expectations!&amp;#160; The buzz on Twitter has just been phenomenal, and for the most part the feedback has been very positive.&amp;#160; Thank you all for that, this is very encouraging for our little NuPack team :) &amp;#160; NuPack as a noun for the packages &amp;#160; Before I get into the meat, I’ll just say that I want to start using NuPack...(&lt;a href="http://blogs.msdn.com/b/davidebb/archive/2010/10/11/light-up-your-nupacks-with-startup-code-and-webactivator.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7637099" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /><category term="NuPack" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/NuPack/default.aspx" /><category term="Spark" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/Spark/default.aspx" /></entry><entry><title>T4MVC 2.6.20, and upcoming T4MVC talk at MvcConf</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/davidebb/archive/2010/07/20/t4mvc-2-6-20-and-upcoming-t4mvc-talk-at-mvcconf.aspx" /><id>http://blogs.msdn.com/b/davidebb/archive/2010/07/20/t4mvc-2-6-20-and-upcoming-t4mvc-talk-at-mvcconf.aspx</id><published>2010-07-20T07:28:11Z</published><updated>2010-07-20T07:28:11Z</updated><content type="html">I just pushed T4MVC out to the MvcContrib CodePlex site.&amp;#160; You can go to the T4MVC Home Page to get started with it. Last time I blogged about a T4MVC release was for 2.6.13.&amp;#160; In the mean time, I released 2.6.14 and 2.6.15, but they were minor updates so I just tweeted them.&amp;#160; You can check out the history page to see what they changed.&amp;#160; Now, 2.5.20 brings a more interesting new feature, so I figured I’d blog it. New feature to easily render Partials &amp;#160; Update (7/20/2010) :...(&lt;a href="http://blogs.msdn.com/b/davidebb/archive/2010/07/20/t4mvc-2-6-20-and-upcoming-t4mvc-talk-at-mvcconf.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7593061" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /><category term="T4MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4MVC/default.aspx" /></entry><entry><title>Check out Chirpy, a very cool Add-In to run T4MVC and do many other cool things</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/davidebb/archive/2010/07/17/check-out-chirpy-a-very-cool-add-in-to-run-t4mvc-and-do-many-other-cool-things.aspx" /><id>http://blogs.msdn.com/b/davidebb/archive/2010/07/17/check-out-chirpy-a-very-cool-add-in-to-run-t4mvc-and-do-many-other-cool-things.aspx</id><published>2010-07-18T04:30:05Z</published><updated>2010-07-18T04:30:05Z</updated><content type="html">Just a quick post to point folks to a very cool CodePlex Add-In that you may not know about.&amp;#160; It’s called Chirpy and can be downloaded from http://chirpy.codeplex.com/ .&amp;#160; The reason I discovered it is that it includes functionality to automatically run T4MVC.&amp;#160; In fact, it is basically the new version of the Add-In by Wayne Brantley that I blogged about a few months back.&amp;#160; Wayne has been working on this with Evan Nagle , who is the main owner. But note that Chirpy does a lot more...(&lt;a href="http://blogs.msdn.com/b/davidebb/archive/2010/07/17/check-out-chirpy-a-very-cool-add-in-to-run-t4mvc-and-do-many-other-cool-things.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7593062" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /><category term="T4MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4MVC/default.aspx" /></entry><entry><title>How WebMatrix, Razor, ASP.NET Web Pages and MVC fit together</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/davidebb/archive/2010/07/07/how-webmatrix-razor-asp-net-web-pages-and-mvc-fit-together.aspx" /><id>http://blogs.msdn.com/b/davidebb/archive/2010/07/07/how-webmatrix-razor-asp-net-web-pages-and-mvc-fit-together.aspx</id><published>2010-07-07T07:29:00Z</published><updated>2010-07-07T07:29:00Z</updated><content type="html">Today, we announced the public availability of the Microsoft WebMatrix Beta . This is an exciting time, as we&amp;rsquo;ve been working on this project for quite a while, and have been eager to get it out there! Our VP Scott Guthrie has been blogging about a number of its components in the last week or so, and you should definitely read through his posts to get a lot of information about it (start here ). In this post, I&amp;rsquo;d like to discuss how various pieces fit together, as I&amp;rsquo;ve seen some...(&lt;a href="http://blogs.msdn.com/b/davidebb/archive/2010/07/07/how-webmatrix-razor-asp-net-web-pages-and-mvc-fit-together.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7593063" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="Razor" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/Razor/default.aspx" /><category term="Web Pages" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/Web+Pages/default.aspx" /><category term="WebMatrix" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/WebMatrix/default.aspx" /></entry><entry><title>An even better way to run T4MVC: a VS AddIn</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/davidebb/archive/2010/03/18/an-even-better-way-to-run-t4mvc-a-vs-addin.aspx" /><id>http://blogs.msdn.com/davidebb/archive/2010/03/18/an-even-better-way-to-run-t4mvc-a-vs-addin.aspx</id><published>2010-03-18T21:43:41Z</published><updated>2010-03-18T21:43:41Z</updated><content type="html">Last week, I blogged about a nice way of auto-running T4MVC by using the Macro IDE to write an OnBuildBegin event handler .&amp;#160; 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 the next level by turning it into a Visual Studio AddIn.&amp;#160; Check out his post and give it a try! The nice benefits of the AddIn over directly handling VS events in the macro IDE are: Simpler install...(&lt;a href="http://blogs.msdn.com/davidebb/archive/2010/03/18/an-even-better-way-to-run-t4mvc-a-vs-addin.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7388563" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /><category term="T4MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4MVC/default.aspx" /></entry><entry><title>A better way to auto-run T4MVC when you build</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/davidebb/archive/2010/03/12/a-better-way-to-auto-run-t4mvc-when-you-build.aspx" /><id>http://blogs.msdn.com/davidebb/archive/2010/03/12/a-better-way-to-auto-run-t4mvc-when-you-build.aspx</id><published>2010-03-12T19:18:40Z</published><updated>2010-03-12T19:18:40Z</updated><content type="html">T4MVC has always struggled with finding the right way of running automatically when you build.&amp;#160; Being a T4 template in your project, by default it just runs when you save it.&amp;#160; This is not great, because you really want it to rerun whenever you make a change that affects it: e.g. new controller action, new static file, … So I had come up with a pretty crazy workaround (the AlwaysKeepTemplateDirty flag), described in details in this previous post (under “ The T4 file automatically runs whenever...(&lt;a href="http://blogs.msdn.com/davidebb/archive/2010/03/12/a-better-way-to-auto-run-t4mvc-when-you-build.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7380680" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="T4" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /><category term="T4MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4MVC/default.aspx" /></entry><entry><title>T4MVC 2.6.13: now officially in MvcContrib, with a few new features</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/davidebb/archive/2010/03/08/t4mvc-2-6-13-now-officially-in-mvccontrib-with-a-few-new-features.aspx" /><id>http://blogs.msdn.com/davidebb/archive/2010/03/08/t4mvc-2-6-13-now-officially-in-mvccontrib-with-a-few-new-features.aspx</id><published>2010-03-09T01:02:49Z</published><updated>2010-03-09T01:02:49Z</updated><content type="html">To get the latest build of T4MVC: Go to MvcContrib T4MVC page on CodePlex &amp;#160; A few weeks back, we announced (mostly on Twitter) that T4MVC was moving into the MvcContrib Codeplex project.&amp;#160; 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 move had not actually happened.&amp;#160; MvcContrib was transitioning from github to Mercurial, and since I wasn’t familiar with either one, I figured I’d wait for that and only have to learn Mercurial...(&lt;a href="http://blogs.msdn.com/davidebb/archive/2010/03/08/t4mvc-2-6-13-now-officially-in-mvccontrib-with-a-few-new-features.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7375178" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="T4" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /><category term="T4MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4MVC/default.aspx" /></entry><entry><title>Debugging ASP.NET generated code</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/davidebb/archive/2010/02/03/debugging-asp-net-generated-code.aspx" /><id>http://blogs.msdn.com/davidebb/archive/2010/02/03/debugging-asp-net-generated-code.aspx</id><published>2010-02-04T00:31:16Z</published><updated>2010-02-04T00:31:16Z</updated><content type="html">This post applies to any ASP.NET app that uses .aspx files, whether WebForms or MVC. When you write an aspx/ascx/master file (I’ll just say aspx for here on, but it applies to all), it gets compiled dynamically by the ASP.NET runtime.&amp;#160; Note that this is true whether you use a Web Site or a Web Application Project (WAP).&amp;#160; While in a WAP, most of the code is built by Visual Studio, the aspx pages themselves are always built dynamically . Normally, when you work with aspx files, you only need...(&lt;a href="http://blogs.msdn.com/davidebb/archive/2010/02/03/debugging-asp-net-generated-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7333508" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="CodeDom" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/CodeDom/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /></entry><entry><title>Take your MVC User Controls to the next level</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/davidebb/archive/2010/01/13/take-your-mvc-user-controls-to-the-next-level.aspx" /><id>http://blogs.msdn.com/davidebb/archive/2010/01/13/take-your-mvc-user-controls-to-the-next-level.aspx</id><published>2010-01-13T08:46:00Z</published><updated>2010-01-13T08:46:00Z</updated><content type="html">Note: this is based on ASP.NET MVC 2 RC , and will not work on earlier builds. &amp;#160; The quick pitch: make your User Controls as cool as built-in render helpers! The goal of this post is to show you how to change the way MVC user controls are called from something like this: &amp;lt;%= Html.Partial(&amp;quot;~/Views/Shared/gravatar.ascx&amp;quot;, new { Email = &amp;quot;foo@bar.com&amp;quot;, Size = 80 }) %&amp;gt; To something that looks just like a built-in render helper (like Html.TextBox(…)): &amp;lt;%= Html.Gravatar...(&lt;a href="http://blogs.msdn.com/davidebb/archive/2010/01/13/take-your-mvc-user-controls-to-the-next-level.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7309334" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="CodeDom" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/CodeDom/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /></entry><entry><title>T4MVC 2.6.10: fluent route value API, shorter way to refer to action, and more</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/davidebb/archive/2010/01/04/t4mvc-2-6-10-fluent-route-value-api-shorter-way-to-refer-to-action-and-more.aspx" /><id>http://blogs.msdn.com/davidebb/archive/2010/01/04/t4mvc-2-6-10-fluent-route-value-api-shorter-way-to-refer-to-action-and-more.aspx</id><published>2010-01-05T02:45:36Z</published><updated>2010-01-05T02:45:36Z</updated><content type="html">To get the latest build of T4MVC: Go to T4MVC page on CodePlex &amp;#160; I just posted build 2.6.10.&amp;#160; 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 ). &amp;#160; Fluent route value API As you probably know, T4MVC uses a pattern where the route values are encapsulated using a pseudo-call to a controller action, e.g. Html.ActionLink(&amp;quot;Delete Dinner&amp;quot;, MVC.Dinners.Delete(Model.DinnerID)) This adds the controller...(&lt;a href="http://blogs.msdn.com/davidebb/archive/2010/01/04/t4mvc-2-6-10-fluent-route-value-api-shorter-way-to-refer-to-action-and-more.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7300591" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /><category term="T4MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4MVC/default.aspx" /></entry><entry><title>Passing anonymous objects to MVC views and accessing them using dynamic</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/davidebb/archive/2009/12/18/passing-anonymous-objects-to-mvc-views-and-accessing-them-using-dynamic.aspx" /><id>http://blogs.msdn.com/davidebb/archive/2009/12/18/passing-anonymous-objects-to-mvc-views-and-accessing-them-using-dynamic.aspx</id><published>2009-12-19T00:06:00Z</published><updated>2009-12-19T00:06:00Z</updated><content type="html">First, I’ll start with a little disclaimer: this post is not about whether using dynamic is better/worse than static typing. Instead, it’s about making it more convenient to use dynamic if you choose to go that route . Clearly, some people dislike dynamic, as you can see in the comments in that post from Phil Haack , and for the most part, all the key arguments for/against have been made. So anyway, let’s proceed… Recently, a few people have experimented with extending their view pages from ViewPage&amp;lt;dynamic&amp;gt;...(&lt;a href="http://blogs.msdn.com/davidebb/archive/2009/12/18/passing-anonymous-objects-to-mvc-views-and-accessing-them-using-dynamic.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7284106" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /><category term="Dynamic" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/Dynamic/default.aspx" /></entry><entry><title>T4MVC 2.6: MVC 2 Areas support</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/davidebb/archive/2009/11/29/t4mvc-2-6-mvc-2-areas-support.aspx" /><id>http://blogs.msdn.com/davidebb/archive/2009/11/29/t4mvc-2-6-mvc-2-areas-support.aspx</id><published>2009-11-30T06:51:36Z</published><updated>2009-11-30T06:51:36Z</updated><content type="html">To get the latest build of T4MVC: Go to T4MVC page on CodePlex &amp;#160; One of MVC 2&amp;#39;s major new features is the support for breaking up a large application into &amp;quot;Areas&amp;quot;. This works by following a structure that looks like: Root folder Models Views Controllers Areas NerdDinner Models Views Controllers Blog Models Views Controllers So basically you still have your top level Models/Views/Controllers folders, and in addition to that you can have an arbitrary number of “Areas”, each having...(&lt;a href="http://blogs.msdn.com/davidebb/archive/2009/11/29/t4mvc-2-6-mvc-2-areas-support.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7267100" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="T4" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /><category term="T4MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4MVC/default.aspx" /></entry><entry><title>T4MVC now has a real home and a dedicated forum!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/davidebb/archive/2009/11/25/t4mvc-now-has-a-real-home-and-a-dedicated-forum.aspx" /><id>http://blogs.msdn.com/davidebb/archive/2009/11/25/t4mvc-now-has-a-real-home-and-a-dedicated-forum.aspx</id><published>2009-11-25T08:09:39Z</published><updated>2009-11-25T08:09:39Z</updated><content type="html">Up until now, most things related to T4MVC were happening through my various blog posts about it.&amp;#160; 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.&amp;#160; You’d basically have to go through the various posts that describe the various features as they were added.&amp;#160; And as the number of posts grew, so did the pain involved in doing that. The second issue is that...(&lt;a href="http://blogs.msdn.com/davidebb/archive/2009/11/25/t4mvc-now-has-a-real-home-and-a-dedicated-forum.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7264668" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="T4" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /><category term="T4MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4MVC/default.aspx" /></entry><entry><title>T4MVC 2.5.01: added support for Html.RenderAction and Html.Action</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/davidebb/archive/2009/11/20/t4mvc-2-5-01-added-support-for-html-renderaction-and-html-action.aspx" /><id>http://blogs.msdn.com/davidebb/archive/2009/11/20/t4mvc-2-5-01-added-support-for-html-renderaction-and-html-action.aspx</id><published>2009-11-21T02:10:19Z</published><updated>2009-11-21T02:10:19Z</updated><content type="html">To get the latest build of T4MVC: Go to download page on CodePlex &amp;#160; MVC 2 Beta introduces two nice helpers called Html.RenderAction and Html.Action.&amp;#160; 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 methods that follow the standard MVC pattern of passing the controller name and action name as literal strings, and the action parameters as anonymous objects.&amp;#160; e.g. Copying from Phil’s example...(&lt;a href="http://blogs.msdn.com/davidebb/archive/2009/11/20/t4mvc-2-5-01-added-support-for-html-renderaction-and-html-action.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7262293" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/ASP.NET/default.aspx" /><category term="T4" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/MVC/default.aspx" /><category term="T4MVC" scheme="http://weblogs.asp.net/aspnet-ironpython/archive/tags/T4MVC/default.aspx" /></entry></feed>
