<?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 Richard Dingwall</title>
	<atom:link href="http://richarddingwall.name/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://richarddingwall.name</link>
	<description>The adventures of a young kiwi software developer in London</description>
	<lastBuildDate>Mon, 13 Feb 2012 10:46:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on C# 3.0&#8242;s var keyword: Jeff Atwood gets it all wrong by asdf</title>
		<link>http://richarddingwall.name/2008/06/21/csharps-var-keyword-jeff-atwood-gets-it-all-wrong/comment-page-1/#comment-57113</link>
		<dc:creator>asdf</dc:creator>
		<pubDate>Mon, 13 Feb 2012 10:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=88#comment-57113</guid>
		<description>Great post! I think you are absolutely right. I hate see var everywhere. Wait a couple of years and you will see dynamic everywhere &quot;Why declare a type? Just use dynamic it&#039;s so much faster to write code&quot;.</description>
		<content:encoded><![CDATA[<p>Great post! I think you are absolutely right. I hate see var everywhere. Wait a couple of years and you will see dynamic everywhere &#8220;Why declare a type? Just use dynamic it&#8217;s so much faster to write code&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# 3.0&#8242;s var keyword: Jeff Atwood gets it all wrong by asdf</title>
		<link>http://richarddingwall.name/2008/06/21/csharps-var-keyword-jeff-atwood-gets-it-all-wrong/comment-page-1/#comment-57112</link>
		<dc:creator>asdf</dc:creator>
		<pubDate>Mon, 13 Feb 2012 10:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=88#comment-57112</guid>
		<description>Great post! I think you are absolutely right. I hate see var everywhere.</description>
		<content:encoded><![CDATA[<p>Great post! I think you are absolutely right. I hate see var everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Brownfield CQRS part 1 – Commands by Anonymous</title>
		<link>http://richarddingwall.name/2010/06/15/brownfield-cqrs-part-1-commands/comment-page-1/#comment-56934</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 11 Feb 2012 18:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=3233#comment-56934</guid>
		<description>First query read model to authenticate. If authentication is successful then create a new UserSession aggregate, which will generate session id as a new GUID or however you choose to implement. Set the cookie on user browser and execute LoginUserCommand to store it on the server</description>
		<content:encoded><![CDATA[<p>First query read model to authenticate. If authentication is successful then create a new UserSession aggregate, which will generate session id as a new GUID or however you choose to implement. Set the cookie on user browser and execute LoginUserCommand to store it on the server</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does your Visual Studio run slow? by Dad El Carbp</title>
		<link>http://richarddingwall.name/2009/08/24/does-your-visual-studio-run-slow/comment-page-1/#comment-56900</link>
		<dc:creator>Dad El Carbp</dc:creator>
		<pubDate>Sat, 11 Feb 2012 12:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1850#comment-56900</guid>
		<description>All this is just good to keep you inside during winter days.

What you want to do is to delete the .suo file as it get overloaded over time.

Cheers.</description>
		<content:encoded><![CDATA[<p>All this is just good to keep you inside during winter days.</p>
<p>What you want to do is to delete the .suo file as it get overloaded over time.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Domain entities vs presentation model objects, part 2: mapping by Richard</title>
		<link>http://richarddingwall.name/2009/03/02/domain-entities-vs-presentation-model-objects-part-2-mapping/comment-page-1/#comment-55871</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 31 Jan 2012 19:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1022#comment-55871</guid>
		<description>@Vaibhav: the presentation view model class would have a collection too.</description>
		<content:encoded><![CDATA[<p>@Vaibhav: the presentation view model class would have a collection too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Domain entities vs presentation model objects, part 2: mapping by Richard</title>
		<link>http://richarddingwall.name/2009/03/02/domain-entities-vs-presentation-model-objects-part-2-mapping/comment-page-1/#comment-55870</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 31 Jan 2012 19:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1022#comment-55870</guid>
		<description>Presentation view model class would have a collection too.</description>
		<content:encoded><![CDATA[<p>Presentation view model class would have a collection too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A bad name for a method by Luka Ramishvili</title>
		<link>http://richarddingwall.name/2008/03/10/a-bad-name-for-a-method/comment-page-1/#comment-55855</link>
		<dc:creator>Luka Ramishvili</dc:creator>
		<pubDate>Tue, 31 Jan 2012 13:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/2008/03/10/a-bad-name-for-a-method/#comment-55855</guid>
		<description>Why not just 
Save() and SaveButton_Click(){Save();}
? :)</description>
		<content:encoded><![CDATA[<p>Why not just<br />
Save() and SaveButton_Click(){Save();}<br />
? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Domain entities vs presentation model objects, part 2: mapping by Vaibhav</title>
		<link>http://richarddingwall.name/2009/03/02/domain-entities-vs-presentation-model-objects-part-2-mapping/comment-page-1/#comment-55843</link>
		<dc:creator>Vaibhav</dc:creator>
		<pubDate>Tue, 31 Jan 2012 11:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1022#comment-55843</guid>
		<description>In a case where a business entity has a collection of another business entity. How would I manage the presentation entity. In this case I can&#039;t  have a flattered presentation entity.</description>
		<content:encoded><![CDATA[<p>In a case where a business entity has a collection of another business entity. How would I manage the presentation entity. In this case I can&#8217;t  have a flattered presentation entity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET MVC, TDD and Fluent Validation by Drew Freyling</title>
		<link>http://richarddingwall.name/2009/08/19/asp-net-mvc-tdd-and-fluent-validation/comment-page-1/#comment-55537</link>
		<dc:creator>Drew Freyling</dc:creator>
		<pubDate>Fri, 27 Jan 2012 15:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1690#comment-55537</guid>
		<description>You don&#039;t consider throwing exceptions for validation a bit heavy handed? Considering exceptions should really only occur in &quot;exceptional&quot; circumstances and the cost associated with throwing and catching them?</description>
		<content:encoded><![CDATA[<p>You don&#8217;t consider throwing exceptions for validation a bit heavy handed? Considering exceptions should really only occur in &#8220;exceptional&#8221; circumstances and the cost associated with throwing and catching them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More nested XML with SQL Server: n-level tree recursion by Rob</title>
		<link>http://richarddingwall.name/2008/08/30/more-nested-xml-with-sql-server-n-level-tree-recursion/comment-page-1/#comment-55462</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 26 Jan 2012 15:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=397#comment-55462</guid>
		<description>I agree.  These are great examples.  I needed to generate an XML file using some data in our database, to act as a configuration file for a SQLSpec - a great little documenting tool.  This really helped, and saved me from having to deal with XSLT.</description>
		<content:encoded><![CDATA[<p>I agree.  These are great examples.  I needed to generate an XML file using some data in our database, to act as a configuration file for a SQLSpec &#8211; a great little documenting tool.  This really helped, and saved me from having to deal with XSLT.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

