<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Noah Blumenthal&#039;s Blog</title>
	<atom:link href="http://noahblu.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://noahblu.wordpress.com</link>
	<description>.NET and other development stuff</description>
	<lastBuildDate>Mon, 23 Nov 2009 05:07:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on UriModelBinder for ASP.NET MVC RTM by Steve</title>
		<link>http://noahblu.wordpress.com/2009/03/23/urimodelbinder-for-aspnet-mvc-rtm/#comment-67</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 23 Nov 2009 05:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://noahblu.wordpress.com/?p=61#comment-67</guid>
		<description>Very helpful.  I made a few changes for the latest mvc, but used this on a custom &#039;Money&#039; object.  Worked great.

Thanks for the post, it helped me out</description>
		<content:encoded><![CDATA[<p>Very helpful.  I made a few changes for the latest mvc, but used this on a custom &#8216;Money&#8217; object.  Worked great.</p>
<p>Thanks for the post, it helped me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MCTS Test Information by Tagus</title>
		<link>http://noahblu.wordpress.com/2009/08/24/mcts-test-information/#comment-66</link>
		<dc:creator>Tagus</dc:creator>
		<pubDate>Fri, 18 Sep 2009 06:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://noahblu.wordpress.com/?p=119#comment-66</guid>
		<description>Thank you for the info on what the tests are really like. Since I&#039;m studying and hoping to pass them (someday), it&#039;s good to know. 
I found my way here from your email to the .NET Meetup group. I&#039;m a member too.</description>
		<content:encoded><![CDATA[<p>Thank you for the info on what the tests are really like. Since I&#8217;m studying and hoping to pass them (someday), it&#8217;s good to know.<br />
I found my way here from your email to the .NET Meetup group. I&#8217;m a member too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate Generic Dictionary Mapping by noahblu</title>
		<link>http://noahblu.wordpress.com/2009/01/14/nhibernate-generic-dictionary-mapping/#comment-64</link>
		<dc:creator>noahblu</dc:creator>
		<pubDate>Sun, 09 Aug 2009 01:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://noahblu.wordpress.com/?p=43#comment-64</guid>
		<description>Thanks, adante!</description>
		<content:encoded><![CDATA[<p>Thanks, adante!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate Generic Dictionary Mapping by adante</title>
		<link>http://noahblu.wordpress.com/2009/01/14/nhibernate-generic-dictionary-mapping/#comment-62</link>
		<dc:creator>adante</dc:creator>
		<pubDate>Sat, 08 Aug 2009 04:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://noahblu.wordpress.com/?p=43#comment-62</guid>
		<description>ok, replace square with angle brackets :)

instead of [index-many-to-many] you should use [index]

e.g. [index column=&quot;MyStringKey&quot; type=&quot;string&quot;/]</description>
		<content:encoded><![CDATA[<p>ok, replace square with angle brackets <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>instead of [index-many-to-many] you should use [index]</p>
<p>e.g. [index column="MyStringKey" type="string"/]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate Generic Dictionary Mapping by adante</title>
		<link>http://noahblu.wordpress.com/2009/01/14/nhibernate-generic-dictionary-mapping/#comment-61</link>
		<dc:creator>adante</dc:creator>
		<pubDate>Sat, 08 Aug 2009 04:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://noahblu.wordpress.com/?p=43#comment-61</guid>
		<description>Kate: To map a dictionary with valuetype keys, instead of  you should use .

In your case, </description>
		<content:encoded><![CDATA[<p>Kate: To map a dictionary with valuetype keys, instead of  you should use .</p>
<p>In your case,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate Generic Dictionary Mapping by kate</title>
		<link>http://noahblu.wordpress.com/2009/01/14/nhibernate-generic-dictionary-mapping/#comment-59</link>
		<dc:creator>kate</dc:creator>
		<pubDate>Wed, 05 Aug 2009 08:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://noahblu.wordpress.com/?p=43#comment-59</guid>
		<description>Unfortunately angle brackets isn&#039;t shown. I mean? you get IDictionary _[Desert,Ratings]_ collection, but I want to get IDictionary _[string,Ratings]_ collection,where key (of type string) is
DESERTS.Name</description>
		<content:encoded><![CDATA[<p>Unfortunately angle brackets isn&#8217;t shown. I mean? you get IDictionary _[Desert,Ratings]_ collection, but I want to get IDictionary _[string,Ratings]_ collection,where key (of type string) is<br />
DESERTS.Name</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate Generic Dictionary Mapping by kate</title>
		<link>http://noahblu.wordpress.com/2009/01/14/nhibernate-generic-dictionary-mapping/#comment-58</link>
		<dc:creator>kate</dc:creator>
		<pubDate>Wed, 05 Aug 2009 08:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://noahblu.wordpress.com/?p=43#comment-58</guid>
		<description>You get collection as IDictionary DesertRatings.
Are there any way to map collection as IDictionary DesertRatings, where key (of type string) is
DESERTS.Name?</description>
		<content:encoded><![CDATA[<p>You get collection as IDictionary DesertRatings.<br />
Are there any way to map collection as IDictionary DesertRatings, where key (of type string) is<br />
DESERTS.Name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate Generic Dictionary Mapping by Konstantin</title>
		<link>http://noahblu.wordpress.com/2009/01/14/nhibernate-generic-dictionary-mapping/#comment-57</link>
		<dc:creator>Konstantin</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://noahblu.wordpress.com/?p=43#comment-57</guid>
		<description>Useful example, but my code throws NHibernate.FKUnmatchingColumnsException: Foreign key (FK7F1E6AB72895CA9B:DesertRatings [DesertId])) must have same number of columns as the referenced primary key (DesertRatings [PersonId, DesertId]). Can You post complete code of solution and DB schema? Thanks.</description>
		<content:encoded><![CDATA[<p>Useful example, but my code throws NHibernate.FKUnmatchingColumnsException: Foreign key (FK7F1E6AB72895CA9B:DesertRatings [DesertId])) must have same number of columns as the referenced primary key (DesertRatings [PersonId, DesertId]). Can You post complete code of solution and DB schema? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate Generic Dictionary Mapping by adante</title>
		<link>http://noahblu.wordpress.com/2009/01/14/nhibernate-generic-dictionary-mapping/#comment-44</link>
		<dc:creator>adante</dc:creator>
		<pubDate>Sun, 12 Jul 2009 23:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://noahblu.wordpress.com/?p=43#comment-44</guid>
		<description>Thanks - terse, simple and very useful example.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; terse, simple and very useful example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debug is not defined (FireFox 3.0.10) by noahblu</title>
		<link>http://noahblu.wordpress.com/2009/05/22/debug-is-not-defined-firefox-3-0-10/#comment-39</link>
		<dc:creator>noahblu</dc:creator>
		<pubDate>Mon, 22 Jun 2009 16:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://noahblu.wordpress.com/2009/05/22/debug-is-not-defined-firefox-3-0-10/#comment-39</guid>
		<description>Sorry for the delay, but I _did_ try that and it worked great.  Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Sorry for the delay, but I _did_ try that and it worked great.  Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
