<?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: LINQ to DataSets &#8211; the Missing Manual</title>
	<atom:link href="http://www.richardbushnell.net/2008/02/04/linq-to-datasets-the-missing-manual/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardbushnell.net/2008/02/04/linq-to-datasets-the-missing-manual/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Sep 2011 17:23:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jim Wooley</title>
		<link>http://www.richardbushnell.net/2008/02/04/linq-to-datasets-the-missing-manual/comment-page-1/#comment-65</link>
		<dc:creator>Jim Wooley</dc:creator>
		<pubDate>Fri, 08 Feb 2008 20:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/02/04/linq-to-datasets-the-missing-manual/#comment-65</guid>
		<description>Frank, Linq to Datasets just uses LINQ to Objects to query them in memory datasets. You may find better performance with a dataView in some cases. LINQ to Datasets gives you additional functionality in terms of complexity, joins, aggregation, set operations that you don&#039;t get otherwise with the standard dataset implementations.</description>
		<content:encoded><![CDATA[<p>Frank, Linq to Datasets just uses LINQ to Objects to query them in memory datasets. You may find better performance with a dataView in some cases. LINQ to Datasets gives you additional functionality in terms of complexity, joins, aggregation, set operations that you don&#8217;t get otherwise with the standard dataset implementations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice</title>
		<link>http://www.richardbushnell.net/2008/02/04/linq-to-datasets-the-missing-manual/comment-page-1/#comment-64</link>
		<dc:creator>Fabrice</dc:creator>
		<pubDate>Tue, 05 Feb 2008 10:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/02/04/linq-to-datasets-the-missing-manual/#comment-64</guid>
		<description>You&#039;re welcome :-)

It looks like you can&#039;t link directly to the PDF. The link to the PDF can be found directly on the book homepage: http://www.manning.com/marguerie/

Thanks</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome <img src='http://www.richardbushnell.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>It looks like you can&#8217;t link directly to the PDF. The link to the PDF can be found directly on the book homepage: <a href="http://www.manning.com/marguerie/" rel="nofollow">http://www.manning.com/marguerie/</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Quednau</title>
		<link>http://www.richardbushnell.net/2008/02/04/linq-to-datasets-the-missing-manual/comment-page-1/#comment-63</link>
		<dc:creator>Frank Quednau</dc:creator>
		<pubDate>Tue, 05 Feb 2008 09:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/02/04/linq-to-datasets-the-missing-manual/#comment-63</guid>
		<description>Nice chapter! Now I am just wondering how LINQ actually queries the DataSet. Is the expression tree translated into something that will use the same mechanics as e.g. a DataView&#039;s filter? Are there any performance differences in querying via DatView or via LINQ, or is it all the same...</description>
		<content:encoded><![CDATA[<p>Nice chapter! Now I am just wondering how LINQ actually queries the DataSet. Is the expression tree translated into something that will use the same mechanics as e.g. a DataView&#8217;s filter? Are there any performance differences in querying via DatView or via LINQ, or is it all the same&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

