<?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: Entity validation and LINQ: Using yield return to optimize IsValid over a list of broken rules</title>
	<atom:link href="http://richarddingwall.name/2008/12/22/entity-validation-and-linq-using-yield-return-to-optimize-isvalid-over-a-list-of-broken-rules/feed/" rel="self" type="application/rss+xml" />
	<link>http://richarddingwall.name/2008/12/22/entity-validation-and-linq-using-yield-return-to-optimize-isvalid-over-a-list-of-broken-rules/</link>
	<description>The adventures of a young kiwi software developer in London</description>
	<lastBuildDate>Thu, 10 May 2012 16:20:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Richard</title>
		<link>http://richarddingwall.name/2008/12/22/entity-validation-and-linq-using-yield-return-to-optimize-isvalid-over-a-list-of-broken-rules/comment-page-1/#comment-4267</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 06 May 2009 21:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=690#comment-4267</guid>
		<description>@Manuel: good spotting.. fixed :)</description>
		<content:encoded><![CDATA[<p>@Manuel: good spotting.. fixed :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel B.</title>
		<link>http://richarddingwall.name/2008/12/22/entity-validation-and-linq-using-yield-return-to-optimize-isvalid-over-a-list-of-broken-rules/comment-page-1/#comment-4261</link>
		<dc:creator>Manuel B.</dc:creator>
		<pubDate>Wed, 06 May 2009 18:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=690#comment-4261</guid>
		<description>Nice example.

Though IsValid should be

!GetAllRuleViolations(c).Any();

Regards,
Manuel</description>
		<content:encoded><![CDATA[<p>Nice example.</p>
<p>Though IsValid should be</p>
<p>!GetAllRuleViolations(c).Any();</p>
<p>Regards,<br />
Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Amada</title>
		<link>http://richarddingwall.name/2008/12/22/entity-validation-and-linq-using-yield-return-to-optimize-isvalid-over-a-list-of-broken-rules/comment-page-1/#comment-1741</link>
		<dc:creator>Ben Amada</dc:creator>
		<pubDate>Fri, 26 Dec 2008 04:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=690#comment-1741</guid>
		<description>Nice demo, thanks.  I don&#039;t think this is technically a LINQ example.  The Any() method is in the System.Linq namespace, however it&#039;s just an extension method of IEnumerable provided to support LINQ queries.  These types of extension methods can be used with or without LINQ queries.</description>
		<content:encoded><![CDATA[<p>Nice demo, thanks.  I don&#8217;t think this is technically a LINQ example.  The Any() method is in the System.Linq namespace, however it&#8217;s just an extension method of IEnumerable provided to support LINQ queries.  These types of extension methods can be used with or without LINQ queries.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

