<?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 on: Refactoring with LINQ &amp; Iterators: FindDescendantControl and GetDescendantControls</title>
	<atom:link href="http://solutionizing.net/2009/06/23/refactoring-with-linq-iterators-finddescendantcontrol-and-getdescendantcontrols/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutionizing.net/2009/06/23/refactoring-with-linq-iterators-finddescendantcontrol-and-getdescendantcontrols/</link>
	<description>Random thoughts on custom development in SharePoint.</description>
	<lastBuildDate>Tue, 23 Feb 2010 20:32:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Keith Dahlby</title>
		<link>http://solutionizing.net/2009/06/23/refactoring-with-linq-iterators-finddescendantcontrol-and-getdescendantcontrols/#comment-522</link>
		<dc:creator>Keith Dahlby</dc:creator>
		<pubDate>Wed, 23 Sep 2009 12:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://solutionizing.net/?p=543#comment-522</guid>
		<description>&lt;a href=&quot;http://en.wikipedia.org/wiki/Singleton&quot; rel=&quot;nofollow&quot;&gt;Singleton&lt;/a&gt; is used here in the mathematical sense (set with cardinality 1) as opposed to the design pattern (single instance of an object). Feel free to call it AsEnumerable() instead; I use singleton to align with F#.</description>
		<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Singleton" rel="nofollow">Singleton</a> is used here in the mathematical sense (set with cardinality 1) as opposed to the design pattern (single instance of an object). Feel free to call it AsEnumerable() instead; I use singleton to align with F#.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter Boevink</title>
		<link>http://solutionizing.net/2009/06/23/refactoring-with-linq-iterators-finddescendantcontrol-and-getdescendantcontrols/#comment-521</link>
		<dc:creator>Wouter Boevink</dc:creator>
		<pubDate>Wed, 23 Sep 2009 09:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://solutionizing.net/?p=543#comment-521</guid>
		<description>Does AsSingleton return a singleton (as the name suggests)?

&lt;pre&gt;public static IEnumerable AsSingleton(this T singleton)
{
      yield return singleton;
}&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Does AsSingleton return a singleton (as the name suggests)?</p>
<pre>public static IEnumerable AsSingleton(this T singleton)
{
      yield return singleton;
}</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Habla Code - Solutionizing .NET (Keith Dahlby) -</title>
		<link>http://solutionizing.net/2009/06/23/refactoring-with-linq-iterators-finddescendantcontrol-and-getdescendantcontrols/#comment-405</link>
		<dc:creator>Keith Habla Code - Solutionizing .NET (Keith Dahlby) -</dc:creator>
		<pubDate>Thu, 23 Jul 2009 03:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://solutionizing.net/?p=543#comment-405</guid>
		<description>[...] Refactoring with LINQ &amp; Iterators: FindDescendantControl and&#160;GetDescendantControls [...]</description>
		<content:encoded><![CDATA[<p>[...] Refactoring with LINQ &amp; Iterators: FindDescendantControl and&nbsp;GetDescendantControls [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
