<?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>How LINQ to Dataset works in VB (Jonathan Aneja)</title><link>http://blogs.msdn.com/vbteam/archive/2008/05/14/how-linq-to-dataset-works-in-vb-jonathan-aneja.aspx</link><description>LINQ at its core requires any data source to be queryable , which basically means it must implement IEnumerable. (It’s actually a bit more complicated than that, for a full explanation see section 11.21.2 of the Visual Basic 9.0 Language Specification</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Airline Travel &amp;raquo; How LINQ to Dataset works in VB (Jonathan Aneja)</title><link>http://blogs.msdn.com/vbteam/archive/2008/05/14/how-linq-to-dataset-works-in-vb-jonathan-aneja.aspx#8505802</link><pubDate>Thu, 15 May 2008 04:17:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8505802</guid><dc:creator>Airline Travel &amp;raquo; How LINQ to Dataset works in VB (Jonathan Aneja)</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.travel-hilarity.com/airline_travel/?p=4538"&gt;http://www.travel-hilarity.com/airline_travel/?p=4538&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: How LINQ to Dataset works in VB (Jonathan Aneja)</title><link>http://blogs.msdn.com/vbteam/archive/2008/05/14/how-linq-to-dataset-works-in-vb-jonathan-aneja.aspx#8509147</link><pubDate>Thu, 15 May 2008 23:16:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8509147</guid><dc:creator>Marceldevg</dc:creator><description>&lt;p&gt;What does that mean performance-wise, calling AsEnumerable for a datatable with 5000 records ?&lt;/p&gt;
&lt;p&gt;MarcelDevG&lt;/p&gt;
</description></item><item><title>re: How LINQ to Dataset works in VB (Jonathan Aneja)</title><link>http://blogs.msdn.com/vbteam/archive/2008/05/14/how-linq-to-dataset-works-in-vb-jonathan-aneja.aspx#8515186</link><pubDate>Sat, 17 May 2008 00:34:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8515186</guid><dc:creator>Erick Thompson</dc:creator><description>&lt;p&gt;Marcel,&lt;/p&gt;
&lt;p&gt;LINQ to DataSet, like all of in-memory LINQ, works on a IEnumerable. That means that the net effect of calling AsEnumerable is a low cost operation, as it only sets up the IEnumerable that the rest of the query uses. Now, if your query is expensive, then the total cost is high, but the costs will be roughly same as for a List&amp;lt;T&amp;gt; (or other in-memory structures).&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Erick&lt;/p&gt;
</description></item><item><title>re: How LINQ to Dataset works in VB (Jonathan Aneja)</title><link>http://blogs.msdn.com/vbteam/archive/2008/05/14/how-linq-to-dataset-works-in-vb-jonathan-aneja.aspx#8515988</link><pubDate>Sat, 17 May 2008 03:50:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8515988</guid><dc:creator>VBTeam</dc:creator><description>&lt;p&gt;Erick's got a lot of great LINQ to Dataset info on his blog at &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/erickt/"&gt;http://blogs.msdn.com/erickt/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Also stay tuned for some guest posts from him on our team blog as well!&lt;/p&gt;
</description></item><item><title>VB における LINQ to Dataset の機能 (Jonathan Aneja)</title><link>http://blogs.msdn.com/vbteam/archive/2008/05/14/how-linq-to-dataset-works-in-vb-jonathan-aneja.aspx#8687524</link><pubDate>Fri, 04 Jul 2008 09:39:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8687524</guid><dc:creator>The Visual Basic Team</dc:creator><description>&lt;p&gt;根本的に、LINQ ではクエリ可能なデータ ソースが必要です。つまり、基本的にデータ ソースは IEnumerable を実装している必要があります (実際にはもう少し複雑です。詳細については、 Visual&lt;/p&gt;
</description></item><item><title>VB 2008 Language Deep Dive - Presentation Materials (Jonathan Aneja)</title><link>http://blogs.msdn.com/vbteam/archive/2008/05/14/how-linq-to-dataset-works-in-vb-jonathan-aneja.aspx#8883459</link><pubDate>Thu, 21 Aug 2008 08:09:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8883459</guid><dc:creator>The Visual Basic Team</dc:creator><description>&lt;p&gt;Last week I got the chance to visit the Toronto .NET User Group and give a talk on all the great new&lt;/p&gt;
</description></item><item><title>re: How LINQ to Dataset works in VB (Jonathan Aneja)</title><link>http://blogs.msdn.com/vbteam/archive/2008/05/14/how-linq-to-dataset-works-in-vb-jonathan-aneja.aspx#9254798</link><pubDate>Sun, 28 Dec 2008 12:00:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9254798</guid><dc:creator>Riddhish</dc:creator><description>&lt;p&gt;What should be imports while we want to create an object of Dataset in VB language?&lt;/p&gt;
&lt;p&gt;Front End : ASP.Net&lt;/p&gt;
&lt;p&gt;Back End : SQL Server&lt;/p&gt;
</description></item></channel></rss>