<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ADO.NET, LINQ, DataSet and other fun .NET technology : LINQ to DataSet</title><link>http://blogs.msdn.com/erickt/archive/tags/LINQ+to+DataSet/default.aspx</link><description>Tags: LINQ to DataSet</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Tech Ed</title><link>http://blogs.msdn.com/erickt/archive/2008/05/30/tech-ed.aspx</link><pubDate>Fri, 30 May 2008 19:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8563646</guid><dc:creator>Erick Thompson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/erickt/comments/8563646.aspx</comments><wfw:commentRss>http://blogs.msdn.com/erickt/commentrss.aspx?PostID=8563646</wfw:commentRss><wfw:comment>http://blogs.msdn.com/erickt/rsscomments.aspx?PostID=8563646</wfw:comment><description>I'm currently down in sunny Orlando, getting ready for Tech Ed (or is it TechEd? That dot between letters is a very odd thing). I'm going to be presenting on LINQ to DataSet, and Understanding the Entity Framework. As usual, I have far too much material...(&lt;a href="http://blogs.msdn.com/erickt/archive/2008/05/30/tech-ed.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8563646" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/erickt/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://blogs.msdn.com/erickt/archive/tags/LINQ+to+DataSet/default.aspx">LINQ to DataSet</category><category domain="http://blogs.msdn.com/erickt/archive/tags/Entty+Framework/default.aspx">Entty Framework</category><category domain="http://blogs.msdn.com/erickt/archive/tags/DataSet/default.aspx">DataSet</category><category domain="http://blogs.msdn.com/erickt/archive/tags/Conferences/default.aspx">Conferences</category></item><item><title>LINQ to DataSet - LinqDataView and indexes</title><link>http://blogs.msdn.com/erickt/archive/2008/05/19/linq-to-dataset-linqdataview-and-indexes.aspx</link><pubDate>Mon, 19 May 2008 22:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8519560</guid><dc:creator>Erick Thompson</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/erickt/comments/8519560.aspx</comments><wfw:commentRss>http://blogs.msdn.com/erickt/commentrss.aspx?PostID=8519560</wfw:commentRss><wfw:comment>http://blogs.msdn.com/erickt/rsscomments.aspx?PostID=8519560</wfw:comment><description>Index usage One of the features of the DataView that often gets overlooked is its ability to very quickly find a DataRow (or multiple DataRows) by an index value. The index is built on the sort criteria, so if you sort based on the last name column, the...(&lt;a href="http://blogs.msdn.com/erickt/archive/2008/05/19/linq-to-dataset-linqdataview-and-indexes.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8519560" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/erickt/archive/tags/LINQ+to+DataSet/default.aspx">LINQ to DataSet</category><category domain="http://blogs.msdn.com/erickt/archive/tags/Data+Binding/default.aspx">Data Binding</category><category domain="http://blogs.msdn.com/erickt/archive/tags/DataSet/default.aspx">DataSet</category></item><item><title>EnumerableRowCollection Type</title><link>http://blogs.msdn.com/erickt/archive/2007/11/06/what-is-this-enumerablerowcollection-type.aspx</link><pubDate>Wed, 07 Nov 2007 04:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5948854</guid><dc:creator>Erick Thompson</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/erickt/comments/5948854.aspx</comments><wfw:commentRss>http://blogs.msdn.com/erickt/commentrss.aspx?PostID=5948854</wfw:commentRss><wfw:comment>http://blogs.msdn.com/erickt/rsscomments.aspx?PostID=5948854</wfw:comment><description>If you've been playing with LINQ to DataSet, you may have noticed the EnumerableRowCollection type. For example, if you have a query like the following, the type of query is EnumerableRowCollection. var query = from row in ds.Tables[0].AsEnumerable()...(&lt;a href="http://blogs.msdn.com/erickt/archive/2007/11/06/what-is-this-enumerablerowcollection-type.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5948854" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/erickt/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://blogs.msdn.com/erickt/archive/tags/LINQ+to+DataSet/default.aspx">LINQ to DataSet</category><category domain="http://blogs.msdn.com/erickt/archive/tags/DataSet/default.aspx">DataSet</category></item><item><title>LINQ to DataSet Data Binding – LinqDataView Restriction Joins</title><link>http://blogs.msdn.com/erickt/archive/2007/10/24/linq-to-dataset-data-binding-linqdataview-restriction-joins.aspx</link><pubDate>Wed, 24 Oct 2007 21:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5655492</guid><dc:creator>Erick Thompson</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/erickt/comments/5655492.aspx</comments><wfw:commentRss>http://blogs.msdn.com/erickt/commentrss.aspx?PostID=5655492</wfw:commentRss><wfw:comment>http://blogs.msdn.com/erickt/rsscomments.aspx?PostID=5655492</wfw:comment><description>LINQ To DataSet Data Binding – LinqDataView restriction joins In previous episodes In the last post I made on LINQ To DataSet Binding, I talked about how to create a LinqDataView. I’m going to spend some time today talking about some of the interesting...(&lt;a href="http://blogs.msdn.com/erickt/archive/2007/10/24/linq-to-dataset-data-binding-linqdataview-restriction-joins.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5655492" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/erickt/attachment/5655492.ashx" length="335681" type="application/x-zip-compressed" /><category domain="http://blogs.msdn.com/erickt/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://blogs.msdn.com/erickt/archive/tags/LINQ+to+DataSet/default.aspx">LINQ to DataSet</category><category domain="http://blogs.msdn.com/erickt/archive/tags/Samples/default.aspx">Samples</category><category domain="http://blogs.msdn.com/erickt/archive/tags/Data+Binding/default.aspx">Data Binding</category><category domain="http://blogs.msdn.com/erickt/archive/tags/DataSet/default.aspx">DataSet</category></item><item><title>LINQ to DataSet Data Binding – Introducing LinqDataView </title><link>http://blogs.msdn.com/erickt/archive/2007/10/05/linq-to-dataset-data-binding-introducing-linqdataview.aspx</link><pubDate>Fri, 05 Oct 2007 23:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5300017</guid><dc:creator>Erick Thompson</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/erickt/comments/5300017.aspx</comments><wfw:commentRss>http://blogs.msdn.com/erickt/commentrss.aspx?PostID=5300017</wfw:commentRss><wfw:comment>http://blogs.msdn.com/erickt/rsscomments.aspx?PostID=5300017</wfw:comment><description>It's long overdue, but I finally was able to finish a few more posts on this series. Let me know if you find it helpful, and what you would like to see more of! Why DataView? As mentioned in this previous post , there are numerous options for data binding...(&lt;a href="http://blogs.msdn.com/erickt/archive/2007/10/05/linq-to-dataset-data-binding-introducing-linqdataview.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5300017" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/erickt/archive/tags/LINQ+to+DataSet/default.aspx">LINQ to DataSet</category><category domain="http://blogs.msdn.com/erickt/archive/tags/Samples/default.aspx">Samples</category><category domain="http://blogs.msdn.com/erickt/archive/tags/Data+Binding/default.aspx">Data Binding</category><category domain="http://blogs.msdn.com/erickt/archive/tags/DataSet/default.aspx">DataSet</category></item><item><title>LINQ to DataSet – Data Binding</title><link>http://blogs.msdn.com/erickt/archive/2007/08/24/linq-to-dataset-data-binding.aspx</link><pubDate>Fri, 24 Aug 2007 22:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4547513</guid><dc:creator>Erick Thompson</dc:creator><slash:comments>8</slash:comments><comments>http://blogs.msdn.com/erickt/comments/4547513.aspx</comments><wfw:commentRss>http://blogs.msdn.com/erickt/commentrss.aspx?PostID=4547513</wfw:commentRss><wfw:comment>http://blogs.msdn.com/erickt/rsscomments.aspx?PostID=4547513</wfw:comment><description>With the introduction of LINQ to DataSet there finally exists a full featured query language for the DataSet. Now your ability to query your data is limited only by CLR, which is no small thing! For an introduction on LINQ to DataSet, please see this...(&lt;a href="http://blogs.msdn.com/erickt/archive/2007/08/24/linq-to-dataset-data-binding.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4547513" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/erickt/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://blogs.msdn.com/erickt/archive/tags/LINQ+to+DataSet/default.aspx">LINQ to DataSet</category></item><item><title>LINQ to DataSet WebCast (May 2, 2007) - Samples and slides</title><link>http://blogs.msdn.com/erickt/archive/2007/05/02/linq-to-dataset-webcast-may-2-2007-samples-and-slides.aspx</link><pubDate>Wed, 02 May 2007 21:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2378932</guid><dc:creator>Erick Thompson</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/erickt/comments/2378932.aspx</comments><wfw:commentRss>http://blogs.msdn.com/erickt/commentrss.aspx?PostID=2378932</wfw:commentRss><wfw:comment>http://blogs.msdn.com/erickt/rsscomments.aspx?PostID=2378932</wfw:comment><description>This morning I performed a MSDN WebCast on LINQ to DataSet. I hope it was useful for people, and that I was able to answer all the questions sufficiently. If you missed the live show, you can always catch the "TiVo" version (i.e., on demand webcast)....(&lt;a href="http://blogs.msdn.com/erickt/archive/2007/05/02/linq-to-dataset-webcast-may-2-2007-samples-and-slides.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2378932" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/erickt/attachment/2378932.ashx" length="1922068" type="application/x-zip-compressed" /><category domain="http://blogs.msdn.com/erickt/archive/tags/LINQ+to+DataSet/default.aspx">LINQ to DataSet</category><category domain="http://blogs.msdn.com/erickt/archive/tags/Samples/default.aspx">Samples</category><category domain="http://blogs.msdn.com/erickt/archive/tags/DataSet/default.aspx">DataSet</category><category domain="http://blogs.msdn.com/erickt/archive/tags/Conferences/default.aspx">Conferences</category></item></channel></rss>