<?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 marthijn.</title>
	<atom:link href="http://www.marthijnvandenheuvel.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marthijnvandenheuvel.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 18:11:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Possible solution for NHibernate many-to-many criteria by Marthijn</title>
		<link>http://www.marthijnvandenheuvel.com/2011/01/07/possible-solution-for-nhibernate-many-to-many-criteria/comment-page-1/#comment-3849</link>
		<dc:creator>Marthijn</dc:creator>
		<pubDate>Fri, 03 Feb 2012 18:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=299#comment-3849</guid>
		<description>@Daniel: Thanks for your comment. I haven&#039;t used this function for a while so I&#039;m not aware of the exception. Do you have a better idea?</description>
		<content:encoded><![CDATA[<p>@Daniel: Thanks for your comment. I haven&#8217;t used this function for a while so I&#8217;m not aware of the exception. Do you have a better idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Possible solution for NHibernate many-to-many criteria by Daniel Hokanson</title>
		<link>http://www.marthijnvandenheuvel.com/2011/01/07/possible-solution-for-nhibernate-many-to-many-criteria/comment-page-1/#comment-3848</link>
		<dc:creator>Daniel Hokanson</dc:creator>
		<pubDate>Fri, 03 Feb 2012 17:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=299#comment-3848</guid>
		<description>You can&#039;t alias out the same table twice in the same criteria set. NHibernate (At least up to the 2.1.2 version my projects use) cannot handle this and it will throw an exception when you call the retrieval method(List, Unique... etc). He has the &quot;Post&quot; entity used twice in this scenario.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t alias out the same table twice in the same criteria set. NHibernate (At least up to the 2.1.2 version my projects use) cannot handle this and it will throw an exception when you call the retrieval method(List, Unique&#8230; etc). He has the &#8220;Post&#8221; entity used twice in this scenario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the map change crash in Battlefield 3 by Marthijn</title>
		<link>http://www.marthijnvandenheuvel.com/2011/12/20/how-to-fix-the-map-change-crash-in-battlefield-3/comment-page-1/#comment-3688</link>
		<dc:creator>Marthijn</dc:creator>
		<pubDate>Mon, 23 Jan 2012 09:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=346#comment-3688</guid>
		<description>@nomak, happened to me as well, see the update in my post. I still haven&#039;t found another solution, so for now I play on servers without map rotation.</description>
		<content:encoded><![CDATA[<p>@nomak, happened to me as well, see the update in my post. I still haven&#8217;t found another solution, so for now I play on servers without map rotation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the map change crash in Battlefield 3 by nomak</title>
		<link>http://www.marthijnvandenheuvel.com/2011/12/20/how-to-fix-the-map-change-crash-in-battlefield-3/comment-page-1/#comment-3677</link>
		<dc:creator>nomak</dc:creator>
		<pubDate>Sun, 22 Jan 2012 23:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=346#comment-3677</guid>
		<description>doesn`t work for me ... first time was everything OK, but when I try to run BF next day problem was back again ... any other solution? :/</description>
		<content:encoded><![CDATA[<p>doesn`t work for me &#8230; first time was everything OK, but when I try to run BF next day problem was back again &#8230; any other solution? :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Possible solution for NHibernate many-to-many criteria by Yann Trevin</title>
		<link>http://www.marthijnvandenheuvel.com/2011/01/07/possible-solution-for-nhibernate-many-to-many-criteria/comment-page-1/#comment-2392</link>
		<dc:creator>Yann Trevin</dc:creator>
		<pubDate>Wed, 21 Sep 2011 19:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=299#comment-2392</guid>
		<description>Thank you for sharing this. 

Maybe instead of adding a subquery for each tag, you could combine them all into a single subquery by using &quot;Restrictions.And&quot; between the tag id&#039;s. I guess it could improve the performance of the query, but I&#039;m not sure ;)

What&#039;s the purpose of the SetResultTransformer call?</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this. </p>
<p>Maybe instead of adding a subquery for each tag, you could combine them all into a single subquery by using &#8220;Restrictions.And&#8221; between the tag id&#8217;s. I guess it could improve the performance of the query, but I&#8217;m not sure <img src='http://www.marthijnvandenheuvel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>What&#8217;s the purpose of the SetResultTransformer call?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NUnit in Visual Studio 2010 by CoolSpark</title>
		<link>http://www.marthijnvandenheuvel.com/2010/06/09/using-nunit-in-visual-studio-2010/comment-page-1/#comment-2343</link>
		<dc:creator>CoolSpark</dc:creator>
		<pubDate>Fri, 09 Sep 2011 17:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=196#comment-2343</guid>
		<description>Thanks a lot man. This is very helpful</description>
		<content:encoded><![CDATA[<p>Thanks a lot man. This is very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NUnit in Visual Studio 2010 by Steve</title>
		<link>http://www.marthijnvandenheuvel.com/2010/06/09/using-nunit-in-visual-studio-2010/comment-page-1/#comment-2333</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 07 Sep 2011 09:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=196#comment-2333</guid>
		<description>Great article! Well done.</description>
		<content:encoded><![CDATA[<p>Great article! Well done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NUnit in Visual Studio 2010 by Ortins</title>
		<link>http://www.marthijnvandenheuvel.com/2010/06/09/using-nunit-in-visual-studio-2010/comment-page-1/#comment-2278</link>
		<dc:creator>Ortins</dc:creator>
		<pubDate>Tue, 30 Aug 2011 02:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=196#comment-2278</guid>
		<description>Thanks man !!! You help me a lot !</description>
		<content:encoded><![CDATA[<p>Thanks man !!! You help me a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NUnit in Visual Studio 2010 by juanp</title>
		<link>http://www.marthijnvandenheuvel.com/2010/06/09/using-nunit-in-visual-studio-2010/comment-page-1/#comment-2240</link>
		<dc:creator>juanp</dc:creator>
		<pubDate>Wed, 24 Aug 2011 17:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=196#comment-2240</guid>
		<description>Great tip.  I will clarify that last step about selecting the &quot;External Command [x]&quot; . The [x] corresponds to entry number of &quot;Nunit tools&quot; in the &quot;External Tools&quot; window.  For example if Nunit tools is the third entry in the list, then you would select &quot;External Command 3&quot;</description>
		<content:encoded><![CDATA[<p>Great tip.  I will clarify that last step about selecting the &#8220;External Command [x]&#8221; . The [x] corresponds to entry number of &#8220;Nunit tools&#8221; in the &#8220;External Tools&#8221; window.  For example if Nunit tools is the third entry in the list, then you would select &#8220;External Command 3&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with LaTeX and BibTeX in LEd by amiechan</title>
		<link>http://www.marthijnvandenheuvel.com/2010/10/05/getting-started-with-latex-and-bibtex-in-led/comment-page-1/#comment-2223</link>
		<dc:creator>amiechan</dc:creator>
		<pubDate>Mon, 22 Aug 2011 06:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.marthijnvandenheuvel.com/?p=252#comment-2223</guid>
		<description>Hi there again,

Sorry to trouble you. I managed to do it now. Many thanks.</description>
		<content:encoded><![CDATA[<p>Hi there again,</p>
<p>Sorry to trouble you. I managed to do it now. Many thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

