<?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>Type safety - LINQ to DataSets Part 2</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx</link><description>Back in the first post of this LINQ to DataSet series, I spent some time talking about what LINQ to DataSet is, and how it can be used to supplement the existing query capabilities in terms of what kind of queries you can write. Today, I will talk about</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Type safety - LINQ to DataSets Part 2</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#1612903</link><pubDate>Tue, 06 Feb 2007 20:38:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1612903</guid><dc:creator>Eisenberg</dc:creator><description>&lt;p&gt;Why even bother with datasets? &amp;nbsp;I was hoping that MS was going to wise up and mark this functionality as Deprecated or Obsolete in the next version of ADO.NET. &amp;nbsp;(Isn't the Entity Framework supposed to replace DataSets?) Every scenario I have examined that uses datasets has had major issues and generally horrid software design. &amp;nbsp;They are the most embarassing and backwards part of .NET.&lt;/p&gt;
</description></item><item><title>re: Type safety - LINQ to DataSets Part 2</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#1614420</link><pubDate>Wed, 07 Feb 2007 01:59:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1614420</guid><dc:creator>Beth</dc:creator><description>&lt;p&gt;I'm really looking forward to your VB.NET sample. &lt;/p&gt;
</description></item><item><title>re: Type safety - LINQ to DataSets Part 2</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#1635128</link><pubDate>Fri, 09 Feb 2007 17:45:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1635128</guid><dc:creator>Erick Thompson</dc:creator><description>&lt;P&gt;Hi Eisenberg,&lt;/P&gt;
&lt;P&gt;Thank you for taking the time to read our blog. The DataSet is actually a widely used component, and is quite good at what it was designed to do. While there may be some horrid software designs out there that use it, I think that could be said for a lot of other technologies as well. For an in-memory relational data cache, the DataSet is highly effective, and thus it makes perfect sense to enhance it with LINQ. &lt;/P&gt;</description></item><item><title>Interesting Orcas &amp; LINQ Links</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#1635564</link><pubDate>Fri, 09 Feb 2007 18:55:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1635564</guid><dc:creator>John Papa [MVP C#]</dc:creator><description>&lt;p&gt;Here are a few good links to Orcas material (some old and some new). There is a lot of good and bad material&lt;/p&gt;
</description></item><item><title>New and Notable 139</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#1654624</link><pubDate>Mon, 12 Feb 2007 01:00:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1654624</guid><dc:creator>Sam Gentile</dc:creator><description>&lt;p&gt;Winter has finally set in with single digit temps and minus degrees wind chills but still no snow. WPF/Avalon&lt;/p&gt;
</description></item><item><title>Querying DataSets – Introduction to LINQ to DataSet</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#1685713</link><pubDate>Thu, 15 Feb 2007 23:51:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1685713</guid><dc:creator>ADO.NET team blog</dc:creator><description>&lt;p&gt;Greetings fellow data junkies! My name is Erick Thompson, a PM at Microsoft who is working on driving&lt;/p&gt;
</description></item><item><title>re: Type safety - LINQ to DataSets Part 2</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#4040636</link><pubDate>Wed, 25 Jul 2007 12:24:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4040636</guid><dc:creator>daoud</dc:creator><description>&lt;p&gt;what is the vb.net equvelent for that code ?&lt;/p&gt;
</description></item><item><title>re: Type safety - LINQ to DataSets Part 2</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#4367024</link><pubDate>Mon, 13 Aug 2007 14:41:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4367024</guid><dc:creator>Jerin       </dc:creator><description>&lt;p&gt;Will i be able to work with LINQ in my visual c# express edition 2005 version?&lt;/p&gt;
&lt;p&gt;When i tried to include using System.Linq name space and tried to run the application it showed an error&lt;/p&gt;
&lt;p&gt;Error	1	The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)&lt;/p&gt;
&lt;p&gt;Can you please help me out??&lt;/p&gt;
</description></item><item><title>re: Type safety - LINQ to DataSets Part 2</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#5042902</link><pubDate>Sat, 22 Sep 2007 03:16:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5042902</guid><dc:creator>Nick</dc:creator><description>&lt;p&gt;I'm getting the same error:&lt;/p&gt;
&lt;p&gt;The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)&lt;/p&gt;
&lt;p&gt;and cant figure out what reference I need to make. &amp;nbsp;When I go to the website property pages / references and click &amp;quot;Add&amp;quot; I do not see a System.Linq to add as a reference.&lt;/p&gt;
&lt;p&gt;Anyone have any ideas...?&lt;/p&gt;
</description></item><item><title>re: Type safety - LINQ to DataSets Part 2</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#5043036</link><pubDate>Sat, 22 Sep 2007 03:24:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5043036</guid><dc:creator>Nick</dc:creator><description>&lt;p&gt;I figured it out... &amp;nbsp;A reference to System.Core is needed in the progect...&lt;/p&gt;
</description></item><item><title>re: Type safety - LINQ to DataSets Part 2</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#7117450</link><pubDate>Tue, 15 Jan 2008 13:39:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7117450</guid><dc:creator>Paul</dc:creator><description>&lt;p&gt;Thanks Nick. I got to solve the problem through your post.&lt;/p&gt;
</description></item><item><title>re: Type safety - LINQ to DataSets Part 2</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#8760574</link><pubDate>Mon, 21 Jul 2008 08:54:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8760574</guid><dc:creator>Pramod</dc:creator><description>&lt;p&gt;Compare two large data tables A and B &amp;nbsp;using linq and get the records which exist &amp;nbsp;in dataTable A but does not exist in B&lt;/p&gt;
</description></item><item><title>re: Type safety - LINQ to DataSets Part 2</title><link>http://blogs.msdn.com/adonet/archive/2007/02/05/type-safety-linq-to-datasets-part-2.aspx#9016036</link><pubDate>Sat, 25 Oct 2008 17:28:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9016036</guid><dc:creator>Baraka</dc:creator><description>&lt;p&gt;I am new to the whole LINQ thing but I can see already that it is great technology. However, it is a shame that such great technology is handicapped by the fact it cannot create DataViews that are not limited by certain LINQ operators such as GROUP BY.&lt;/p&gt;
&lt;p&gt;It has been a long time since it was introduced, by any chance has MS been able to make the LinqDataView free of its limitations? I certainly wish to use LINQ but its DataView limitations are putting me off.&lt;/p&gt;
</description></item></channel></rss>