<?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: An intuitive Dictionary Model Binder for ASP.NET MVC</title>
	<atom:link href="http://siphon9.net/loune/2009/12/a-intuitive-dictionary-model-binder-for-asp-net-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://siphon9.net/loune/2009/12/a-intuitive-dictionary-model-binder-for-asp-net-mvc/</link>
	<description></description>
	<lastBuildDate>Wed, 18 Aug 2010 13:01:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Loune</title>
		<link>http://siphon9.net/loune/2009/12/a-intuitive-dictionary-model-binder-for-asp-net-mvc/comment-page-1/#comment-1525</link>
		<dc:creator>Loune</dc:creator>
		<pubDate>Wed, 18 Aug 2010 13:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=122#comment-1525</guid>
		<description>@prokofyev I actually have a MVC 2 version. As you said they changes the interface so you can no longer enumerate the keys, so in the new version which I&#039;ll post up in the weekend, I just loop through Request.QueryString Request.Form and Request.Files.</description>
		<content:encoded><![CDATA[<p>@prokofyev I actually have a MVC 2 version. As you said they changes the interface so you can no longer enumerate the keys, so in the new version which I&#8217;ll post up in the weekend, I just loop through Request.QueryString Request.Form and Request.Files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prokofyev</title>
		<link>http://siphon9.net/loune/2009/12/a-intuitive-dictionary-model-binder-for-asp-net-mvc/comment-page-1/#comment-1502</link>
		<dc:creator>prokofyev</dc:creator>
		<pubDate>Tue, 17 Aug 2010 07:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=122#comment-1502</guid>
		<description>Very useful code. Unfortunately in MVC 2 they changed ValueProvider&#039;s type so Keys property is no more accessible.

The IValueProvider interface replaces all uses of IDictionary (http://www.asp.net/learn/whitepapers/what-is-new-in-aspnet-mvc)</description>
		<content:encoded><![CDATA[<p>Very useful code. Unfortunately in MVC 2 they changed ValueProvider&#8217;s type so Keys property is no more accessible.</p>
<p>The IValueProvider interface replaces all uses of IDictionary (<a href="http://www.asp.net/learn/whitepapers/what-is-new-in-aspnet-mvc" rel="nofollow">http://www.asp.net/learn/whitepapers/what-is-new-in-aspnet-mvc</a>)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
