<?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: Implementing LINQ Where for SharePoint</title>
	<atom:link href="http://solutionizing.net/2008/12/09/implementing-linq-where-for-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutionizing.net/2008/12/09/implementing-linq-where-for-sharepoint/</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: Joe Chung</title>
		<link>http://solutionizing.net/2008/12/09/implementing-linq-where-for-sharepoint/#comment-170</link>
		<dc:creator><![CDATA[Joe Chung]]></dc:creator>
		<pubDate>Wed, 28 Jan 2009 09:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://solutionizing.net/?p=238#comment-170</guid>
		<description><![CDATA[The reason Microsoft went with Func instead of Predicate is because the Func generic delegates are designed to be produced by LINQ expressions.  See the System.Linq.Expressions for more details.]]></description>
		<content:encoded><![CDATA[<p>The reason Microsoft went with Func instead of Predicate is because the Func generic delegates are designed to be produced by LINQ expressions.  See the System.Linq.Expressions for more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Is it a good idea to use lambda expressions for querying SharePoint data? - Waldek Mastykarz</title>
		<link>http://solutionizing.net/2008/12/09/implementing-linq-where-for-sharepoint/#comment-101</link>
		<dc:creator><![CDATA[Is it a good idea to use lambda expressions for querying SharePoint data? - Waldek Mastykarz]]></dc:creator>
		<pubDate>Wed, 10 Dec 2008 06:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://solutionizing.net/?p=238#comment-101</guid>
		<description><![CDATA[[...] Dahlby has provided some feedback on my implementation of the Where lambda expressions. You should definitely check out his article. Technorati Tags: SharePoint, SharePoint 2007, MOSS [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Dahlby has provided some feedback on my implementation of the Where lambda expressions. You should definitely check out his article. Technorati Tags: SharePoint, SharePoint 2007, MOSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: waldekmastykarz</title>
		<link>http://solutionizing.net/2008/12/09/implementing-linq-where-for-sharepoint/#comment-100</link>
		<dc:creator><![CDATA[waldekmastykarz]]></dc:creator>
		<pubDate>Wed, 10 Dec 2008 06:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://solutionizing.net/?p=238#comment-100</guid>
		<description><![CDATA[Great article Keith! Thanks for the feedback]]></description>
		<content:encoded><![CDATA[<p>Great article Keith! Thanks for the feedback</p>
]]></content:encoded>
	</item>
</channel>
</rss>

