<?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 for blog.jorrit salverda.nl</title>
	<atom:link href="http://blog.jorritsalverda.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jorritsalverda.nl</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 09:52:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Maintainable MVC: Post-Redirect-Get pattern by Jorrit Salverda</title>
		<link>http://blog.jorritsalverda.nl/2010/03/10/maintainable-mvc-post-redirect-get-pattern/comment-page-1/#comment-1711</link>
		<dc:creator>Jorrit Salverda</dc:creator>
		<pubDate>Tue, 31 Aug 2010 09:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=311#comment-1711</guid>
		<description>While most modern browsers have a double-click protection for submitting forms, indeed some older browser don&#039;t. In handling your form post you should check if you didn&#039;t already perform the action. However this problem is independent of Post/Redirect/Get.

The pattern does prevent repeating the form post, once you are redirected and use the back button.</description>
		<content:encoded><![CDATA[<p>While most modern browsers have a double-click protection for submitting forms, indeed some older browser don&#8217;t. In handling your form post you should check if you didn&#8217;t already perform the action. However this problem is independent of Post/Redirect/Get.</p>
<p>The pattern does prevent repeating the form post, once you are redirected and use the back button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintainable MVC Series: Poor man’s RenderAction by Jorrit Salverda</title>
		<link>http://blog.jorritsalverda.nl/2010/03/08/maintainable-mvc-series-poor-man%e2%80%99s-renderaction/comment-page-1/#comment-1710</link>
		<dc:creator>Jorrit Salverda</dc:creator>
		<pubDate>Tue, 31 Aug 2010 09:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=222#comment-1710</guid>
		<description>I don&#039;t think that&#039;s the case. It is available in the Futures assembly, but not in the regular mvc 1 assembly.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that&#8217;s the case. It is available in the Futures assembly, but not in the regular mvc 1 assembly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintainable MVC: Post-Redirect-Get pattern by dario-g</title>
		<link>http://blog.jorritsalverda.nl/2010/03/10/maintainable-mvc-post-redirect-get-pattern/comment-page-1/#comment-1707</link>
		<dc:creator>dario-g</dc:creator>
		<pubDate>Mon, 30 Aug 2010 13:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=311#comment-1707</guid>
		<description>I someone have slow connection then it is possible to send the same form multiple times (just before browser renders other view).</description>
		<content:encoded><![CDATA[<p>I someone have slow connection then it is possible to send the same form multiple times (just before browser renders other view).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintainable MVC Series: Poor man’s RenderAction by dario-g</title>
		<link>http://blog.jorritsalverda.nl/2010/03/08/maintainable-mvc-series-poor-man%e2%80%99s-renderaction/comment-page-1/#comment-1706</link>
		<dc:creator>dario-g</dc:creator>
		<pubDate>Mon, 30 Aug 2010 12:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=222#comment-1706</guid>
		<description>In MVC1 we have RenderAction which come from Microsoft.Web.Mvc.dll :)</description>
		<content:encoded><![CDATA[<p>In MVC1 we have RenderAction which come from Microsoft.Web.Mvc.dll :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintainable MVC Series: View Model and Form Model by dmorgan</title>
		<link>http://blog.jorritsalverda.nl/2010/03/03/maintainable-mvc-series-viewmodel-and-formmodel/comment-page-1/#comment-1677</link>
		<dc:creator>dmorgan</dc:creator>
		<pubDate>Thu, 26 Aug 2010 14:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=178#comment-1677</guid>
		<description>Hi, excellent series, it has helped me a lot to start in the ASP MVC world
I was wondering if you have examples about the form handlers, that part is a gray zone to me.</description>
		<content:encoded><![CDATA[<p>Hi, excellent series, it has helped me a lot to start in the ASP MVC world<br />
I was wondering if you have examples about the form handlers, that part is a gray zone to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintainable MVC Series: Inversion of Control Container &#8211; StructureMap by Mike</title>
		<link>http://blog.jorritsalverda.nl/2010/02/09/maintainable-mvc-series-inversion-of-control-container-structuremap/comment-page-1/#comment-1593</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 19 Aug 2010 20:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=57#comment-1593</guid>
		<description>Thanks so much for the update!  And the crazy thing is that I put that in, and i&#039;m still getting the error.  Maybe i missed a reference some where.</description>
		<content:encoded><![CDATA[<p>Thanks so much for the update!  And the crazy thing is that I put that in, and i&#8217;m still getting the error.  Maybe i missed a reference some where.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintainable MVC Series: Inversion of Control Container &#8211; StructureMap by Jorrit Salverda</title>
		<link>http://blog.jorritsalverda.nl/2010/02/09/maintainable-mvc-series-inversion-of-control-container-structuremap/comment-page-1/#comment-1012</link>
		<dc:creator>Jorrit Salverda</dc:creator>
		<pubDate>Thu, 08 Jul 2010 05:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=57#comment-1012</guid>
		<description>Hi Mike, I&#039;ve seen the same problem with non-existing favicon.ico as well (some browsers try to find it regardless if you&#039;ve included it in your html). What IIS does it first looks if a url leads to a physical file. If it doesn&#039;t find a file it tries mvc routing. After the routing other registered handlers can step in. Of course you can change this handler order in IIS but it shouldn&#039;t be neccessary. Your url probably matches with the very greedy route {controller}/{action}/{id}, but why the physical file isn&#039;t served before mvc routing steps in I don&#039;t know. Probably it doesn&#039;t exist where you point to.

For making sure mvc doesn&#039;t try to handle .js files you can add an ignoreroute when registering routes. However the default ignoreroutes in mvc only work for files in the root of your application. For the proper way to ignore certain filetypes all together take a look at Phill Haack&#039;s post about it:

http://haacked.com/archive/2008/07/14/make-routing-ignore-requests-for-a-file-extension.aspx

By the way, a good way to include your javascript files is by using Url.Content, because it resolves the tilde (~) to the proper url, whether your site resides in the root of your domain or a subdirectory:

[csharp]
&lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%= Url.Content(&quot;~/Scripts/jquery-1.4.1.js&quot;) %&gt;&quot;&gt;&lt;/script&gt;
[/csharp]
</description>
		<content:encoded><![CDATA[<p>Hi Mike, I&#8217;ve seen the same problem with non-existing favicon.ico as well (some browsers try to find it regardless if you&#8217;ve included it in your html). What IIS does it first looks if a url leads to a physical file. If it doesn&#8217;t find a file it tries mvc routing. After the routing other registered handlers can step in. Of course you can change this handler order in IIS but it shouldn&#8217;t be neccessary. Your url probably matches with the very greedy route {controller}/{action}/{id}, but why the physical file isn&#8217;t served before mvc routing steps in I don&#8217;t know. Probably it doesn&#8217;t exist where you point to.</p>
<p>For making sure mvc doesn&#8217;t try to handle .js files you can add an ignoreroute when registering routes. However the default ignoreroutes in mvc only work for files in the root of your application. For the proper way to ignore certain filetypes all together take a look at Phill Haack&#8217;s post about it:</p>
<p><a href="http://haacked.com/archive/2008/07/14/make-routing-ignore-requests-for-a-file-extension.aspx" rel="nofollow">http://haacked.com/archive/2008/07/14/make-routing-ignore-requests-for-a-file-extension.aspx</a></p>
<p>By the way, a good way to include your javascript files is by using Url.Content, because it resolves the tilde (~) to the proper url, whether your site resides in the root of your domain or a subdirectory:</p>
<pre class="brush: csharp;">
&lt;script type=&quot;text/javascript&quot; src=&quot;&lt;%= Url.Content(&quot;~/Scripts/jquery-1.4.1.js&quot;) %&gt;&quot;&gt;&lt;/script&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintainable MVC Series: Inversion of Control Container &#8211; StructureMap by Mike</title>
		<link>http://blog.jorritsalverda.nl/2010/02/09/maintainable-mvc-series-inversion-of-control-container-structuremap/comment-page-1/#comment-947</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 29 Jun 2010 16:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=57#comment-947</guid>
		<description>I&#039;ve implemented how you have it, but I keep getting an error in the GetControllerInstance:

The controller for path &#039;/Conversation/Scripts/jquery-1.4.1.js&#039; was not found or does not implement IController.

Being that I&#039;m new to structuremap and mvc2, do you have any thoughts why it thinks a javascript should be an IController?  Very weird.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve implemented how you have it, but I keep getting an error in the GetControllerInstance:</p>
<p>The controller for path &#8216;/Conversation/Scripts/jquery-1.4.1.js&#8217; was not found or does not implement IController.</p>
<p>Being that I&#8217;m new to structuremap and mvc2, do you have any thoughts why it thinks a javascript should be an IController?  Very weird.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintainable MVC: Post-Redirect-Get pattern by JJ</title>
		<link>http://blog.jorritsalverda.nl/2010/03/10/maintainable-mvc-post-redirect-get-pattern/comment-page-1/#comment-791</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Wed, 09 Jun 2010 20:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=311#comment-791</guid>
		<description>Thanks for this, great series!</description>
		<content:encoded><![CDATA[<p>Thanks for this, great series!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maintainable MVC Series: Inversion of Control Container &#8211; StructureMap by Jorrit Salverda</title>
		<link>http://blog.jorritsalverda.nl/2010/02/09/maintainable-mvc-series-inversion-of-control-container-structuremap/comment-page-1/#comment-785</link>
		<dc:creator>Jorrit Salverda</dc:creator>
		<pubDate>Tue, 08 Jun 2010 18:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=57#comment-785</guid>
		<description>If jou take a close look, just below the code for MVC 1 is the code for MVC 2; that&#039;s the one that uses GetControllerInstance(RequestContext requestContext, Type controllerType).</description>
		<content:encoded><![CDATA[<p>If jou take a close look, just below the code for MVC 1 is the code for MVC 2; that&#8217;s the one that uses GetControllerInstance(RequestContext requestContext, Type controllerType).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
