<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>Visual C# How Do I Videos</title>
        <description>This feed keeps you up to date on new tutorial videos produced by the Visual C# team. Check these out for guidance on how to use Visual C# to its fullest.</description>
        <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798022.aspx</link>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <lastBuildDate>Fri, 12 Aug 2011 11:43:31 +0530</lastBuildDate>
        <pubDate>Fri, 5 Aug 2011 19:37:49 +0530</pubDate>
        <generator>FeedForAll v2.0 (2.0.2.9) http://www.feedforall.com</generator>
        <item>
            <title>Refactoring Functionality into a Library</title>
            <description>In this video, the existing application will be modified to move functionality into a separate assembly. Proper naming conventions will be discussed, as well as the ConfigureAwait method, which can be used to avoid unnecessary marshaling of data to the UI thread.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/hh377681</link>
            <guid isPermaLink="false">B2A173E4-22FA-4EE3-BCC1-94DEA33928F5</guid>
            <pubDate>Fri, 5 Aug 2011 19:37:49 +0530</pubDate>
        </item>
        <item>
            <title>Polling and Cancellation</title>
            <description>In this video, the existing application will be modified to add cancellation support. For each HREF link found, a method will be called which will enter into an infinite loop, periodically downloading the HTML content of that link, looking for changes using the TaskEx.Delay method. In addition, a CancellationToken will be passed through each method, allowing the user to cancel out of the process at any time.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/hh377680</link>
            <guid isPermaLink="false">5200DD64-9CF9-49E6-8B2B-BC92DD38E03E</guid>
            <pubDate>Fri, 5 Aug 2011 19:34:12 +0530</pubDate>
        </item>
        <item>
            <title>Offloading Work with TaskEx.Run</title>
            <description>In this video, the existing application will once again be modified to offload the work of searching through the HTML using the TaskEx.Run method. This will allow that work to be done on a background thread.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/hh377679</link>
            <guid isPermaLink="false">C3113EA8-DED0-437D-8F51-94693F0F7C65</guid>
            <pubDate>Fri, 5 Aug 2011 19:29:06 +0530</pubDate>
        </item>
        <item>
            <title>Concurrent Downloading with TaskEx.WhenAll</title>
            <description>In this video, the application created in the first segment will be modified to download the content of each HREF link concurrently using the TaskEx.WhenAll method and the await keyword. The length of the returned content will then be appended to each item in the ListBox.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/hh377676</link>
            <guid isPermaLink="false">3FC763A2-B572-43B0-B2F7-A3F6CB0FFEAE</guid>
            <pubDate>Fri, 5 Aug 2011 19:23:55 +0530</pubDate>
        </item>
        <item>
            <title>Introduction to the Async CTP</title>
            <description>In this video, we will create a simple application to download the HTML content of the MSDN home page, and then use a regular expression to search through that HTML, looking for any HREF links. They will be pulled out and displayed in a ListBox. The application will be written the “old” way without any asynchronous calls, and will then be modified to use the Async CTP.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/hh377673</link>
            <guid isPermaLink="false">2CE96F8B-C78A-43D5-BDD0-40C7F2C304A2</guid>
            <pubDate>Fri, 5 Aug 2011 19:18:13 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Convert Visual Basic for Applications Macro to C# 4.0</title>
            <description>This video shows how you can record a VBA macro in Microsoft Excel 2010 and then copy it to Visual Studio 2010 and convert the code to C# 4.0.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff962528.aspx</link>
            <guid isPermaLink="false">83A3B806-9460-4F4C-9934-03FB19CC6D58</guid>
            <pubDate>Fri, 24 Sep 2010 04:31:22 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Deploy Office 2007 and Office 2010 Projects that Target .NET Framework 3.5 and .NET Framework 4?</title>
            <description>Using Visual Studio 2010, you can build Office 2007 solutions and Office 2010 solutions that target both the .NET Framework 3.5 and the .NET Framework 4. The requirements for installing these solutions vary depending on the version of Office and the .NET Framework your solution targets. In this video you will explore these requirements.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff679933.aspx</link>
            <guid isPermaLink="false">1848E9BD-D267-4501-98A1-E8C456458641</guid>
            <pubDate>Sat, 8 May 2010 04:36:37 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Write a Post Deployment Action in Visual Studio 2010 to Copy Office Documents to End User Computers?</title>
            <description>You can deploy an Office solution using ClickOnce deployment. Learn how you can perform post-deployment actions such as copying the document to the user&apos;s computer during install. Creating the post-deployment action requires writing some code and modifying the application manifest.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff679923.aspx</link>
            <guid isPermaLink="false">779A1B4E-FB4C-422F-AA1F-EC0A62344753</guid>
            <pubDate>Sat, 8 May 2010 04:35:51 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Deploy Multiple Office 2010 Projects in One Package?</title>
            <description>You can deploy an Office solution using ClickOnce deployment. When you publish a solution, you create the files ClickOnce needs, including a setup routine. If you have multiple solutions, you will have multiple setup routines. Learn how you can combine the setup routines into one so that when users run the setup routine they will install all of the solutions at the same time.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff679920.aspx</link>
            <guid isPermaLink="false">47C3060D-491C-40C6-8FD0-1E0D4B982341</guid>
            <pubDate>Tue, 27 Apr 2010 23:53:45 +0530</pubDate>
        </item>
        <item>
            <title>C# 4.0 grammar</title>
            <description>Explore a hyperlinked version of the C# grammar – learn about new keywords and where they fit in the language.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff635852.aspx</link>
            <guid isPermaLink="false">A3765F68-8D70-4E8C-86B1-11013E7C159F</guid>
            <pubDate>Tue, 27 Apr 2010 23:53:45 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Retarget a Word 2007 Add-In from .NET Framework 3.5 to .NET Framework 4 that uses Smart Tags?</title>
            <description>Given a Word 2007 add-in including one or more smart tags targeting the .NET Framework 3.5, you may want to change the add-in to target .NET Framework 4, so you can take advantage of new framework features. Changing the target version of the framework for a Word add-in from .NET Framework 3.5 to .NET Framework 4 is easy, but requires specific steps.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff623010.aspx</link>
            <guid isPermaLink="false">6F5D19CF-A6A2-4902-B062-D04DEB7825AA</guid>
            <pubDate>Fri, 9 Apr 2010 11:06:49 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Retarget an Outlook Add-In from .NET Framework 3.5 to .NET Framework 4?</title>
            <description>Given an Outlook add-in targeting the .NET Framework 3.5, you may want to change it to target .NET Framework 4, so you can take advantage of new framework features. Changing the target version of the .NET Framework for an Outlook add-in from .NET Framework 3.5 to .NET Framework 4 is easy, but requires specific steps.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff623005.aspx</link>
            <guid isPermaLink="false">3E08A733-2E50-481E-8CD6-B8DEE550FB9B</guid>
            <pubDate>Fri, 9 Apr 2010 11:02:07 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Take Advantage of C# 2010 Language Improvements in Office Projects?</title>
            <description>C# 2010 adds several language improvements that Visual Basic .NET users have enjoyed for years that make it far easier to interact with Office object models. Reduce the size and complexity of your C# code using these new language features.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff623013.aspx</link>
            <guid isPermaLink="false">D006DA70-ECF1-496C-B296-B2BE438A5C70</guid>
            <pubDate>Fri, 9 Apr 2010 11:09:48 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Create a Business Data Connectivity Model for SharePoint 2010 Using Visual Studio 2010?</title>
            <description>Visual Studio 2010 provides a project type that enables developers to build Business Data Connectivity (BDC) Models that produce .NET connectivity assemblies for Business Connectivity Services (BCS) in SharePoint 2010. This allows you to connect external data sources and expose them to SharePoint. In this example a BDC Model will be created that access and updates data in a SQL Server database.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff623022.aspx</link>
            <guid isPermaLink="false">D4F8DFDB-95D6-4272-83FC-4C7DA7247053</guid>
            <pubDate>Fri, 9 Apr 2010 05:29:29 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Import a SharePoint Site Definition using Visual Studio 2010?</title>
            <description>Visual Studio 2010 provides a project type that enables developers to import a Site Definition and add code. This site definition can then be deployed to a Solution Gallery and new sites created on the basis of Site Definition. Learn how to import a SharePoint 2010 Site Definition in Visual Studio 2010.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff623021.aspx</link>
            <guid isPermaLink="false">11062B2D-699B-4475-9294-F7EBBE42D0B9</guid>
            <pubDate>Fri, 9 Apr 2010 05:26:36 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Create Site Definitions for SharePoint 2010 in Visual Studio 2010?</title>
            <description>Sites can be created from Site Definitions in the create dialog in SharePoint. New Site Definitions can be created in Visual Studio 2010 and then deployed to SharePoint 2010. Learn how to create a new Site Definition and then add a Web Part to the site&apos;s default.aspx page using Visual Studio 2010. The Web Part will filter tasks based on their due date.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff623012.aspx</link>
            <guid isPermaLink="false">A0B37D42-075F-4267-A006-8A2CD317CA5B</guid>
            <pubDate>Fri, 9 Apr 2010 05:25:39 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Create List Definitions for SharePoint 2010 in Visual Studio 2010?</title>
            <description>List Definitions and List Instances that are based on those definitions are fundamental part of Microsoft SharePoint 2010. Microsoft Visual Studio 2010 provides developers with a project type that simplifies the creation of List Definitions in XML and the creation of List Instances based on those definitions. Tight integration with Microsoft SharePoint 2010 allows List Definitions and List Instances to be deployed to a SharePoint site directly from Visual Studio 2010.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff623017.aspx</link>
            <guid isPermaLink="false">E3E391A0-8BD4-4FBE-8940-7A2425E36B42</guid>
            <pubDate>Fri, 9 Apr 2010 05:20:44 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Create Content Types for SharePoint 2010 in Visual Studio 2010?</title>
            <description>A Content Type is a reusable collection of settings that can be defined and applied to data in a SharePoint list or library. Visual Studio 2010 provides project types that support the creation and deployment of content types. Learn how to create a SharePoint 2010 Content Type from Visual Studio 2010.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff623016.aspx</link>
            <guid isPermaLink="false">1A47B309-330C-4284-8990-91BADCA077B8</guid>
            <pubDate>Fri, 9 Apr 2010 05:18:48 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Create Event Receivers for SharePoint 2010 in Visual Studio 2010?</title>
            <description>Visual Studio 2010 provides a project type that enables developers to build Event Receivers that perform actions before or after selected events on the SharePoint 2010 site. Learn how to create an Event Receiver for SharePoint 2010 in Visual Studio 2010. In this example an event will be added to the Adding and Updating actions for Custom List items.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff623003.aspx</link>
            <guid isPermaLink="false">AECCBE6D-7256-4CB2-B87F-8D199E9C3DE0</guid>
            <pubDate>Fri, 9 Apr 2010 05:16:04 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Create State Machine Workflows for SharePoint 2010 in Visual Studio 2010?</title>
            <description>Visual Studio 2010 provides a template for a State Machine workflow that enables developers the opportunity to build workflow solutions for SharePoint using a graphical design surface. State Machine workflows transition from state to state rather than the transition from activity to activity that is found in a sequential workflow. Learn how to create a SharePoint 2010 State Machine Workflow in Visual Studio 2010.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff623023.aspx</link>
            <guid isPermaLink="false">A5024B15-A62E-449F-A512-32164AE86163</guid>
            <pubDate>Fri, 9 Apr 2010 05:13:57 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Create Sequential Workflows for SharePoint 2010 in Visual Studio 2010?</title>
            <description>Visual Studio 2010 provides a template for the creation of a Sequential Workflows that enables developers the opportunity to build workflow solutions within SharePoint using a graphical design surface. Sequential Workflows have a pre-determined order of activities that define the workflow. Learn how to create a SharePoint 2010 Sequential Workflow in Visual Studio 2010.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff623018.aspx</link>
            <guid isPermaLink="false">964788B8-725D-47A2-BC2A-109DC5B2B6D3</guid>
            <pubDate>Fri, 9 Apr 2010 05:09:38 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Create Visual Web Parts for SharePoint 2010 in Visual Studio 2010?</title>
            <description>Visual Web Parts allow developers to build SharePoint 2010 Web Parts using a design surface in Visual Studio 2010. This allows for drag and drop of user controls from the Toolbox to build the visual web part&apos;s user interface. Learn how to create a Visual Web Part for SharePoint 2010 in Visual Studio 2010.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ff623014.aspx</link>
            <guid isPermaLink="false">73DC3D4C-D6C2-4527-9BA4-8437687B9CD3</guid>
            <pubDate>Fri, 9 Apr 2010 05:06:29 +0530</pubDate>
        </item>
        <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>
            <guid isPermaLink="false">C96BCC1A-5FB5-47F8-B4B2-02983E5244DD</guid>
            <pubDate>Tue, 10 Nov 2009 17:44:07 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Refactor my Code with Visual Studio Part II?</title>
            <description>Microsoft Visual Studio Languages Program Manager Dustin Campbell shows how to refactor your code with the tools available in Visual Studio.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/ee675607.aspx</link>
            <guid isPermaLink="false">99B3D58D-1A41-4125-BE13-390850FDE4D7</guid>
            <pubDate>Mon, 26 Oct 2009 23:48:31 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Refactor my Code in Visual Studio?</title>
            <description>Microsoft Visual Studio Languages Program Manager Dustin Campbell shows how to use the refactoring tools in Visual Studio.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/ee672318.aspx</link>
            <guid isPermaLink="false">5F37F2F0-CF11-4A12-B668-9B663991A5F4</guid>
            <pubDate>Mon, 26 Oct 2009 23:46:19 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Step with The Debugger in Visual Studio?</title>
            <description>Visual Studio Languages PM Dustion Campbell shows how to step with the Debugger in Visual Studio.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/ee672313.aspx</link>
            <guid isPermaLink="false">4A670B0C-9EF4-4D5B-B58F-FF97DE6C0540</guid>
            <pubDate>Mon, 26 Oct 2009 23:45:11 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Use the Call Hierarchy with DJ Park?</title>
            <description>Learn how to use the Call Hierarchy window, a new feature in Visual Studio 2010 that helps you discover the call sites in your application.
This feature requires Visual Studio 2010 or higher.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/ee672315.aspx</link>
            <guid isPermaLink="false">1F58F07F-DBA9-4538-A369-582C1573AFCD</guid>
            <pubDate>Mon, 26 Oct 2009 23:43:27 +0530</pubDate>
        </item>
        <item>
            <title>How Do I Use Generate from Usage in Visual Studio 2010?</title>
            <description>In this video Lead PM Karen Liu shows how the new IDE feature called Generate from Usage allows developers to write code that consumes a library or API before that API even exists. This feature requires Visual Studio 2010 or higher.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/ee633445.aspx</link>
            <guid isPermaLink="false">609EC239-B2FE-418B-B80A-D204A52BCFF0</guid>
            <pubDate>Mon, 26 Oct 2009 23:41:57 +0530</pubDate>
        </item>
        <item>
            <title>How Do I use Code Snippets in the Visual Studio IDE ?</title>
            <description>Code Snippets allow you to automatically insert short fragments of code into your program. Based on Code Templates that you can create and edit yourself, Code Snippets are easily cusomizable. This video shows how Code Snippets work, how to edit existing Code Snippets and how to create your own Code Snippets. This feature requires Visual Studio 2005 or higher.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/ee625748.aspx</link>
            <guid isPermaLink="false">41674A72-5F29-421F-B0C6-310034B3C9A0</guid>
            <pubDate>Mon, 26 Oct 2009 23:40:29 +0530</pubDate>
        </item>
        <item>
            <title>How Do I Use Highlight References in the Visual Studio 2010 IDE ?</title>
            <description>Visual Studio allows you to use a feature called Highlight References that allows you to visually see and navigate between the references to a symbol in your file. This feature requires Visual Studio 2010 or higher.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/ee625744.aspx</link>
            <guid isPermaLink="false">FFB2B406-D8A4-471D-996B-D8F97FD6EB7D</guid>
            <pubDate>Mon, 26 Oct 2009 23:33:23 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Use Covariance and Contravariance in VS 2010 Part II?</title>
            <description>Microsoft Engineer Eric Lippert explains how to use covariance and contravariance in C# 4.0.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ee672319.aspx</link>
            <guid isPermaLink="false">56ACD6A6-AD92-425A-A2AF-FC98075D4C2E</guid>
            <pubDate>Mon, 26 Oct 2009 23:32:15 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Use Covariance and Contravariance in VS 2010 Part I?</title>
            <description>Microsoft Engineer Eric Lippert explains how to use covariance and contravariance in C# 4.0.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ee672314.aspx</link>
            <guid isPermaLink="false">28F1BE8F-5274-4030-9A76-42AE378A0DDD</guid>
            <pubDate>Mon, 26 Oct 2009 23:30:24 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: COM Interop and Office in C# 4.0?</title>
            <description>Learn how new features in C# 4.0 make it easy for C# developers to work with COM objects in general, and Microsoft Office in particular. (Requires Visual Studio 2010.)</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ee460939.aspx</link>
            <guid isPermaLink="false">F280D844-8ACD-4470-9DCC-606C4D6D9370</guid>
            <pubDate>Mon, 26 Oct 2009 23:29:57 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Named and Optional Parameters in C# 4.0?</title>
            <description>The new Named and Optional Parameters feature in C# 4.0 provides an alternative to method overloading. (Requires Visual Studio 2010.)</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/ee460905.aspx</link>
            <guid isPermaLink="false">790B6CDE-CBE3-4CE9-9ACB-D2E1BEC24A52</guid>
            <pubDate>Mon, 26 Oct 2009 23:27:33 +0530</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/vcsharp/ee364701.aspx</link>
            <guid isPermaLink="false">85628D00-6CF7-4A87-A35F-E524E31C8111</guid>
            <pubDate>Mon, 24 Aug 2009 19:12:28 +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/vcsharp/ee364700.aspx</link>
            <guid isPermaLink="false">9ECC6F51-42DC-4557-A6A6-F6C96839819F</guid>
            <pubDate>Mon, 24 Aug 2009 19:11:19 +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/ee309360.aspx</link>
            <guid isPermaLink="false">90FFD6AC-F1A4-488E-995F-BEA4E6AE9CBF</guid>
            <pubDate>Fri, 24 Jul 2009 04:45:48 +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/dd776537.aspx</link>
            <guid isPermaLink="false">A7662CE1-E142-4323-823B-12B4D9D3455A</guid>
            <pubDate>Tue, 30 Jun 2009 14:17:25 +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/dd776540.aspx</link>
            <guid isPermaLink="false">ABDD5FAE-82D9-4913-B866-DDE3727F23B0</guid>
            <pubDate>Tue, 30 Jun 2009 14:18:50 +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>
            <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: 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/dd638031.aspx</link>
            <guid isPermaLink="false">2987219F-895E-468F-8535-92789D414AA0</guid>
            <pubDate>Fri, 3 Apr 2009 16:52:11 -0700</pubDate>
        </item>
        <item>
            <title>Practical Entity Framework for C#: Explore Entity Framework</title>
            <description>ADO.NET Entity Framework is an object-relational mapping (ORM) framework for Microsoft .NET. In this video, Todd Miranda explores how to use the Entity Framework to access and manipulate data from a database.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/dd565857.aspx</link>
            <guid isPermaLink="false">904BAFF6-3E3D-41E8-8FFF-BB988FE073A9</guid>
            <pubDate>Mon, 30 Mar 2009 17:32:49 -0700</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/vcsharp/dd367843.aspx</link>
            <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 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/en-us/vcsharp/dd239277.aspx</link>
            <guid isPermaLink="false">828047C1-607F-457A-97C3-D16D70B532EA</guid>
            <pubDate>Fri, 31 Oct 2008 11:55:11 -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/en-us/vcsharp/dd239273.aspx</link>
            <guid isPermaLink="false">1F2BE2D9-6A48-4EB4-93B5-14F96223AF5F</guid>
            <pubDate>Fri, 31 Oct 2008 11:51:50 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Add Controls to a Document at Run Time in an Application-Level Add-In?</title>
            <description>You can add managed controls from the Visual Studio Toolbox (such as a button) and native Microsoft Office Word 2007 controls (such as a content control) to documents at run time. Learn how to use Visual Studio 2008 with Service Pack 1 to create an application-level add-in that can add controls to any open document.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/cc983787.aspx</link>
            <guid isPermaLink="false">15C38C62-B00B-4A5F-B73F-C13870C47BD9</guid>
            <pubDate>Tue, 30 Sep 2008 16:35:55 -0700</pubDate>
        </item>
        <item>
            <title>Deploying Excel Document-level Customizations with Windows Installer</title>
            <description>Visual Studio Tools for Office developers will learn how to deploy their Excel 2007 document-level solutions with Windows Installer by using Visual Studio 2008.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/cc998641.aspx</link>
            <guid isPermaLink="false">8E619269-2520-4D04-BB44-6739EFBDF5B3</guid>
            <pubDate>Tue, 30 Sep 2008 16:35:20 -0700</pubDate>
        </item>
        <item>
            <title>Deploying Excel Application-level Add-ins with Windows Installer</title>
            <description>Visual Studio Tools for Office developers will learn how to deploy their Excel 2007 application-level add-ins with Windows Installer by using Visual Studio 2008.</description>
            <link>http://msdn.microsoft.com/en-us/vcsharp/cc998443.aspx</link>
            <guid isPermaLink="false">D76A55BF-BC38-4F3C-A90B-00B6A2A3523E</guid>
            <pubDate>Tue, 30 Sep 2008 16:34:53 -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/vcsharp/cc720679.aspx</link>
            <guid isPermaLink="false">E82CCB6B-8D85-4F27-9760-C3B676FF9A0C</guid>
            <pubDate>Wed, 2 Jul 2008 18:10: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/vcsharp/cc707833.aspx</link>
            <guid isPermaLink="false">892B20EB-2818-4AC7-9C68-1C894BE32604</guid>
            <pubDate>Wed, 2 Jul 2008 18:10:01 -0700</pubDate>
        </item>
        <item>
            <title>How to Add Audio Part 1</title>
            <description>This video shows how to use the SoundPlayer control to play wav audio files in your application.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798024.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">EC55B541-8E8F-4FDF-B028-9177E07DBC34</guid>
            <pubDate>Mon, 24 Sep 2007 07:37:37 -0700</pubDate>
        </item>
        <item>
            <title>How to add Audio Part 2</title>
            <description>This video shows how to use the Windows Media Player ActiveX control to play wma and MP3 audio files in your application.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798025.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">C8CFED10-0693-4554-A0B3-92D73B7BFF7B</guid>
            <pubDate>Mon, 24 Sep 2007 07:50:14 -0700</pubDate>
        </item>
        <item>
            <title>How to use the WebBrowser control</title>
            <description>This video shows how to use the Web Browser control to bring the full functionality of Internet Explorer into your application.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798044.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">4EF3ECE9-14F5-4B38-9210-0279EE6609A6</guid>
            <pubDate>Mon, 24 Sep 2007 08:15:38 -0700</pubDate>
        </item>
        <item>
            <title>How to use the TreeView control</title>
            <description>This video shows how to use the Tree View control which provides a hierarchical view of data.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798043.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">24096C66-C1F3-4A5D-9C35-E0FB36746DA6</guid>
            <pubDate>Mon, 24 Sep 2007 08:13:41 -0700</pubDate>
        </item>
        <item>
            <title>How to use the ToolStrip control</title>
            <description>This video shows how to use the Tool Strip control which provides users of your application with a way to execute common commands.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798042.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">DDE3D1F7-12C4-4AAD-A12D-CE57A6E9BDA1</guid>
            <pubDate>Mon, 24 Sep 2007 08:12:54 -0700</pubDate>
        </item>
        <item>
            <title>How to use the Tab control</title>
            <description>This video shows how to use the Tab control which presents a familiar folder-style content navigation system, and is a good way to organize multiple panes of content in your application.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798041.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">F8EDB9ED-35D3-4DA3-B62B-3CE0DA80A600</guid>
            <pubDate>Mon, 24 Sep 2007 08:12:12 -0700</pubDate>
        </item>
        <item>
            <title>How to use the Status Strip control</title>
            <description>This video shows how to use the Status Strip control which is an elegant way for you to provide application progress or status information back to your users.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798040.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">B30F0E2D-3886-4996-8A27-6C5E1E3F8664</guid>
            <pubDate>Mon, 24 Sep 2007 08:11:26 -0700</pubDate>
        </item>
        <item>
            <title>How to use the RichTextBox control</title>
            <description>This video shows how to use the Rich Text Box control which allows users to input formatted text into your applications.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798039.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">BA3216D1-763E-4CDA-B710-65807ACD00A6</guid>
            <pubDate>Mon, 24 Sep 2007 08:10:40 -0700</pubDate>
        </item>
        <item>
            <title>How to use the PictureBox control</title>
            <description>This video shows how to use the Picture Box control which allows you to display image files from your local machine or from the network.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798038.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">59693F13-1CE6-4FC8-9AE4-FAD76288E1BE</guid>
            <pubDate>Mon, 24 Sep 2007 08:09:45 -0700</pubDate>
        </item>
        <item>
            <title>How to use the MenuStrip control</title>
            <description>This video shows how to use the Menu Strip control which provides a standard Windows style menu in your applications.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798037.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">21D35595-1C95-4A1F-851B-B811851DA394</guid>
            <pubDate>Mon, 24 Sep 2007 08:08:59 -0700</pubDate>
        </item>
        <item>
            <title>How to use the ListView control Part 2</title>
            <description>This video shows more advanced features of the List View control such as retrieving data from a database, editing item labels in a list view, synchronizing data, and grouping items.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798036.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">FF7F209D-57A1-47FF-9ABD-ABFFCE1723EF</guid>
            <pubDate>Mon, 24 Sep 2007 08:05:09 -0700</pubDate>
        </item>
        <item>
            <title>How to use the ListView control Part 1</title>
            <description>This video shows the basics of using the List View control which provides a graphical representation of data elements.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798035.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">92BE841A-CEBA-4B4D-A381-5AED106D97F4</guid>
            <pubDate>Mon, 24 Sep 2007 08:04:33 -0700</pubDate>
        </item>
        <item>
            <title>How to use the BackgroundWorker control</title>
            <description>This video shows how to use the Background Worker control to create a multi-threaded application.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798034.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">5DF7286D-F890-41DB-A8C1-EFF40FEB7604</guid>
            <pubDate>Mon, 24 Sep 2007 08:03:26 -0700</pubDate>
        </item>
        <item>
            <title>How to use the Timer control</title>
            <description>This video shows how to use the Timer control which you can use to poll or monitor if an action has occurred in a given time interval.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798033.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">972796DB-954F-4B3A-BA7F-1E85595C1BF0</guid>
            <pubDate>Mon, 24 Sep 2007 08:01:15 -0700</pubDate>
        </item>
        <item>
            <title>How to use the TableLayout control</title>
            <description>This video shows how to use the TableLayout control which enables you to dynamically add rows to your controls at runtime.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798032.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">83267398-10BA-494F-BD40-45E528277747</guid>
            <pubDate>Mon, 24 Sep 2007 08:00:34 -0700</pubDate>
        </item>
        <item>
            <title>How to use the SplitContainer control</title>
            <description>This video shows how to use the SplitContainer control to create a multi-pane user interface.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798031.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">26304DFC-0339-4CF4-8EA5-7CF81A83F4D3</guid>
            <pubDate>Mon, 24 Sep 2007 07:58:48 -0700</pubDate>
        </item>
        <item>
            <title>How to call other applications using the Process control</title>
            <description>This video shows how to use the Process control to automate running external applications like Notepad and Internet Explorer from within your code.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798030.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">F5C3AA2B-1775-4D7F-950F-DCB526928EBD</guid>
            <pubDate>Mon, 24 Sep 2007 07:55:16 -0700</pubDate>
        </item>
        <item>
            <title>How to create a System Tray application using the NotifyIcon control</title>
            <description>This video shows how easy it is to create applications that use the Windows system tray.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798029.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">A7F3191A-C90A-443A-B1B4-0E246A83856D</guid>
            <pubDate>Mon, 24 Sep 2007 07:54:01 -0700</pubDate>
        </item>
        <item>
            <title>How to use the FlowLayout Panel</title>
            <description>This video shows how to use the FlowLayout panel to create dynamically resizing Windows UI.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798028.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">CB49B27D-2E2A-4C09-B9F9-9DE9961B3C21</guid>
            <pubDate>Mon, 24 Sep 2007 07:53:11 -0700</pubDate>
        </item>
        <item>
            <title>How to use the Dialog Controls</title>
            <description>This video shows how to interact with common Windows Dialog controls, including the File Open, Save, Page Setup, Print, Color Picker, and Font Dialog controls.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798027.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">B66FF8B0-2399-43D4-A87C-7EF38E113EE9</guid>
            <pubDate>Mon, 24 Sep 2007 07:52:26 -0700</pubDate>
        </item>
        <item>
            <title>Customizing the Button Control</title>
            <description>This video shows how to take and customize the Button control including layout, hover effects, and events.</description>
            <link>http://msdn2.microsoft.com/en-us/vcsharp/bb798026.aspx</link>
            <category domain="">Windows Forms Controls</category>
            <guid isPermaLink="false">5CAA0D6A-423B-432D-BE6D-2E6BBC07C0D7</guid>
            <pubDate>Mon, 24 Sep 2007 07:51:04 -0700</pubDate>
        </item>
    </channel>
</rss>

