<?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: Generic Method Invocation with Expression Trees</title>
	<atom:link href="http://solutionizing.net/2009/01/20/generic-method-invocation-with-expression-trees/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutionizing.net/2009/01/20/generic-method-invocation-with-expression-trees/</link>
	<description>Random thoughts on custom development in SharePoint.</description>
	<lastBuildDate>Sat, 12 May 2012 03:45:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Refactoring with LINQ &#38; Iterators: FindDescendantControl and GetDescendantControls &#171; Solutionizing .NET</title>
		<link>http://solutionizing.net/2009/01/20/generic-method-invocation-with-expression-trees/#comment-330</link>
		<dc:creator><![CDATA[Refactoring with LINQ &#38; Iterators: FindDescendantControl and GetDescendantControls &#171; Solutionizing .NET]]></dc:creator>
		<pubDate>Tue, 23 Jun 2009 06:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://solutionizing.net/?p=378#comment-330</guid>
		<description><![CDATA[[...] (my new preferred name, to align with F#&#8217;s Seq.singleton, for AsEnumerable(), which I introduced here) and Concat() to prepend root to the list of its descendants, returned as a lazy [...]]]></description>
		<content:encoded><![CDATA[<p>[...] (my new preferred name, to align with F#&#8217;s Seq.singleton, for AsEnumerable(), which I introduced here) and Concat() to prepend root to the list of its descendants, returned as a lazy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Slayden</title>
		<link>http://solutionizing.net/2009/01/20/generic-method-invocation-with-expression-trees/#comment-328</link>
		<dc:creator><![CDATA[Glenn Slayden]]></dc:creator>
		<pubDate>Mon, 22 Jun 2009 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://solutionizing.net/?p=378#comment-328</guid>
		<description><![CDATA[Thanks, I learned here that the Action lambda delegate is used in place of Func when you don&#039;t need to return a value (i.e. void return type)]]></description>
		<content:encoded><![CDATA[<p>Thanks, I learned here that the Action lambda delegate is used in place of Func when you don&#8217;t need to return a value (i.e. void return type)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

