<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MvcFutures</title>
	<atom:link href="http://elegantcode.com/2010/03/13/mvcfutures/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/13/mvcfutures/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mvcfutures</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 23:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Tony Rasa</title>
		<link>http://elegantcode.com/2010/03/13/mvcfutures/comment-page-1/#comment-54441</link>
		<dc:creator>Tony Rasa</dc:creator>
		<pubDate>Mon, 15 Mar 2010 20:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/mvcfutures/#comment-54441</guid>
		<description>&lt;a href=&quot;#comment-54436&quot; rel=&quot;nofollow&quot;&gt;@Carl Hörberg&lt;/a&gt; 
Oooo now that is slick.  http://mvccontrib.codeplex.com/wikipage?title=T4MVC_doc&amp;referringTitle=T4MVC
Shows some examples of usage.</description>
		<content:encoded><![CDATA[<p><a href="#comment-54436" rel="nofollow">@Carl Hörberg</a><br />
Oooo now that is slick.  <a href="http://mvccontrib.codeplex.com/wikipage?title=T4MVC_doc&#038;referringTitle=T4MVC" rel="nofollow">http://mvccontrib.codeplex.com/wikipage?title=T4MVC_doc&#038;referringTitle=T4MVC</a><br />
Shows some examples of usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Hörberg</title>
		<link>http://elegantcode.com/2010/03/13/mvcfutures/comment-page-1/#comment-54436</link>
		<dc:creator>Carl Hörberg</dc:creator>
		<pubDate>Mon, 15 Mar 2010 17:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/mvcfutures/#comment-54436</guid>
		<description>Another problem with the expression based ActionLinks is that they don&#039;t take the [ActionName] attribute in account when generating the url. A much better idea is to use T4MVC (http://mvccontrib.codeplex.com/wikipage?title=T4MVC).</description>
		<content:encoded><![CDATA[<p>Another problem with the expression based ActionLinks is that they don&#8217;t take the [ActionName] attribute in account when generating the url. A much better idea is to use T4MVC (<a href="http://mvccontrib.codeplex.com/wikipage?title=T4MVC" rel="nofollow">http://mvccontrib.codeplex.com/wikipage?title=T4MVC</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Rasa</title>
		<link>http://elegantcode.com/2010/03/13/mvcfutures/comment-page-1/#comment-54435</link>
		<dc:creator>Tony Rasa</dc:creator>
		<pubDate>Mon, 15 Mar 2010 16:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/mvcfutures/#comment-54435</guid>
		<description>&lt;a href=&quot;#comment-54396&quot; rel=&quot;nofollow&quot;&gt;@Julian Birch&lt;/a&gt; 
Very interesting - could you elaborate on this further?  It&#039;s not a problem that we&#039;ve run into (yet) but we&#039;ve been using dedicated ViewModels for the views instead of db entities and then using AutoMapper to do the binding.  So perhaps we&#039;ve just been lucky/ignorant.</description>
		<content:encoded><![CDATA[<p><a href="#comment-54396" rel="nofollow">@Julian Birch</a><br />
Very interesting &#8211; could you elaborate on this further?  It&#8217;s not a problem that we&#8217;ve run into (yet) but we&#8217;ve been using dedicated ViewModels for the views instead of db entities and then using AutoMapper to do the binding.  So perhaps we&#8217;ve just been lucky/ignorant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Birch</title>
		<link>http://elegantcode.com/2010/03/13/mvcfutures/comment-page-1/#comment-54396</link>
		<dc:creator>Julian Birch</dc:creator>
		<pubDate>Sun, 14 Mar 2010 12:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/mvcfutures/#comment-54396</guid>
		<description>It&#039;s not as useful as you might hope.  Here&#039;s the problem: assume you&#039;ve set up a model binder to load entities from the database.  Perfectly sensible thing to do, shortens your code and makes everything readable.  Problem is, you call the Futures method from the view, and typically you don&#039;t pass database entities to the view.

I don&#039;t think there&#039;s a sensible way of using this method and using entity model binding.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not as useful as you might hope.  Here&#8217;s the problem: assume you&#8217;ve set up a model binder to load entities from the database.  Perfectly sensible thing to do, shortens your code and makes everything readable.  Problem is, you call the Futures method from the view, and typically you don&#8217;t pass database entities to the view.</p>
<p>I don&#8217;t think there&#8217;s a sensible way of using this method and using entity model binding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paco</title>
		<link>http://elegantcode.com/2010/03/13/mvcfutures/comment-page-1/#comment-54385</link>
		<dc:creator>Paco</dc:creator>
		<pubDate>Sat, 13 Mar 2010 20:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/mvcfutures/#comment-54385</guid>
		<description>This was already in the asp.net mvc 1 futures dll. Another potential problem is that this method becomes unusable slow when you have a lot of routes.</description>
		<content:encoded><![CDATA[<p>This was already in the asp.net mvc 1 futures dll. Another potential problem is that this method becomes unusable slow when you have a lot of routes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

