<?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>Fri, 18 May 2012 12:08:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: BogDrag</title>
		<link>http://siphon9.net/loune/2009/12/a-intuitive-dictionary-model-binder-for-asp-net-mvc/comment-page-1/#comment-17591</link>
		<dc:creator>BogDrag</dc:creator>
		<pubDate>Thu, 01 Dec 2011 16:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=122#comment-17591</guid>
		<description>Very useful code

It support nested dictionaries with Nullable generic types 
(such as Dictionary&lt;string, Dictionary&gt; ).

However it seems that an attempt to assign invalid value to int? triggers not one but multiple duplicated errors in related ModelErrorCollection.

Anyway very good code.</description>
		<content:encoded><![CDATA[<p>Very useful code</p>
<p>It support nested dictionaries with Nullable generic types<br />
(such as Dictionary&lt;string, Dictionary&gt; ).</p>
<p>However it seems that an attempt to assign invalid value to int? triggers not one but multiple duplicated errors in related ModelErrorCollection.</p>
<p>Anyway very good code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: re7urn</title>
		<link>http://siphon9.net/loune/2009/12/a-intuitive-dictionary-model-binder-for-asp-net-mvc/comment-page-1/#comment-17100</link>
		<dc:creator>re7urn</dc:creator>
		<pubDate>Wed, 09 Nov 2011 18:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=122#comment-17100</guid>
		<description>good work , tanx</description>
		<content:encoded><![CDATA[<p>good work , tanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashr</title>
		<link>http://siphon9.net/loune/2009/12/a-intuitive-dictionary-model-binder-for-asp-net-mvc/comment-page-1/#comment-16639</link>
		<dc:creator>ashr</dc:creator>
		<pubDate>Thu, 06 Oct 2011 13:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=122#comment-16639</guid>
		<description>Dude, this is seriously cool. I thought I was going to have to revert to some really spaghetti like code before I came across your post.

Thanks a million !</description>
		<content:encoded><![CDATA[<p>Dude, this is seriously cool. I thought I was going to have to revert to some really spaghetti like code before I came across your post.</p>
<p>Thanks a million !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitrov</title>
		<link>http://siphon9.net/loune/2009/12/a-intuitive-dictionary-model-binder-for-asp-net-mvc/comment-page-1/#comment-16272</link>
		<dc:creator>Dimitrov</dc:creator>
		<pubDate>Wed, 28 Sep 2011 19:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=122#comment-16272</guid>
		<description>Worked like a charm. Thanks a bunch!</description>
		<content:encoded><![CDATA[<p>Worked like a charm. Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<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-3372</link>
		<dc:creator>Loune</dc:creator>
		<pubDate>Sun, 14 Nov 2010 07:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://siphon9.net/loune/?p=122#comment-3372</guid>
		<description>The code is now updated for MVC 2 and MVC 3. See &lt;a href=&quot;http://siphon9.net/loune/2010/11/dictionary-model-binder-in-asp-net-mvc2-and-mvc3/&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The code is now updated for MVC 2 and MVC 3. See <a href="http://siphon9.net/loune/2010/11/dictionary-model-binder-in-asp-net-mvc2-and-mvc3/" rel="nofollow">this post</a>.</p>
]]></content:encoded>
	</item>
	<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>

