<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>Visual Basic  How-Do-I Videos</title>
        <description>This feed keeps you up to date on new tutorial videos produced by the Visual Basic team. Check these out for guidance on how to use Visual Basic to its fullest.</description>
        <link>http://msdn2.microsoft.com/vbasic/bb466226.aspx</link>
        <lastBuildDate>Tue, 10 Nov 2009 17:43:34 -0800</lastBuildDate>
        <pubDate>Tue, 10 Nov 2009 17:41:33 -0800</pubDate>
        <generator>FeedForAll v2.0 (2.0.2.9) http://www.feedforall.com</generator>
        <item>
            <title>How Do I: Create a Detail Edit Form for Tabular Data or Data in a Grid?</title>
            <description>This video shows how to edit data from a DataGridView in a details form which opens when one double clicks on the RowHeader of the DataGridView. Since both forms are bound to the same datasource one sees an instant update on both forms when the user decides to save the data and additional roundtrips to the database are avoided.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/ee807367.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/bb466226.howdoi_vb_win_11_150.jpg" length="5505" type="image/jpeg"/>
            <guid isPermaLink="false">D618F612-643A-44EE-A3BD-DC00EBD14568</guid>
            <pubDate>Tue, 10 Nov 2009 17:41:33 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Use LINQ to XML to Create Word Documents?</title>
            <description>In this video, learn how to create Microsoft Office Word 2007 documents from data in a database using Visual Basic’s LINQ to XML and XML literals by writing to the Open XML format directly without using COM.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/ee708282.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/ee708282.howdoi_vb_linq_11_150.jpg" length="4610" type="image/jpeg"/>
            <guid isPermaLink="false">8B20BF9E-D502-4C3B-97C0-7F7DA922F887</guid>
            <pubDate>Wed, 4 Nov 2009 18:29:53 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Enhance Performance in the Visual Studio 2010 IDE when Editing VB Code</title>
            <description>The Visual Studio 2010 IDE responds much more quickly when errors crop up in the editor. In this remarkable video, Microsoft Visual Studio Language Program Manager Avner Aharoni uses timers to demonstrate a 12 fold increase in performance.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/ee681649.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/ee681649.EnhancedPerformanceInVs2010-140X113.png" length="7102" type="image/png"/>
            <guid isPermaLink="false">56CF1A83-46A0-4FCE-BA95-2303DA30BA12</guid>
            <pubDate>Wed, 4 Nov 2009 18:29:51 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Use Autoimplemented Properties in Visual Basic?</title>
            <description>In this video master Microsoft Program Manager Jon Aneja shows how to create and use a time saving feature in Visual Basic 10.0 called autoimplemented properties.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/ee681550.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/ee681550.Autoimplemented-140-113.png" length="14321" type="image/png"/>
            <guid isPermaLink="false">52953CD7-48C1-446C-91A1-AAAA111A43A3</guid>
            <pubDate>Wed, 4 Nov 2009 18:29:49 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Use Implicit Line Continuation in Visual Basic 10?</title>
            <description>Microsoft Program Manager Jon Aneja shows how to use Implicit Line Continuation, a feature in Visual Basic 10.0 that frequently eliminates the need for developers to use the underscore character when continuing code on a new line.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/ee681551.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/ee681551.ImplicitLineContinuation-150.jpg" length="4837" type="image/jpeg"/>
            <guid isPermaLink="false">25E79FE4-E246-40BD-A857-0E9AC6A1443B</guid>
            <pubDate>Wed, 4 Nov 2009 18:29:47 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Build a WPF Master-Detail Data Entry Form Using Entity Framework?</title>
            <description>Visual Studio developers will learn how to create a master-detail (or one-to-many) data entry form against the Entity Framework in WPF using Visual Studio 2008 Service Pack 1.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/ee364701.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/ee364701.BuildaWPFMasterDetailDataEntryFormUsingEntityFrameworkF(en-us,MSDN.10).jpg" length="1081" type="image/jpeg"/>
            <guid isPermaLink="false">59E3179D-8139-4A22-8AA5-F8FB59303087</guid>
            <pubDate>Mon, 24 Aug 2009 19:08:06 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Hook Up and Display Validation in WPF using Entity Framework?</title>
            <description>Visual Studio developers will learn how to hook up validation code on Entity Framework entities and customize the display of errors on WPF controls using Visual Studio 2008 Service Pack 1.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/ee364700.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/ee364700.HookUpandDisplayValidationinWPFusingEntityFrameworkF(en-us,MSDN.10).jpg" length="1081" type="image/jpeg"/>
            <guid isPermaLink="false">C4AA66DE-FF7F-48B3-9D78-560A4A7EBB52</guid>
            <pubDate>Mon, 24 Aug 2009 19:06:42 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Exchange data between two forms in a Windows Forms application?</title>
            <description>This video demonstrates a way to exchange data between two forms in a Windows Forms application. You will see how to use a public method and how to use a public property to exchange data. The examples were created using Visual Basic 2008 Express but also apply to older versions of Visual Studio.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/bb895983.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/bb895983.ExchangedatabetweentwocopyF(en-us).jpg" length="1081" type="image/jpeg"/>
            <guid isPermaLink="false">FA5E6BFD-1770-4E8B-AC01-107ACD994022</guid>
            <pubDate>Tue, 28 Jul 2009 11:34:32 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Notify one form in a Windows Forms Application that data in another form has changed?</title>
            <description>This video demonstrates one way to notify a form when data in another form has changed. It will show how to create an event on one form and how to subscribe to this event on another. The examples were created using Visual Basic 2008 Express but also apply to older versions of Visual Studio. Even though this concept is demonstrated in Windows Forms the same pattern can be used in WPF.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/cc707760.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/cc707760.NotifyoneforminaWindowsF.jpg" length="1081" type="image/jpeg"/>
            <guid isPermaLink="false">D367E488-E024-4A52-B913-3F771EAD6543</guid>
            <pubDate>Tue, 28 Jul 2009 11:24:15 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Create a report from a database?</title>
            <description>Visual Studio developers will learn how to build a simple local report showing data from a database using the ReportViewer control in Visual Studio 2008.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/ee309360.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/ee309360.CreateReportF(en-us).jpg" length="1081" type="image/jpeg"/>
            <guid isPermaLink="false">B34FDDD7-F4D2-4D0A-B8BF-F46CBDE0B1AF</guid>
            <pubDate>Thu, 30 Apr 2009 04:43:31 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Get Started with Entity Framework in WPF Applications?</title>
            <description>Visual Studio developers will learn how to build a data access layer using Entity Framework in order to query and display the results in a WPF list box.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/dd776537.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/dd776537.HDI-EntityFrameWork_185x141(en-us).jpg" length="1081" type="image/jpeg"/>
            <guid isPermaLink="false">F81A3624-0A62-4FA6-BD1F-67330DC77D72</guid>
            <pubDate>Tue, 30 Jun 2009 13:26:11 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Build a WPF Data Entry Form Using Entity Framework?</title>
            <description>Visual Studio developers will learn how to build a WPF data entry form to query, navigate, and edit data against the Entity Framework.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/dd776540.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/dd776540.HDI-DataEntry_185x141.jpg" length="1081" type="image/jpeg"/>
            <guid isPermaLink="false">9A3EA1D1-6A09-456B-93CF-AF8C471CFC4E</guid>
            <pubDate>Tue, 30 Jun 2009 13:27:15 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Create a report from a business object?</title>
            <description>Visual Studio developers will learn how to build a simple local report showing data returned by a business object using the ReportViewer control in Visual Studio 2008.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/dd638039.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/dd638039.CreateReportBusinessObjectF(en-us).jpg" length="1081" type="image/jpeg"/>
            <guid isPermaLink="false">104C4971-3F7B-4414-9B99-BE03C1413850</guid>
            <pubDate>Fri, 3 Apr 2009 16:52:59 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Add Controls to a Worksheet at Run Time in an Application-Level Project?</title>
            <description>Visual Studio Tools for Office developers will learn how to add host controls at run time in an application-level add-in by using Visual Studio 2008 SP1.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/dd551271.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/dd551271.VB_AddControlsWorksheetF(en-us).jpg" length="1081" type="image/jpeg"/>
            <guid isPermaLink="false">F3E105C6-2F9E-4C66-82A5-9A9EB92B13C1</guid>
            <pubDate>Thu, 5 Mar 2009 09:33:22 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Format Data in WPF Controls?</title>
            <description>Visual Studio developers will learn how to format data in controls on WPF data entry forms using Visual Studio 2008 Service Pack 1.</description>
            <link>http://msdn.microsoft.com/en-us/vbasic/dd367843.aspx</link>
            <enclosure url="http://i.msdn.microsoft.com/dd367843.FormatDataWPFControlsF(en-us).jpg" length="1081" type="image/jpeg"/>
            <guid isPermaLink="false">7CB4ADAC-A0EF-43EB-9D4F-AE62920D20B4</guid>
            <pubDate>Tue, 6 Jan 2009 10:20:27 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Create Smart Tags in Word</title>
            <description>Visual Studio Tools for Office developers will learn how to create custom smart tags with custom recognizers in Word by using Visual Studio 2008 Service Pack 1.</description>
            <link>http://msdn.microsoft.com/vbasic/dd347826.aspx</link>
            <guid isPermaLink="false">9F8EB624-4904-4E9A-BF64-B8610DD5EE6F</guid>
            <pubDate>Mon, 15 Dec 2008 14:27:45 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Create a Master-Detail Data Entry Form in WPF?</title>
            <description>Visual Studio developers will learn how to create a master-detail (or one-to-many) data entry form in WPF using Visual Studio 2008 Service Pack 1.</description>
            <link>http://msdn.microsoft.com/vbasic/dd239277.aspx</link>
            <guid isPermaLink="false">839937A4-79B1-44AF-AC6A-48C1891B0FBF</guid>
            <pubDate>Fri, 31 Oct 2008 11:54:00 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Edit Tabular Data in WPF?</title>
            <description>Visual Studio developers will learn how to create a simple data grid in WPF for editing tabular data using Visual Studio 2008 Service Pack 1.</description>
            <link>http://msdn.microsoft.com/vbasic/dd239273.aspx</link>
            <guid isPermaLink="false">C6C5522F-9371-4E34-B387-FC55695A943F</guid>
            <pubDate>Fri, 31 Oct 2008 11:53:05 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Add Smart Tags to Excel Workbooks?</title>
            <description>Learn how to add smart tags to Microsoft Office Excel by using a document-level customization or an application-level add-in.</description>
            <link>http://msdn.microsoft.com/vbasic/cc872866.aspx</link>
            <guid isPermaLink="false">9F29C030-F691-4728-A109-AF01822BEDE2</guid>
            <pubDate>Thu, 28 Aug 2008 10:38:46 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Hook Up and Display Validation in WPF?</title>
            <description>Visual Studio developers will learn how to hook up validation code and customize the display of errors on WPF controls using Visual Studio 2008.</description>
            <link>http://msdn.microsoft.com/vbasic/cc788743.aspx</link>
            <guid isPermaLink="false">3BD536D4-A1B0-467E-BABD-BB700134884D</guid>
            <pubDate>Fri, 25 Jul 2008 22:06:40 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Create a Lookup Combobox in WPF?</title>
            <description>Visual Studio developers will learn how to create a data entry form that binds data from a lookup table in a database to create a pick-list of values in a WPF Combobox using Visual Studio 2008.</description>
            <link>http://msdn.microsoft.com/vbasic/cc788742.aspx</link>
            <guid isPermaLink="false">7E107A42-0BF2-431F-8678-EF3F8D32409A</guid>
            <pubDate>Fri, 25 Jul 2008 22:05:44 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Display Data in a List in WPF?</title>
            <description>Visual Studio developers will learn how to select data from a database and display it in a WPF ListBox in a variety of ways using Visual Studio 2008.</description>
            <link>http://msdn.microsoft.com/vbasic/cc720679.aspx</link>
            <guid isPermaLink="false">AAF154BC-DE3F-4194-B5EB-9FCE971E515D</guid>
            <pubDate>Wed, 2 Jul 2008 18:07:49 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Create a Simple Data Entry Form in WPF?</title>
            <description>Visual Studio developers will learn how to create a simple data entry form in Windows Presentation Foundation (WPF) using Visual Studio 2008 that allows navigation as well as edit, add, delete and save of the data.</description>
            <link>http://msdn.microsoft.com/vbasic/cc707833.aspx</link>
            <guid isPermaLink="false">03A01A8D-2CD4-4569-ADEA-561DBE8BA8AF</guid>
            <pubDate>Wed, 2 Jul 2008 18:06:55 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Email Unhandled Exceptions?</title>
            <description>Visual Basic developers will learn how to handle unhandled  exceptions in their applications and how to email that information with a screen-shot of the application’s state using the System.Net.Mail namespace.</description>
            <link>http://msdn2.microsoft.com/vbasic/cc411437.aspx</link>
            <guid isPermaLink="false">8C43DF00-BED2-48FD-8985-BD5149A1CF13</guid>
            <pubDate>Thu, 20 Mar 2008 11:36:10 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Use the DataRepeater Control?</title>
            <description>Visual Basic Developers will learn how to work with the new DataRepeater found in the latest version on the Visual Basic Power Packs. The DataRepeater is more flexible than a grid and displays a scrollable container of any Windows Forms controls you place inside it for each row of your data.</description>
            <link>http://msdn2.microsoft.com/vbasic/cc411420.aspx</link>
            <guid isPermaLink="false">BAAAD541-CB1F-43AD-A1D6-A790805DF05C</guid>
            <pubDate>Thu, 20 Mar 2008 11:36:08 -0700</pubDate>
        </item>
        <item>
            <title>How Do I Use DataSets in an N-Tier Application?</title>
            <description>Many distributed architectures use DataSets on the client and the server when both are written with .NET. In this video, Visual Basic developers will learn how to use the new N-Tier DataSets in Visual Studio 2008 that makes this architectural scenario easy to accomplish.</description>
            <link>http://msdn2.microsoft.com/vbasic/cc138242.aspx</link>
            <guid isPermaLink="false">AF6CD879-3AE2-4BE4-AE53-F8AD3938E7B0</guid>
            <pubDate>Fri, 18 Jan 2008 09:26:25 -0800</pubDate>
        </item>
        <item>
            <title>How Do I Update Related Tables?</title>
            <description>Visual Basic programmers will learn how to properly control updates, inserts and deletes in multi-user applications on forms that edit master-detail related data using the TableAdapterManager in Visual Studio 2008.</description>
            <link>http://msdn2.microsoft.com/vbasic/cc138241.aspx</link>
            <guid isPermaLink="false">9D6510A3-EAB8-4D33-B80F-AB7C19EDFC9C</guid>
            <pubDate>Fri, 18 Jan 2008 09:26:24 -0800</pubDate>
        </item>
        <item>
            <title>Simple Object Model and Query using LINQ to SQL</title>
            <description>This video shows you how to create a basic LINQ to SQL application by mapping a simple Customer class to a database table and writing a LINQ query to return results as Customer objects.</description>
            <link>http://msdn2.microsoft.com/library/bb820879.aspx</link>
            <guid isPermaLink="false">51774A2E-F676-4858-8283-081EF0C80EEE</guid>
            <pubDate>Wed, 9 Jan 2008 15:57:05 -0800</pubDate>
        </item>
        <item>
            <title>How Do I Get Started with LINQ to XML?</title>
            <description>Visual Basic developers will learn how to work with XML in Visual Basic using XML literals, embedded expressions and XML axis properties to create, query and transform XML documents easily.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb887653.aspx</link>
            <category domain="">LINQ</category>
            <guid isPermaLink="false">E57Y9E46-178D-46A8-BCD5-9E4A9F8024F0</guid>
            <pubDate>Wed, 31 Oct 2007 17:34:15 -0700</pubDate>
        </item>
        <item>
            <title>Writing Queries in Visual Basic</title>
            <description>LINQ makes query a first-class language construct in Visual Basic. This video shows you the Visual Basic 2008 language features that enable you to write LINQ query expressions.</description>
            <link>http://msdn2.microsoft.com/library/bb820884(VS.90).aspx</link>
            <category domain="">LINQ</category>
            <guid isPermaLink="false">71109CC0-24D1-4858-B6A0-B747793F33C0</guid>
            <pubDate>Mon, 10 Dec 2007 10:30:01 -0800</pubDate>
        </item>
        <item>
            <title>Creating a Drawing Application by Using WPF</title>
            <description>Visual Basic developers will learn how to create an Ink application in Windows Presentation Foundation using Visual Studio 2008.</description>
            <link>http://msdn2.microsoft.com/library/bb820891(VS.90).aspx</link>
            <category domain="">LINQ</category>
            <guid isPermaLink="false">WD449E46-178D-46A8-BCD5-9E4A9F8024F0</guid>
            <pubDate>Wed, 21 Nov 2007 14:12:12 -0700</pubDate>
        </item>
        <item>
            <title>How Do I Enable XML IntelliSense and Use XML Namespaces?</title>
            <description>VVisual Basic developers will learn how to enable XML IntelliSense using schemas and how XML namespaces are used when querying and creating XML documents.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb887654.aspx</link>
            <category domain="">LINQ</category>
            <guid isPermaLink="false">OP0X9E46-178D-46A8-BCD5-9E4A9F8024F0</guid>
            <pubDate>Wed, 31 Oct 2007 17:33:42 -0700</pubDate>
        </item>
        <item>
            <title>How Do I Create XML Documents from SQL Data?</title>
            <description>Visual Basic developers will learn how to query their SQL Server database in order to easily create XML and HTML documents directly in the Visual Basic editor.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb887660.aspx</link>
            <category domain="">LINQ</category>
            <guid isPermaLink="false">3C5Y9E46-178D-46A8-BCD5-9E4A9F8024F0</guid>
            <pubDate>Wed, 31 Oct 2007 17:32:21 -0700</pubDate>
        </item>
        <item>
            <title>How Do I Create Excel Spreadsheets using LINQ to XML?</title>
            <description>Visual Basic developers will learn how to query their SQL Server database in order to easily create Excel spreadsheets directly in the Visual Basic editor using LINQ to XML.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb927708.aspx</link>
            <category domain="">LINQ</category>
            <guid isPermaLink="false">4T889E46-178D-46A8-BCD5-9E4A9F8024F0</guid>
            <pubDate>Wed, 31 Oct 2007 17:31:05 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: LINQ over DataSets</title>
            <description>Visual Basic programmers will learn how to write LINQ queries that work over DataSets by filtering and aggregating rows in a one-to-many relationship.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb737877.aspx</link>
            <category domain="">LINQ</category>
            <guid isPermaLink="false">8DAF9E46-178D-46A8-BCD5-9E4A9F8024F0</guid>
            <pubDate>Fri, 21 Sep 2007 19:12:45 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Get Started with LINQ to SQL</title>
            <description>Visual Basic programmers will be introduced to LINQ to SQL and the new O\R designer in Visual Studio 2008 by querying and updating a list of customers in the Northwind database.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb737878.aspx</link>
            <category domain="">LINQ</category>
            <guid isPermaLink="false">4DBAA1EC-E78A-4B99-9E47-C3F3B4516D2A</guid>
            <pubDate>Fri, 21 Sep 2007 15:11:26 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Deploy Hybrid Applications?</title>
            <description>Visual Basic programmers will learn how deploy applications built with both Visual Basic 6 and Visual Basic .NET with the Interop Forms Toolkit 2.0 by creating a Visual Studio Setup and Deployment project.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643845.aspx</link>
            <category domain="">Interop</category>
            <guid isPermaLink="false">1B335925-7F2D-4E8F-88AA-C3253EA5A44B</guid>
            <pubDate>Fri, 21 Sep 2007 15:17:45 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Build Interop User Controls?</title>
            <description>Visual Basic programmers will learn how to create .NET User Controls in Visual Studio that run on Visual Basic 6 forms using the Interop Forms Toolkit 2.0.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643844.aspx</link>
            <category domain="">Interop</category>
            <guid isPermaLink="false">4D3F32BB-72A9-42FD-82C5-67E1CF08920D</guid>
            <pubDate>Fri, 21 Sep 2007 15:16:56 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Build Interop Forms?</title>
            <description>Visual Basic programmers will learn how to create .NET Windows Forms in Visual Studio that run in Visual Basic 6 applications using the Interop Forms Toolkit 2.0.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643843.aspx</link>
            <category domain="">Interop</category>
            <guid isPermaLink="false">C694EB47-3C12-4122-AA5E-984996F14F6A</guid>
            <pubDate>Fri, 21 Sep 2007 15:16:06 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Add Filter Support?</title>
            <description>Visual Basic programmers will learn how to enable filter support in their custom business object collections in order to use the BindingSource to filter business objects on Windows Forms.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb725830.aspx</link>
            <category domain="">Object Binding</category>
            <guid isPermaLink="false">1A07B287-71E7-4DC0-8119-34B9C42B801F</guid>
            <pubDate>Fri, 21 Sep 2007 15:15:18 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Add Sorting Support with Object Binding?</title>
            <description>Visual Basic programmers will learn how to enable sorting support within their business object collections in order to use the BindingSource to sort them on Windows Forms.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643836.aspx</link>
            <category domain="">Object Binding</category>
            <guid isPermaLink="false">33907DAC-2896-4CE8-8AD7-FE6EF18BC088</guid>
            <pubDate>Fri, 21 Sep 2007 15:20:39 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Add Search Support with Object Binding?</title>
            <description>Visual Basic programmers will learn how to enable search support within their business object collections in order to use the BindingSource to search for business objects on Windows Forms.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643835.aspx</link>
            <category domain="">Object Binding</category>
            <guid isPermaLink="false">D41B314F-065E-41F3-A198-BC666AA1D39C</guid>
            <pubDate>Fri, 21 Sep 2007 15:13:43 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Do Simple Object Binding?</title>
            <description>Visual Basic programmers will learn how to create business objects that are associated in a one-to-many relationship and how to use BindingSources to navigate the relation.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643834.aspx</link>
            <category domain="">Object Binding</category>
            <guid isPermaLink="false">7FDA9D81-416D-406C-9A4B-8938B329AD4F</guid>
            <pubDate>Fri, 21 Sep 2007 15:12:58 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Create a One-To-Many Form using LINQ to SQL</title>
            <description>Visual Basic programmers will see how to create a One-to-Many (Master-Detail) Data entry form using the O\R Designer and LINQ to SQL.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb737879.aspx</link>
            <category domain="">LINQ</category>
            <guid isPermaLink="false">81FBF35A-9436-4A8C-9E51-FF2086652734</guid>
            <pubDate>Fri, 21 Sep 2007 15:12:08 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Perform Group and Aggregate Queries?</title>
            <description>Visual Basic programmers will learn how to perform group and aggregate queries over business object collections and how to display them in related grids.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb735956.aspx</link>
            <category domain="">LINQ</category>
            <guid isPermaLink="false">A20F711B-78E5-4D4A-9FD9-16551AE00227</guid>
            <pubDate>Fri, 21 Sep 2007 15:10:08 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Get Started with LINQ?</title>
            <description>Visual Basic programmers will learn how to write simple LINQ queries over objects by navigating files on the file system.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb735955.aspx</link>
            <category domain="">LINQ</category>
            <guid isPermaLink="false">3C9BF040-B19C-4DD0-9761-5B37DF167BFF</guid>
            <pubDate>Fri, 21 Sep 2007 15:09:27 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Updating Related Tables</title>
            <description>Visual Basic programmers will learn how to properly control updates, inserts and deletes in multi-user applications on forms that edit master-detail related data.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb725826.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">4BA912A4-22F5-4F66-AF6E-58D93D5A00F6</guid>
            <pubDate>Fri, 21 Sep 2007 15:08:48 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Understand Data?</title>
            <description>Visual Basic programmers will explore how connecting data in a database to controls in Windows Forms applications really works by looking deeper into the DataSet, BindingSource and TableAdapter objects and walking through examples of using data in code.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb725824.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">7AB1531C-DAAD-488F-B9AB-6403699BFF4E</guid>
            <pubDate>Fri, 21 Sep 2007 15:08:11 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Build Reports?</title>
            <description>Visual Basic programmers will learn how to create reports in Windows Forms applications using Visual Studio and the ReportViewer control.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643819.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">B751EF6C-7B82-4E7F-94E9-E147134E369E</guid>
            <pubDate>Fri, 21 Sep 2007 15:07:27 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Print Forms?</title>
            <description>Visual Basic programmers will learn how to print forms using the PrintForm Component, which is part of the &lt;a href=&quot;http://msdn2.microsoft.com/vbasic/aa701257.aspx&quot;&gt;Visual Basic Power Packs&lt;/a&gt;. The PrintForm component enables easy printing of Windows Forms.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643800.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">C0EC82C5-0E60-4E50-8BFE-27F5C04AA82C</guid>
            <pubDate>Fri, 21 Sep 2007 15:06:04 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Deploy Local Data?</title>
            <description>Visual Basic programmers will learn how to deploy local SQL-Server Express database files using ClickOnce Technology.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643824.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">781AD213-BFE9-40AC-A26C-1AEE0B4F798E</guid>
            <pubDate>Fri, 21 Sep 2007 15:05:24 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Modify the Database?</title>
            <description>Visual Basic beginners will learn how to add a new column to a SQL Server database table and make the necessary changes to the application in order to work with this new column using the Server Explorer and the DataSet Designer.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643823.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">1BFC8504-EAD5-4072-9CC3-44C67367311D</guid>
            <pubDate>Fri, 21 Sep 2007 15:04:29 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Work with Local Data?</title>
            <description>Visual Basic beginners will learn how to work with local SQL-Server Express database files in Visual Basic projects using Visual Studio.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643822.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">3ADD6B71-CC7B-40D4-9BC4-67E4C9F6593F</guid>
            <pubDate>Fri, 21 Sep 2007 15:03:53 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Add Validation?</title>
            <description>Visual Basic programmers will see how to add field and row validation to an application in order to enforce business rules using the DataSet Designer and partial classes.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643821.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">98C9556D-7452-4A84-B5E4-02F383634ED8</guid>
            <pubDate>Fri, 21 Sep 2007 15:03:18 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Format Data in Controls?</title>
            <description>Visual Basic programmers will see how to format data in controls like the TextBox, MaskedTextBox and the DateTimePicker.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643832.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">3CC3634D-1D0E-4DB4-986D-D800A99939B1</guid>
            <pubDate>Fri, 21 Sep 2007 15:02:34 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Use Auto-Complete?</title>
            <description>Visual Basic programmers will see how to set up client side filtering and text editing using the Auto-Complete feature of the ComboBox and the TextBox.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643831.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">5DD0EA9A-E51D-4D7C-830A-AFC045F7B559</guid>
            <pubDate>Fri, 21 Sep 2007 15:01:54 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Filter Data on the Client?</title>
            <description>Visual Basic programmers will see how to set up data binding to achieve one-to-many filtering using a combo box which filters a grid. They will also see how to add a calculated column and how to format currency fields.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643830.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">FDF42B42-75BD-41D2-9324-BE29F7DA5E09</guid>
            <pubDate>Fri, 21 Sep 2007 15:01:10 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Create Lookup Lists?</title>
            <description>Visual Basic programmers will see how to set up binding to a list of lookup values using a combo box as well as how to use a combo box in a grid.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643829.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">10B45951-C8A3-4E33-BD5D-28FA7B72CD9F</guid>
            <pubDate>Fri, 21 Sep 2007 15:00:34 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Create a Search Form?</title>
            <description>Visual Basic programmers will see how to create a search form with a parameterized query using the Search Criteria Builder in Visual Studio.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643828.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">FCFC91AE-0396-4B18-9E8A-E0D3477D0638</guid>
            <pubDate>Fri, 21 Sep 2007 14:58:29 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Create a One-to-Many Data Entry Form?</title>
            <description>Visual Basic programmers will see how to create a One-to-Many (Master-Detail) Data entry form using the Data Sources Window and the Windows Forms designer in Visual Studio.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643827.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">682347C2-A09A-410F-8D7C-CE5AFB3AA771</guid>
            <pubDate>Fri, 21 Sep 2007 14:57:51 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Connect to a Database?</title>
            <description>Visual Basic programmers will see how to create a Windows Forms application, connect to an existing database and how to define how data is retrieved and updated using the Data Sources Window and the Dataset Designer in Visual Studio.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643826.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">D9312067-CE88-4EF7-A854-229BEEB91030</guid>
            <pubDate>Fri, 21 Sep 2007 14:57:09 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Create a Database?</title>
            <description>SQL Server beginners will see how to create a database through Visual Studio using the Server Explorer. They will see how to define tables, columns, and relationships and how to add stored procedures.</description>
            <link>http://msdn2.microsoft.com/vbasic/bb643825.aspx</link>
            <category domain="">Forms over Data</category>
            <guid isPermaLink="false">7A9FDD14-8AF3-4A00-9B7F-019F61A07559</guid>
            <pubDate>Fri, 21 Sep 2007 14:49:52 -0700</pubDate>
        </item>
    </channel>
</rss>
