<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>Visual Basic LINQ Video Series Samples</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Project/ProjectRss.aspx</link><description>This how-to video series is focused on the new LINQ language features of Visual Basic 9.0 included in Visual Studio 2008. Learn how to use this productive new language feature in your Visual Basic ...</description><item><title>NEW POST: GuilhermeLeitao</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Thread/View.aspx?ThreadId=596</link><description>&lt;div class="wikidoc"&gt;
I need help!!&lt;br /&gt;I created a simple LINQ query on SQL2005. This table has 3 columns: ID, Date, Text. After the query run, this table were updated (Column date). When I run this query again, in the same form, WITHOUT close the form, LINQ return the same OLD query, without updates.... (If I close the form and call it again, no problems...)&lt;br /&gt;What I've been done incorrectly ?&lt;br /&gt;How to fix that ?&lt;br /&gt;Thanks,&lt;br /&gt;Guilherme&lt;br /&gt;
&lt;/div&gt;</description><author>GuilhermeLeitao</author><pubDate>Tue, 12 Aug 2008 13:56:59 GMT</pubDate><guid isPermaLink="false">NEW POST: GuilhermeLeitao 20080812P</guid></item><item><title>NEW POST: Switch to LINQ or stay with standard datasets from vs2005 until mastered</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Thread/View.aspx?ThreadId=62</link><description>&lt;div class="wikidoc"&gt;
(bump)&lt;br /&gt; &lt;br /&gt;Hello,&lt;br /&gt; &lt;br /&gt;I was hoping for a answer to this same question.&lt;br /&gt; &lt;br /&gt;Thank you,&lt;br /&gt; &lt;br /&gt;Joe&lt;br /&gt;
&lt;/div&gt;</description><author>Mostly_Lucid</author><pubDate>Sun, 08 Jun 2008 16:05:35 GMT</pubDate><guid isPermaLink="false">NEW POST: Switch to LINQ or stay with standard datasets from vs2005 until mastered 20080608P</guid></item><item><title>UPDATED RELEASE: Visual Basic LINQ Video Series Samples (Jan 16, 2008)</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Release/ProjectReleases.aspx?ReleaseId=14</link><description>Visual Basic LINQ Video Series Samples&lt;br /&gt;&amp;#91;url&amp;#58;Watch the videos here&amp;#33;&amp;#124;http&amp;#58;&amp;#47;&amp;#47;msdn2.microsoft.com&amp;#47;en-us&amp;#47;vbasic&amp;#47;bb466226.aspx&amp;#63;wt.slv&amp;#61;topsectionsee&amp;#35;linq&amp;#93;.</description><author></author><pubDate>Tue, 22 Apr 2008 00:42:56 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Visual Basic LINQ Video Series Samples (Jan 16, 2008) 20080422A</guid></item><item><title>UPDATED RELEASE: Visual Basic LINQ Video Series Samples (Jan 16, 2008)</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Release/ProjectReleases.aspx?ReleaseId=14</link><description>Visual Basic LINQ Video Series Samples&lt;br /&gt;&amp;#91;url&amp;#58;Watch the videos here&amp;#33;&amp;#124;http&amp;#58;&amp;#47;&amp;#47;msdn2.microsoft.com&amp;#47;en-us&amp;#47;vbasic&amp;#47;bb466226.aspx&amp;#63;wt.slv&amp;#61;topsectionsee&amp;#35;linq&amp;#93;.</description><author></author><pubDate>Tue, 22 Apr 2008 00:04:13 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Visual Basic LINQ Video Series Samples (Jan 16, 2008) 20080422A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Language Integrated Query (LINQ) Video Series&lt;/b&gt;&lt;br /&gt;This how-to video series is focused on the new LINQ language features of Visual Basic 9.0 included in Visual Studio 2008. LINQ stands for Language Integrated Query, and it enables you to write queries over things like objects, databases, and XML in a standard way using new language syntax. Learn how to use this productive new language feature in your Visual Basic programs.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://msdn2.microsoft.com/en-us/vbasic/bb466226.aspx?wt.slv=topsectionsee#linq" class="externalLink"&gt;Watch the videos here!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=vbvideoslinq&amp;amp;ReleaseId=14" class="externalLink"&gt;Download the code.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;My LINQ Articles&lt;/b&gt;&lt;br /&gt;And for more information on LINQ in Visual Basic you can read &lt;a href="http://blogs.msdn.com/bethmassi/archive/tags/Article/LINQ/default.aspx" class="externalLink"&gt;my articles here.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;My LINQ and Visual Basic 9 Webcasts&lt;/b&gt;&lt;br /&gt;If you're just learning LINQ and the new features in Visual Basic 9, you may want to check out the &lt;a href="http://blogs.msdn.com/bethmassi/archive/2008/02/12/live-from-bethmond-webcasts-the-vbeth-webcast-series.aspx" class="externalLink"&gt;series of Webcasts I did in March. &lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>BethMassi</author><pubDate>Tue, 22 Apr 2008 00:02:37 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080422A</guid></item><item><title>NEW POST: Thank you for the samples and videos!!</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Thread/View.aspx?ThreadId=182</link><description>&lt;div class="wikidoc"&gt;
Thank you for taking the time to do these samples; the videos are great...the Live from Redmond webinars are a great compliment to all of this information regarding LINQ in VB...wish the book publishers would get on board too!&lt;br /&gt; &lt;br /&gt;Would it be ok to contribute a sample that would enable others to play with the concepts behind the upgrading to LINQ (video #6). I'd be happy to propose (provide really) something if that would be ok. Please contact me if so.&lt;br /&gt;
&lt;/div&gt;</description><author>JamesR</author><pubDate>Tue, 18 Mar 2008 04:45:25 GMT</pubDate><guid isPermaLink="false">NEW POST: Thank you for the samples and videos!! 20080318A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Language Integrated Query (LINQ) Video Series&lt;/b&gt;&lt;br /&gt;This how-to video series is focused on the new LINQ language features of Visual Basic 9.0 included in Visual Studio 2008. LINQ stands for Language Integrated Query, and it enables you to write queries over things like objects, databases, and XML in a standard way using new language syntax. Learn how to use this productive new language feature in your Visual Basic programs.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://msdn2.microsoft.com/en-us/vbasic/bb466226.aspx?wt.slv=topsectionsee#linq" class="externalLink"&gt;Watch the videos here!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=vbvideoslinq&amp;amp;ReleaseId=14" class="externalLink"&gt;Download the code.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;My LINQ Articles&lt;/b&gt;&lt;br /&gt;And for more information on LINQ in Visual Basic you can read &lt;a href="http://blogs.msdn.com/bethmassi/archive/tags/Article/LINQ/default.aspx" class="externalLink"&gt;my articles here.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;My LINQ and Visual Basic 9 Webcasts&lt;/b&gt;&lt;br /&gt;If you're just learning LINQ and the new features in Visual Basic 9, come join me for a &lt;a href="http://blogs.msdn.com/bethmassi/archive/2008/02/12/live-from-bethmond-webcasts-the-vbeth-webcast-series.aspx" class="externalLink"&gt;series of Friday Webcasts in March!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>BethMassi</author><pubDate>Sat, 16 Feb 2008 00:55:38 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080216A</guid></item><item><title>NEW POST: Switch to LINQ or stay with standard datasets from vs2005 until mastered</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Thread/View.aspx?ThreadId=62</link><description>&lt;div class="wikidoc"&gt;
Hello, I just started programming in visual basic express 2005 and I like these videos very much. &lt;br /&gt; &lt;br /&gt;I'm especially interested in database applications. Now I wonder, I watched some of these videos about LINQ and I'm unsure wheter to try using this new feature (and get vb2008) or first learn very well the other older features (standard dataset stuff) and after that moving to 2008 and linq....&lt;br /&gt; &lt;br /&gt;when/where combining datasets and linq could be useful?&lt;br /&gt; &lt;br /&gt;Thanks :)&lt;br /&gt;
&lt;/div&gt;</description><author>Valnuke</author><pubDate>Fri, 15 Feb 2008 21:54:59 GMT</pubDate><guid isPermaLink="false">NEW POST: Switch to LINQ or stay with standard datasets from vs2005 until mastered 20080215P</guid></item><item><title>UPDATED RELEASE: Visual Basic LINQ Video Series Samples (Jan 16, 2008)</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Release/ProjectReleases.aspx?ReleaseId=14</link><description>Visual Basic LINQ Video Series Samples&lt;br /&gt;&amp;#91;url&amp;#58;Watch the videos here&amp;#33;&amp;#124;http&amp;#58;&amp;#47;&amp;#47;msdn2.microsoft.com&amp;#47;en-us&amp;#47;vbasic&amp;#47;bb466226.aspx&amp;#63;wt.slv&amp;#61;topsectionsee&amp;#35;linq&amp;#93;.</description><author></author><pubDate>Wed, 16 Jan 2008 22:31:50 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Visual Basic LINQ Video Series Samples (Jan 16, 2008) 20080116P</guid></item><item><title>UPDATED RELEASE: Visual Basic LINQ Video Series Samples (Jan 16, 2008)</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Release/ProjectReleases.aspx?ReleaseId=14</link><description>Visual Basic LINQ Video Series Samples&lt;br /&gt;&amp;#91;Watch the videos here&amp;#33; url&amp;#58;http&amp;#58;&amp;#47;&amp;#47;msdn2.microsoft.com&amp;#47;en-us&amp;#47;vbasic&amp;#47;bb466226.aspx&amp;#63;wt.slv&amp;#61;topsectionsee&amp;#35;linq&amp;#93;</description><author></author><pubDate>Wed, 16 Jan 2008 22:30:57 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Visual Basic LINQ Video Series Samples (Jan 16, 2008) 20080116P</guid></item><item><title>CREATED RELEASE: Visual Basic LINQ Video Series Samples (Jan 16, 2008)</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Release/ProjectReleases.aspx?ReleaseId=14</link><description>Visual Basic LINQ Video Series Samples</description><author></author><pubDate>Wed, 16 Jan 2008 22:27:33 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Visual Basic LINQ Video Series Samples (Jan 16, 2008) 20080116P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/vbvideoslinq/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Language Integrated Query (LINQ) Series&lt;/b&gt;&lt;br /&gt;This how-to video series is focused on the new LINQ language features of Visual Basic 9.0 included in Visual Studio 2008. LINQ stands for Language Integrated Query, and it enables you to write queries over things like objects, databases, and XML in a standard way using new language syntax. Learn how to use this productive new language feature in your Visual Basic programs.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://msdn2.microsoft.com/en-us/vbasic/bb466226.aspx?wt.slv=topsectionsee#linq" class="externalLink"&gt;Watch the videos here!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>BethMassi</author><pubDate>Wed, 16 Jan 2008 22:25:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080116P</guid></item></channel></rss>