<?xml version="1.0" encoding="UTF-8"?>
<rss 
    xmlns:dc="http://purl.org/dc/elements/1.1/" 
    version="2.0">
    <channel>
        <title>How Do I Videos - Visual Studio Team Suite 2008</title>
        <description>Find videos designed for Visual Studio Team Suite 2008. Learn about how organizations can ensure greater predictability and quality early and often throughout the development process.</description>
        <link>http://msdn.microsoft.com/vsts2008/bb507749.aspx</link>
        <language>en-US</language>
        <lastBuildDate>Fri, 24 Sep 2010 18:06:51 +0530</lastBuildDate>
        <pubDate>Fri, 24 Sep 2010 12:28:22 +0530</pubDate>
        <ttl>1440</ttl>
        <generator>FeedForAll v2.0 (2.0.2.9) http://www.feedforall.com</generator>
        <item>
            <title>How do I: Change the Text and Visibility of a Menu Command?</title>
            <description>This video demonstrates how to set dynamic text and visibility on a menu command. This is part four of a series, starting with &quot;How do I: Add a Command to the Visual Studio IDE?&quot;</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg132058.aspx</link>
            <guid isPermaLink="false">23A1A331-FF20-44A7-9143-FA4A39F63DB1</guid>
            <pubDate>Fri, 24 Sep 2010 12:28:22 +0530</pubDate>
        </item>
        <item>
            <title>How do I: Add a Command to the Visual Studio IDE?</title>
            <description>This video demonstrates how to add a command to the Visual Studio IDE by creating a VSPackage project. The author also shows the relevant pieces of code and markup that determine the placement of the command and how events are attached.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/ff945961.aspx</link>
            <guid isPermaLink="false">3A345A2E-B7A4-4756-8FA1-0AC4C785BFBE</guid>
            <pubDate>Fri, 24 Sep 2010 12:19:31 +0530</pubDate>
        </item>
        <item>
            <title>Visualizing Runtime Object Graphs</title>
            <description>One of the first questions people seem to ask when they see the Dependency Graph features of Visual Studio 2010 is whether it can also be used to visualize run-time object graphs. In this video, I will show you how that can be done using the &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/bb190764.aspx&quot;&gt;SOS debugger extensions&lt;/a&gt; and specifically the GCRoot command. I&apos;ve used this technique several times to help figure out some really complex memory leak bugs, so I&apos;m confident you will find this to be a useful tool to add to your toolbox of tricks.&lt;br /&gt;
&lt;br /&gt;
The code for the &lt;a href=&quot;http://www.lovettsoftware.com/downloads/gcrootstodgml.zip&quot;&gt;GCRootToDGML tool&lt;/a&gt; is available to download so you can try this out yourself. It should work with any recent version of Visual Studio 2010. </description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg145460.aspx</link>
            <guid isPermaLink="false">AF5E83F5-53B6-497D-8E82-021DD866DA5D</guid>
            <pubDate>Fri, 24 Sep 2010 11:51:12 +0530</pubDate>
        </item>
        <item>
            <title>Standard Dependency Graphs</title>
            <description>&lt;a href=&quot;http://blogs.msdn.com/somasegar/archive/2009/08/29/architecture-tools-in-vsts-2010.aspx&quot; target=&quot;_blank&quot; &gt;Soma Somasegar&lt;/a&gt;, &lt;b&gt;Vice President&lt;/b&gt; of Developer Division, posted a blog about architecture tools in Visual Studio 2010, including some interesting dependency graph screen shots. To follow up on that, this video demos how this dependency graph feature works in more detail. The video is in lovely big HD resolution (1280 x 720) so you can really see what&apos;s going on. When I show this to customers, the reaction I get is excitement followed by &quot;&lt;i&gt;finally, I can see the big picture&lt;/i&gt;&quot; of my code. Customers often find big things to improve in their code in the first 5 minutes of browsing with this tool.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg145461.aspx</link>
            <guid isPermaLink="false">5B0F9DD4-9203-4B13-BA37-7B707AF35E60</guid>
            <pubDate>Fri, 24 Sep 2010 11:49:07 +0530</pubDate>
        </item>
        <item>
            <title>Managing Large Graphs</title>
            <description>
                <![CDATA[The <a href="http://msdn.microsoft.com/en-us/library/dd409365(v=VS.100).aspx" target="_blank">DGML dependency graph feature</a> of Visual Studio 2010 includes some state-of-the-art Windows Presentation Foundation (WPF)-based technology for visualizing and navigating large graphs, but I'm seeing customers still push this technology to the limits with some very large code bases. By default, the dependency graph features work best for code bases up to about 50,000 lines. If you need to visualize dependencies in solutions larger than this, use some of the tips and tricks that I take you through in this video.<br/><br />

This includes: <br />
<br />

<ul>
<li>Garbage collection (2:00)</li>
<li>Filtering (2:23)</li>
<li>Limiting scope to selected assemblies (4:47)</li>
<li>Drilling into specific links (3:30)</li>
<li>Cut & Paste (5:20)</li>
<li>Untangling dense graphs using Quick Clusers, Neighborhood Mode and Butterfly mode (6:25)</li>
<li>Quick Grid mode on cancelled layouts (10:52)</li>
<li>Removing boring nodes using Find dialog with regular expressions (14:05)</li>
<li>Finding important nodes using "Hide Unselected" (16:08)</li>
<li>Splitting huge graphs into separate linked documents (17:02)</li>
<li>Custom reference attributes (18:23)</li>
</ul>]]>
            </description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg145508.aspx</link>
            <guid isPermaLink="false">DFB0E15F-D47F-45AC-9283-14C11DE59A2D</guid>
            <pubDate>Fri, 24 Sep 2010 11:38:31 +0530</pubDate>
        </item>
        <item>
            <title>Directed Graph Documents</title>
            <description>This video takes you through some great demos to give you an idea of what directed graphs and DGML can do. This is just a 10 minute teaser, in subsequent posts I&apos;ll drill into all the various software visualization features in more detail. The following download contains the DGML demos used in this video: &lt;a href=&quot;http://www.lovettsoftware.com/downloads/Demos.zip&quot; target=&quot;_blank&quot; &gt;Demos.zip (542.37 kb)&lt;/a&gt;</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg145524.aspx</link>
            <guid isPermaLink="false">E97E3221-2CA7-4EBF-ACD2-2F0F6C98EB49</guid>
            <pubDate>Fri, 24 Sep 2010 11:36:01 +0530</pubDate>
        </item>
        <item>
            <title>DGML with Style</title>
            <description>In this video, I go through conditional styling in more depth to show you how to spruce up your DGML diagrams.&lt;br /&gt;
&lt;br /&gt;
I also explain how to use the Legend box, talk about its limitations, and show how to edit styles manually in the DGML and get XSD IntelliSense, which will help you remember the various properties that are supported in conditional styles.&lt;br /&gt;
&lt;br /&gt;
The thing that’s really interesting about conditional styles is how they make some hidden data in your graph really pop out. If you combine careful use of color, font, font size, outline, icons, and grouping, not to mention link styles and labels, you can convey a lot of information in one powerful picture.&lt;br /&gt;
&lt;br /&gt;
In this video, you will learn about the Legend box, the DGML representation for Styles, and see how the GroupLabel and ValueLabel properties affect the Legend box. You will learn more about what you can do with Conditional Expressions and the importance of order when creating new styles. For more information on conditional styles, see the &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ee842619.aspx#ChangeGraphStyle&quot;&gt;full BNF syntax&lt;/a&gt;. </description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg145498.aspx</link>
            <guid isPermaLink="false">CF39C4F9-5D0C-4F2B-AF32-521B84F265F6</guid>
            <pubDate>Fri, 24 Sep 2010 11:20:12 +0530</pubDate>
        </item>
        <item>
            <title>Architecture Explorer</title>
            <description>The &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/dd409431.aspx&quot;&gt;Architecture Explorer&lt;/a&gt; in Visual Studio 2010 allows you to navigate through all sorts of interesting relationships in your code. It also allows you to create new Directed Graph Documents so you can visualize whatever relationships you explore and it provides a nifty ability to save and replay those queries using DGQL.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg145462.aspx</link>
            <guid isPermaLink="false">3A52C991-4E9A-405B-B0C2-0866A099AE4D</guid>
            <pubDate>Fri, 24 Sep 2010 11:12:02 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: File a Rich bug with Environment Snapshots?</title>
            <description>This video shows you how to file rich bugs with the environment snapshot, as you run manual tests. Also shows you how the developer can connect to the environment snapshot from the bug to reproduce the error. The pre-requisites for this scenario are the following videos: Setup and Configure Lab Management, Create a Virtual Environment, Create Build and Test Artifacts, and Automate the Build-Deploy-Test Cycle.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg131936.aspx</link>
            <guid isPermaLink="false">2D84F2AF-289A-47C5-84DE-317938203FE2</guid>
            <pubDate>Thu, 16 Sep 2010 22:43:35 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Clone Environments Using Network Isolation?</title>
            <description>This video shows you how to create network isolated environments, how to use an application that needs the VMs to be domain joined on such an environment, and how to clone environments without creating conflicts on the network. The pre-requisites for this scenario are the following videos: Setup and Configure Lab Management, Create a Virtual Environment, Create Build and Test Artifacts, Automate the Build-Deploy-Test Cycle.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg131937.aspx</link>
            <guid isPermaLink="false">0DE89DC4-096D-4909-AB4A-B1474FA09950</guid>
            <pubDate>Thu, 16 Sep 2010 22:42:31 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Automate the Build-Deploy-Test Cycle in Lab Management?</title>
            <description>This video walks you through the experience of authoring and running a workflow to build your application, restore environment to a clean snapshot, deploy the build on your environment, take a post deployment snapshot, and run build verification tests.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg131922.aspx</link>
            <guid isPermaLink="false">3991C478-937C-459B-80CB-A01622C5D7C0</guid>
            <pubDate>Thu, 16 Sep 2010 05:18:21 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Create Build and Test Artifacts with Lab Managment?</title>
            <description>This video shows you how to create build and test artifacts needed to deploy your build on the environment and to run test cases. These artifacts are pre-requisites for the scenarios in the next two videos. The pre-requisites for this scenario are: Video 1 – Setup and configure lab management; Video 2 – Create a virtual environment; Source code is checked in.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg131920.aspx</link>
            <guid isPermaLink="false">7FD79EEE-F459-4B53-BCC2-CC63DBAAF843</guid>
            <pubDate>Thu, 16 Sep 2010 05:15:55 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Setup and Configure Lab Management?</title>
            <description>Walks you through the setup and configuration steps. Shows you how to setup the Virtual Machine Manager server and how to configure lab management on Team Foundation Server.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg131911.aspx</link>
            <guid isPermaLink="false">2A996BB2-A72E-4D6B-99CA-F224DF44C049</guid>
            <pubDate>Thu, 16 Sep 2010 05:13:04 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Create a Virtual Environment with Lab Management?</title>
            <description>This video walks you through the experience of creating your first virtual environment. Illustrates the two ways to create a new virtual environment – compose environment using running VMs and create a new environment using templates in the library. The pre-requisites for this scenario are: Video 1 – Setup and configure lab management; One or more virtual machines.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/gg131912.aspx</link>
            <guid isPermaLink="false">5EDEABF0-AAB3-4548-89CC-CFE541D25441</guid>
            <pubDate>Thu, 16 Sep 2010 05:10:11 +0530</pubDate>
        </item>
        <item>
            <title>Visual Studio Lab Management Overview</title>
            <description>Learn about Visual Studio Lab Management, which extends the existing VS ALM platform to enable an integrated Hyper-V based test lab.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/ff945982.aspx</link>
            <guid isPermaLink="false">25791C00-3665-41BC-B66D-DDF7ADEDC0FD</guid>
            <pubDate>Thu, 19 Aug 2010 04:14:26 +0530</pubDate>
        </item>
        <item>
            <title>UML Tools and Extensibility in Visual Studio 2010</title>
            <description>In this video, Cameron Skinner will show you UML tools and the tools extensibility you&apos;ll find in Visual Studio 2010. Cameron will walk you through UML diagrams and help you build an understanding about model store, UML + DSL, extensibility capabilities and work item relationships.</description>
            <link>http://msdn.microsoft.com/en-us/vstudio/ff859492.aspx</link>
            <guid isPermaLink="false">C951E067-CA97-4362-83E5-6FD4895C6ABC</guid>
            <pubDate>Tue, 27 Jul 2010 04:41:14 +0530</pubDate>
        </item>
        <item>
            <title>How Do I: Use the TFPT Unshelve Command?</title>
            <description>Join Richard Hundhausen as we learn how to use the TFPT UNSHELVE command, part of the Team Foundation Server 2008 Power Tools, to overcome a limitation when unshelving in a parallel development environment.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc896548.aspx</link>
            <guid isPermaLink="false">1097F7BB-5C50-4034-AF1E-BACB86D109A3</guid>
            <pubDate>Tue, 2 Sep 2008 20:59:16 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Use TF.exe in a Multi-user Environment?</title>
            <description>Join Richard Hundhausen as we look at some of the TF.exe command line utility features that are beneficial in a multi-user environment.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc895217.aspx</link>
            <guid isPermaLink="false">957FC781-481D-4DEA-841D-39D36DC29962</guid>
            <pubDate>Tue, 26 Aug 2008 17:11:12 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Remove Resolve as the Default Check-in Action?</title>
            <description>Join Richard Hundhausen as he answers one of the most frequently asked questions about checking-in: how to make Associate the default check-in action, rather than Resolve.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc817312.aspx</link>
            <guid isPermaLink="false">A7F86B94-20DE-4355-8159-EAE0E418D10D</guid>
            <pubDate>Tue, 19 Aug 2008 01:05:24 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Get the Most out of the Visual Studio 2008 SDK?</title>
            <description>Join Richard Hundhausen as he explores the Visual Studio 2008 Software Development Kit (SDK) and discover the valuable source code and documentation contained within.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc837073.aspx</link>
            <guid isPermaLink="false">BEFC9D8B-3868-4CE9-8EB7-503FE29D2C2D</guid>
            <pubDate>Tue, 12 Aug 2008 18:38:17 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Customize Team Foundation Server Reports?</title>
            <description>In this video we will look at how to download and customize a Team Foundation Server report.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc824924.aspx</link>
            <guid isPermaLink="false">669DC783-C5E8-432A-9850-4B9ECDAB7455</guid>
            <pubDate>Tue, 5 Aug 2008 17:38:43 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Build and Deploy Database Projects Using Team Build?</title>
            <description>In this video we will look at how to automatically build and deploy Visual Studio Team System 2008 database projects using Team Foundation Build 2008.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc745881.aspx</link>
            <guid isPermaLink="false">7A1AFE64-4EA5-4A46-90D6-838AAFD8C8C8</guid>
            <pubDate>Tue, 29 Jul 2008 22:42:03 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Backup a Team Foundation Server 2008 Database?</title>
            <description>In this video we will look at the steps required to backup both the Application Tier (AT) and Data Tier (DT) of Team Foundation Server 2008.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc770261.aspx</link>
            <guid isPermaLink="false">4901FF4B-E387-4363-A83A-07C25933383C</guid>
            <pubDate>Tue, 22 Jul 2008 18:06:52 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Analyze Work Items Using Microsoft Excel?</title>
            <description>In this video we will analyze our work item data using pivot tables and charts in Microsoft Excel 2007.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc721671.aspx</link>
            <guid isPermaLink="false">73CCA6C9-029A-40C0-93C6-3D8262F57E8E</guid>
            <pubDate>Tue, 15 Jul 2008 23:16:45 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Perform Code Analysis in a Visual C++ Project?</title>
            <description>Join Richard Hundhausen as he shows you how to use the code analysis tool from within a Visual C++ project.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc748596.aspx</link>
            <guid isPermaLink="false">9EE4B164-45DA-4F09-A290-E196D47CD8F3</guid>
            <pubDate>Tue, 8 Jul 2008 14:30:58 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Create and Run Unit Tests in C++?</title>
            <description>In this video we will look at how to create and execute unit tests in Visual C++ 2008.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc719181.aspx</link>
            <guid isPermaLink="false">3A519EF8-7C00-43EF-90BB-E5D3631F586E</guid>
            <pubDate>Tue, 1 Jul 2008 02:41:37 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Use the Checksum and ExpectedSchema Database Test Conditions?</title>
            <description>In this video we will look at how to use the Checksum and ExpectedSchema database test conditions found in the Visual Studio Team System 2008 Database Edition Power Tools.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc668311.aspx</link>
            <guid isPermaLink="false">F4784C12-84E7-4BDB-AF02-13DC2C02ED1B</guid>
            <pubDate>Wed, 25 Jun 2008 00:30:38 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Destroy Work Items and Work Item Types?</title>
            <description>Look at some enhancements to the TFPT.exe command line utility found in the Visual Studio Team System 2008 Team Foundation Server Power Tools. Richard Hundhausen demonstrates the DestroyWI and DestroyWITD commands to permanently delete work items and work item types.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc700982.aspx</link>
            <guid isPermaLink="false">E89E633D-12BB-49AD-BE26-6C7C77C215CB</guid>
            <pubDate>Tue, 17 Jun 2008 21:25:49 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Use the Database Edition in a Real-world, End-to-end Scenario?</title>
            <description>Use the Visual Studio Team System 2008 Database Edition to import a schema into a database project, make improvements, deploy, refactor, generate test data, run database unit tests, and perform a schema comparison. Richard Hundhausen shows you how.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc659682.aspx</link>
            <guid isPermaLink="false">6BAA6CDE-EA22-454A-9685-828FA7EFCEBC</guid>
            <pubDate>Tue, 10 Jun 2008 10:06:41 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Manage Test Results and Test Results Files?</title>
            <description>Look at associate test results with work items and discover how to view and manage test results from the Test Results window, with all members of your team. Richard Hundhausen shows you how.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc627237.aspx</link>
            <guid isPermaLink="false">5EC1DFD5-2C1A-4089-893C-5C3C8EB71E97</guid>
            <pubDate>Tue, 3 Jun 2008 00:21:35 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Make Batch Edits to Work Items?</title>
            <description>Join Richard Hundhausen as he demonstrates how to use Excel, the Web Access Power Tool, and the Team Foundation PowerToys (TFPT) command line utility to make various bulk-changes to your work items.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc563930.aspx</link>
            <guid isPermaLink="false">065834B0-6763-4145-8510-E1EBBE7AF483</guid>
            <pubDate>Tue, 27 May 2008 22:58:58 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Use the Refactor Command Generator Power Tool?</title>
            <description>In this video we will use the refactor command generator, found in the Visual Studio Team System 2008 Database Edition Power Tools, to convert our rename refactoring log into sp_rename commands to properly rename table and column names, preserving any data on our target databases.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc514425.aspx</link>
            <guid isPermaLink="false">B50EBC88-0614-458E-8D26-01FCE38B3F1C</guid>
            <pubDate>Tue, 20 May 2008 19:02:05 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Use the New Database Refactoring Commands?</title>
            <description>Use the new database refactoring commands, found in the Visual Studio Team System 2008 Database Edition Power Tools, to move objects between schemas, fully qualify object names, and expand wildcards. Richard Hundhausen explains how.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc512466.aspx</link>
            <guid isPermaLink="false">76833DA9-6434-4332-93C1-3F47E7C101EC</guid>
            <pubDate>Tue, 13 May 2008 09:22:26 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Use the Data Generation Wizard to Create a Data-bound Data Generation Plan?</title>
            <description>Join Richard Hundhausen as he shows you how the Data Generation Wizard, found in the Visual Studio Team System 2008 Database Edition Power Tools, can quickly generate a data generation plan from an existing data source.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc510254.aspx</link>
            <guid isPermaLink="false">1AA72A9E-1809-4858-8CDB-961CE8154AFB</guid>
            <pubDate>Tue, 6 May 2008 14:42:55 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Use Team Explorer 2008 Enhancements?</title>
            <description>In this video we will look at the enhancements to Team Explorer 2008 when you install the Team Foundation Server 2008 Power Tools. Specifically, we will look at the enhancements in Source Control Explorer that enable you to find files by wildcard, find files by status, open folders and files in Windows Explorer, and apply labels quickly.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc507093.aspx</link>
            <guid isPermaLink="false">9B40FDBF-561B-4B14-90B7-41FB2E86F413</guid>
            <pubDate>Tue, 29 Apr 2008 00:20:51 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Model Class Libraries using the Architecture Edition Power Tools?</title>
            <description>In this video we will install and use the Visual Studio Team System Architecture Edition Power Tools to model class libraries on the system and application diagrams.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc463349.aspx</link>
            <guid isPermaLink="false">29A18B46-437B-4BC2-B2E5-18B7CF912B5D</guid>
            <pubDate>Tue, 22 Apr 2008 16:54:03 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Generate Test Data using Visual Studio Team System Database Edition?</title>
            <description>In this video we will create and use a test generator to generate random, yet meaningful test data, suitable for testing and development.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc501309.aspx</link>
            <guid isPermaLink="false">54C41761-BD80-40E8-BD54-2332A25E37E4</guid>
            <pubDate>Tue, 15 Apr 2008 23:05:46 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Easily Bind Data to .NET Unit Tests?</title>
            <description>In this video we will use the improved data binding support in Visual Studio Team System 2008 to help us more easily create data-driven unit tests.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc451913.aspx</link>
            <guid isPermaLink="false">401D88F9-B7F9-4594-A09E-415158CD363E</guid>
            <pubDate>Thu, 10 Apr 2008 12:01:46 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Write a Smple Custom Policy?</title>
            <description>This video demonstrates how to write a simple custom policy to add to your existing Team Foundation Server development environment. 

It will walk you thru the design then deploy your masterpiece using the Visual Studio Setup project to install the Policy DLL n the right location and update the registry.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc482937.aspx</link>
            <guid isPermaLink="false">2C334B9E-739E-43CA-8E3C-AA673F0F980A</guid>
            <pubDate>Tue, 1 Apr 2008 22:53:30 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Compare Performance Reports?</title>
            <description>In this video we will use the new feature in the Visual Studio Team System 2008 Development Edition to compare two profiler reports. We will look for both performance regressions and improvements that occurred from one profiling session to the other.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc424863.aspx</link>
            <guid isPermaLink="false">02A18C86-666B-4E8C-9888-0A72931F33D4</guid>
            <pubDate>Tue, 25 Mar 2008 15:24:18 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Compare Schemas Using VSTS Database Edition?</title>
            <description>In this video we will use the schema compare tools in the Visual Studio Team System Database Edition to detect changes between the loaded database project and a deployed instance of the database, as well as comparing two different deployed databases. The scripts generated as a result of the schema comparison are then studied and executed to mitigate any differences.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc315063.aspx</link>
            <guid isPermaLink="false">80588A31-F9E9-40C2-A3F6-DCC4A6004F5C</guid>
            <pubDate>Tue, 18 Mar 2008 23:11:41 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Compare Data Using VSTS Database Edition?</title>
            <description>In this video we will use the data compare tools in the Visual Studio Team System Database Edition to detect changes between two different databases. The script generated as a result of the data comparison can be studied and executed to mitigate any differences.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc308636.aspx</link>
            <guid isPermaLink="false">0B9368B2-E841-414A-9B55-D468C708FA7F</guid>
            <pubDate>Tue, 11 Mar 2008 09:08:39 -0700</pubDate>
        </item>
        <item>
            <title>How Do I: Use the Builds Check-in Policy?</title>
            <description>In this video we will use the Builds check-in policy in our continuous integration environment to let us know when somebody has broken the build.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc307262.aspx</link>
            <guid isPermaLink="false">A37722E1-7568-4787-8B82-55732B6F0121</guid>
            <pubDate>Tue, 4 Mar 2008 22:51:32 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Install and Enable the Build Notification Tool?</title>
            <description>In this video we will install Team Foundation Server 2008 Power Tools and enable the Build Notification Tool to alert us when builds are queued, start, and complete. Notifications such as these are indispensable in a continuous integration environment.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc302402.aspx</link>
            <guid isPermaLink="false">E6AD4D43-75DB-46FE-B7C1-56587F5A8E3D</guid>
            <pubDate>Tue, 26 Feb 2008 10:52:46 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Automate Team Build 2008?</title>
            <description>In this video we will explore ways you can trigger your automated builds in Team Foundation Build 2008. The first approach will be to trigger the build based on the day and time. The second approach will trigger the build based on a check-in – key to implementing continual integration.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc296542.aspx</link>
            <guid isPermaLink="false">9FC4F615-3EAB-45AB-B721-43E1B66CE369</guid>
            <pubDate>Wed, 20 Feb 2008 12:08:49 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Secure Work Item Areas and Iterations?</title>
            <description>In this video we will explore the work item area and iteration security settings and see how they can be used to allow or deny team members from changing areas or iterations and viewing or editing work items.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc261626.aspx</link>
            <guid isPermaLink="false">DE91A282-F6BA-4DEE-9C89-7603D458F086</guid>
            <pubDate>Tue, 12 Feb 2008 17:26:35 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Use the &quot;Get_the Latest_On_Check-out&quot; Feature?</title>
            <description>In this video you will see the “Get Latest on Check-out” feature in Visual Studio Team System 2008. Just like the name implies, this feature will automatically perform a “Get Latest” as you check-out a file for edit.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc185718.aspx</link>
            <guid isPermaLink="false">C1FA4D0D-10BD-4816-9D86-F5AADC60D817</guid>
            <pubDate>Tue, 5 Feb 2008 18:41:50 -0800</pubDate>
        </item>
        <item>
            <title>How Do I: Use the Retooled System Designer in Visual Studio Team System 2008 Architecture Edition?</title>
            <description>In this video we will create a top-down model of our system of applications using the retooled System Designer in Visual Studio Team System 2008 Architecture Edition.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc178915.aspx</link>
            <guid isPermaLink="false">tg3d2e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Tue, 29 Jan 2008 22:16:56 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Use Visual Studio Team Foundation Work Item Templates?</title>
            <description>In this how-to video, we will look at using Work Item Templates, found in the Team Foundation Power Tools, to increase your productivity when adding or editing work items.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc142627.aspx</link>
            <guid isPermaLink="false">ebi02e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Tue, 22 Jan 2008 21:23:18 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Use the Team Foundation Server Best Practices Analyzer?</title>
            <description>In this how-to video, we will use the Team Foundation Server Best Practices Analyzer, found in the Team Foundation Power Tools, to scan and analyze your Team Foundation Server.</description>
            <link>http://msdn.microsoft.com/vsts2008/cc137713.aspx</link>
            <guid isPermaLink="false">m0e72e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Tue, 15 Jan 2008 20:45:27 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Use the FolderDiff Command in VS 2008?</title>
            <description>In this how-to video, we will look at using the FolderDiff command, found in Visual Studio Team System 2008, to compare the contents of two particular folders for missing or different files.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb985516.aspx</link>
            <guid isPermaLink="false">2m902e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Tue, 8 Jan 2008 21:09:23 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Use the TF Destroy Command in Visual Studio Team System 2008?</title>
            <description>In this how-to video, we will look at using the TF Destroy command, found in Visual Studio Team System 2008 to permanently delete artifacts out of Team Foundation Version Control.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb975151.aspx</link>
            <guid isPermaLink="false">rf7u2e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Tue, 11 Dec 2007 22:21:47 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Work Offline With Team Foundation Server 2008?</title>
            <description>When you cannot connect to Team Foundation Server 2008, you can work offline with you’re your version controlled projects and, later go back online and check-in your pending changes.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb898913.aspx</link>
            <guid isPermaLink="false">w6yv2e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Tue, 4 Dec 2007 19:34:16 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Learn the New Features and Capabilities of Team Foundation Build 2008?</title>
            <description>In this video, Richard Hundhausen explores the new features and capabilities of Team Foundation Build 2008, including defining and managing build definitions, agents, qualities, and retention policies.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb964499.aspx</link>
            <guid isPermaLink="false">4rt62e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Tue, 20 Nov 2007 19:56:23 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Write and Run Unit Tests Against Smart Devices?</title>
            <description>In this video, Richard Hundhausen shows you how to use Visual Studio 2008 to write and run unit tests against your smart device applications.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb931344.aspx</link>
            <guid isPermaLink="false">6n0p2e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Mon, 19 Nov 2007 17:17:00 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Create a Custom Check-In Policy Using Visual Basic or C#?</title>
            <description>In this video, Richard Hundhausen shows you how to create, deploy, and test a custom check-in policy in Visual Studio Team System.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb924768.aspx</link>
            <guid isPermaLink="false">5g782e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Mon, 19 Nov 2007 17:17:00 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Enable and Configure Code Analysis Check-in Policies in Visual Studio Team System?</title>
            <description>In this video, see how to enable and configure code analysis check-in policies and interact with them.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb944131.aspx</link>
            <guid isPermaLink="false">4f672e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Mon, 19 Nov 2007 17:17:00 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Use the Visual Studio Team System Test Load Agent?</title>
            <description>In this lesson, Richard Hundhausen sets up and uses the Test Load Agent to run remote load tests on a Web site.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb872413.aspx</link>
            <guid isPermaLink="false">6yvb2e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Mon, 19 Nov 2007 17:17:00 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Use the Class Designer in Visual Studio?</title>
            <description>In this video Scott Golightly shows how to use the class designer in Visual Studio 2005 to help design classes, create an interface, and implement that interface on the classes created.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb870470.aspx</link>
            <guid isPermaLink="false">5g8i2e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Mon, 19 Nov 2007 17:17:00 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Add Conditions to Web Tests to Determine If Web Pages are Returning What You Expect?</title>
            <description>In this video, Scott Golightly shows how to add conditions to Web tests to determine if the Web pages are returning what you expect. He then shows how to run a load test and how to interpret the information provided by the tests.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb870471.aspx</link>
            <guid isPermaLink="false">7j9o2e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Mon, 19 Nov 2007 17:17:00 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Create a Data-Bound Web Test?</title>
            <description>In this video, Scott Golightly shows how to create a Web site that accepts a parameter and data-binds that parameter to a table in the database. This then allows you to test the Web page with all valid values for the parameter.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb734958.aspx</link>
            <guid isPermaLink="false">25952e5c-5262-407a-8996-9dac1441756fg2d</guid>
            <pubDate>Mon, 19 Nov 2007 17:17:00 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Use .NET Code to Customize Coded Web Tests?</title>
            <description>In this video, Richard Hundhausen shows how to use .NET Framework code to customize coded Web tests to record a series of HTTP requests that validate the functionality of a Web site in Visual Studio Team System.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb684947.aspx</link>
            <guid isPermaLink="false">4f6y2e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Mon, 19 Nov 2007 17:17:00 +0000</pubDate>
        </item>
        <item>
            <title>How Do I: Data-Bind a Unit Test?</title>
            <description>In this video, Scott Golightly shows you how to use an Excel spreadsheet as a data source to generate input for several unit tests. This technique works with any OLEDB or ODBC data source and can help you create a lot of unit tests in a short amount of time.</description>
            <link>http://msdn.microsoft.com/vsts2008/bb694502.aspx</link>
            <guid isPermaLink="false">25952e5c-5262-407a-8996-9dac1441756f</guid>
            <pubDate>Mon, 19 Nov 2007 17:17:00 +0000</pubDate>
        </item>
    </channel>
</rss>

