<?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>VB6 Collections: The Missing LINQ</title><link>http://blogs.msdn.com/b/vbteam/archive/2006/06/19/vb6tolinq.aspx</link><description>By Jonathan Aneja 
 
 Hi, my name’s Jonathan and I’m a Program Manager on the VB team, working mainly on LINQ features. One of the things I love about LINQ is it’s not just limited to querying over databases and XML – you can query over any collection</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: VB6 Collections: The Missing LINQ</title><link>http://blogs.msdn.com/b/vbteam/archive/2006/06/19/vb6tolinq.aspx#641707</link><pubDate>Wed, 21 Jun 2006 19:36:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:641707</guid><dc:creator>VBTeam</dc:creator><description>The code shown here demonstrates querying client-side, however it can also be done server-side (using a DataContext). &amp;nbsp;LINQ doesn’t automatically requery the database, however implementing this is very easy. &amp;nbsp;Also you can implement pagination using the extension methods Skip() and Take, using query.Skip((n-1)*pageSize).Take(PageSize)&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=641707" width="1" height="1"&gt;</description></item><item><title>re: VB6 Collections: The Missing LINQ</title><link>http://blogs.msdn.com/b/vbteam/archive/2006/06/19/vb6tolinq.aspx#637877</link><pubDate>Tue, 20 Jun 2006 03:49:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:637877</guid><dc:creator>Dave</dc:creator><description>I can't ever see me having all the PO's I want to query in my client-side collection at one time, due to pagination or a previous sort. Will Linq automatically requery my database? &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=637877" width="1" height="1"&gt;</description></item></channel></rss>