<?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</title><link>http://blogs.msdn.com/erickt/archive/tags/LINQ/default.aspx</link><description>Tags: LINQ</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>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</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>Problems with the LINQ to Entities 101 samples in the March CTP</title><link>http://blogs.msdn.com/erickt/archive/2007/03/06/problems-with-the-linq-to-entities-101-samples-in-the-march-ctp.aspx</link><pubDate>Wed, 07 Mar 2007 02:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1821814</guid><dc:creator>Erick Thompson</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/erickt/comments/1821814.aspx</comments><wfw:commentRss>http://blogs.msdn.com/erickt/commentrss.aspx?PostID=1821814</wfw:commentRss><wfw:comment>http://blogs.msdn.com/erickt/rsscomments.aspx?PostID=1821814</wfw:comment><description>&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;If you have downloaded the March CTP (and you have, haven't you?) you might have noticed that the LINQ to Entities samples were not functioning correctly right out of the gate. Unfortunately in the fast moving world of CTP development, sometimes the samples and the code get out of sync, and this was one of those times. However, it is not too difficult to get the samples back up and running. Simply follow these steps, and you should be golden.&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;1. Change MergeOption.NoCaching to MergeOption.NoTracking in the LinqtoEntitiesSamples.cs file&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;2. Remove ClientAutoGenerated="true" and StoreGenerated="true"&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;from the EntityNorthwind.csdl file (found in the LinqToEntities folder)&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;3. Either delete the bin folder, or delete all files in the output folder, as there are some files in it that causes problems.&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;4. If you get a "database already exists" exception, please add "User Instance=true" in the connection string in the LinqToEntitiesSamples.cs file.&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Once you've performed these steps, you should be up and running!&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;We will be updating the samples with these changes, and an announcement will be made at that time as to where to get the download, but in the meantime, this should work.&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;Please contact me if you are still having problems.&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Thanks,&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;Erick Thompson&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;ADO.NET Program Manager&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 8pt; MARGIN: 0in; COLOR: #666666; FONT-FAMILY: Tahoma" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1821814" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/erickt/archive/tags/LINQ/default.aspx">LINQ</category></item></channel></rss>