<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Brian Keller</title><link>http://blogs.msdn.com/b/briankel/</link><description>Microsoft Sr. Technical Evangelist for Visual Studio Application Lifecycle Management</description><dc:language>en-US</dc:language><generator>Telligent Community 5.6.583.19849 (Build: 5.6.583.19849)</generator><item><title>Visual Studio 11 ALM Hands-On-Labs: Now in Hindi!</title><link>http://blogs.msdn.com/b/briankel/archive/2011/11/01/visual-studio-11-alm-hands-on-labs-now-in-hindi.aspx</link><pubDate>Tue, 01 Nov 2011 23:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10232283</guid><dc:creator>Brian Keller</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10232283</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/11/01/visual-studio-11-alm-hands-on-labs-now-in-hindi.aspx#comments</comments><description>&lt;p&gt;The same day I blogged about the &lt;a href="http://aka.ms/VS11ALMVM"&gt;Visual Studio 11 ALM Hands-On-Labs&lt;/a&gt; being &lt;a href="http://blogs.msdn.com/b/briankel/archive/2011/10/18/brazilian-portuguese-visual-studio-11-alm-hands-on-labs.aspx"&gt;available in Brazilian Portuguese&lt;/a&gt;, I received a note from &lt;a href="http://geekswithblogs.net/TarunArora"&gt;Tarun Arora&lt;/a&gt; who volunteered to translate them into Hindi as well!&lt;/p&gt;
&lt;p&gt;He has already finished the first 4 labs which you can download &lt;a href="http://geekswithblogs.net/TarunArora/archive/2011/10/28/tfs-2011-hands-on-labs-in-hindi.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Tarun&amp;rsquo;s &lt;a href="http://geekswithblogs.net/TarunArora"&gt;blog&lt;/a&gt; is definitely one to bookmark &amp;ndash; he&amp;rsquo;s an avid user and blogger of Visual Studio ALM technologies. Keep up the great work, Tarun, and thanks for the translations.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10232283" width="1" height="1"&gt;</description></item><item><title>OData Service for Team Foundation Server 2010 - v1</title><link>http://blogs.msdn.com/b/briankel/archive/2011/10/26/odata-service-for-team-foundation-server-2010-v1.aspx</link><pubDate>Wed, 26 Oct 2011 22:03:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10230379</guid><dc:creator>Brian Keller</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10230379</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/10/26/odata-service-for-team-foundation-server-2010-v1.aspx#comments</comments><description>&lt;p&gt;A few months ago we released the beta of the OData Service for Team Foundation Server 2010. Today, I am pleased to announce that v1 of this service is now available and you can download it &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d6f8968c-f27f-43fb-88ae-8805db257a67"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;What the heck is an OData Service for Team Foundation Server 2010?      &lt;br /&gt;&lt;/b&gt;I’m glad you asked. The purpose of this project is to help developers work with data from Team Foundation Server on multiple device types (such as smartphones and tablets) and operating systems. OData provides a great solution for this goal, and has been embraced by numerous developers for building great device-specific applications. OData is accessible from any device and application stack which supports HTTP requests. This OData service interacts directly with the &lt;a href="http://msdn.microsoft.com/library/bb130146.aspx"&gt;TFS client object model&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;What is OData?&lt;/b&gt;&lt;strong&gt; &lt;/strong&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;OData exposes a way to work with data over the web. If you’re new to OData, I suggest spending a few minutes at &lt;a href="http://www.odata.org/"&gt;http://www.odata.org/&lt;/a&gt; reading about this evolving standard. It uses interfaces similar to REST, so that you can programmatically consume and manipulate data from any device or application stack which supports HTTP requests. DPE has been working with several organizations (such as PayPal, Facebook, and Netflix) and product groups to enable OData where it makes sense to do so. Team Foundation Server was an obvious choice since it not only allows developers to extend TFS in new and interesting ways, but it also allows us to further showcase support for this evolving standard with the developer community at large.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Can I see a demo?      &lt;br /&gt;&lt;/b&gt;Of course! I filmed a &lt;a href="http://channel9.msdn.com/Blogs/briankel/OData-Service-for-Team-Foundation-Server-2010"&gt;video for Channel 9&lt;/a&gt; which shows you how to get started using this service. When you’re ready to get started, just &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d6f8968c-f27f-43fb-88ae-8805db257a67"&gt;download&lt;/a&gt; the release which includes full documentation. The service can be easily hosted in Windows Azure to front-end your own Team Foundation Server instance, or if you want to use this with &lt;a href="http://www.codeplex.com"&gt;CodePlex&lt;/a&gt; we’ve already hosted this service for you at &lt;a href="https://codeplexodata.cloudapp.net/"&gt;https://codeplexodata.cloudapp.net/&lt;/a&gt;. As long as you have contributor rights on any CodePlex project backed by Team Foundation Server 2010 you can start making OData calls immediately. We also have included a sample Windows Phone 7 application, and WebMatrix Helpers, which show you how to get started building applications which consume this service.&lt;/p&gt;  &lt;p&gt;You can also find a few great projects from people in the community who have been using this during the beta to build some great applications, such as &lt;a href="http://blogs.msdn.com/b/briankel/archive/2011/06/07/tfs-on-the-road-a-new-windows-phone-7-app-for-team-foundation-server.aspx"&gt;TFS on the Road&lt;/a&gt; (a TFS app for Windows Phone) and a few other examples &lt;a href="http://blogs.msdn.com/b/briankel/archive/2011/04/20/two-great-uses-of-the-odata-service-for-team-foundation-server-2010.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;iframe style="width: 512px; height: 288px" src="http://channel9.msdn.com/Blogs/briankel/OData-Service-for-Team-Foundation-Server-2010/player?w=512&amp;amp;h=288" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;(this is a video I filmed during the beta so you'll hear me refer to this as a beta, but the concepts are the same for the v1 release)&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;What’s new in v1?      &lt;br /&gt;&lt;/b&gt;Since the beta, we have invested heavily in better documentation and a better installation experience. We have also made a few bug fixes and added support for a few operations, mainly around build definitions. Everything we have done since the beta has been based on direct customer feedback. Thanks to everybody who has contributed by evaluating the beta and helping to make this a great release!&lt;/p&gt;  &lt;p&gt;&lt;b&gt;So this is v1 – what is your roadmap for future releases? Is this supported?      &lt;br /&gt;&lt;/b&gt;I would like to continue to iterate on this and add value over time. I should make it clear, however, that this is &lt;u&gt;not&lt;/u&gt; an official release from the TFS engineering team. The TFS engineering team has reviewed the service and approved of the approach we are taking, but there is no official support for this service. That said, all of the source code is provided for you, the license permits you to use it and extend it for your own purposes, and we are interested in (but not committed to) continuing to add capabilities over time. Personally, I’d love to get this working with the &lt;a href="http://www.tfspreview.com"&gt;Team Foundation Service&lt;/a&gt;, but since it’s only in a “preview” mode at the moment it’s a bit too early to be building extensions for it.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;If I build an application using this service, will users need client access licenses (CAL’s)?      &lt;br /&gt;&lt;/b&gt;In most cases, they will. Connecting to Team Foundation Server via OData has the same licensing implications as connecting via Team Explorer, the web, or any other client. But there are a few exceptions where users working with Team Foundation Server don’t need CAL’s. Please refer to the &lt;a href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;amp;FamilyID=2b1504e6-0bf1-46da-be0e-85cc792c6b9d"&gt;Visual Studio 2010 licensing whitepaper&lt;/a&gt; for all of the details.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;I hope you enjoy this – if you build something interesting please be sure to &lt;a href="mailto:TFSOData@Microsoft.com"&gt;drop us a line&lt;/a&gt; and let us know!&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10230379" width="1" height="1"&gt;</description></item><item><title>November 2011 Refresh of Visual Studio 2010 RTM Virtual Machine with Sample Data and Hands-on-Labs</title><link>http://blogs.msdn.com/b/briankel/archive/2011/10/26/november-2011-refresh-of-visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs.aspx</link><pubDate>Wed, 26 Oct 2011 18:19:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10230318</guid><dc:creator>Brian Keller</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10230318</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/10/26/november-2011-refresh-of-visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs.aspx#comments</comments><description>&lt;p&gt;The November 2011 refresh of the Visual Studio 2010 RTM Virtual Machine with Sample Data and Hands-on-Labs is now available. This new version includes an extended expiration date of April 9, 2012. Please note that if you are using the last version of the virtual machine it will stop working on November 1, 2011.&lt;/p&gt;  &lt;p&gt;Follow the instructions &lt;a href="http://bit.ly/VS2010RTMVHD"&gt;here&lt;/a&gt; to download the new virtual machine and hands-on-labs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10230318" width="1" height="1"&gt;</description></item><item><title>Brazilian Portuguese Visual Studio 11 ALM Hands-On-Labs</title><link>http://blogs.msdn.com/b/briankel/archive/2011/10/18/brazilian-portuguese-visual-studio-11-alm-hands-on-labs.aspx</link><pubDate>Tue, 18 Oct 2011 13:22:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10226953</guid><dc:creator>Brian Keller</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10226953</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/10/18/brazilian-portuguese-visual-studio-11-alm-hands-on-labs.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;Muito obrigado&lt;/strong&gt; to Arley Pádua, Carlos Ubirajara Amorim, and Marcello Andrade – these guys have generously translated the &lt;a href="http://aka.ms/VS11ALMVM"&gt;Visual Studio 11 ALM Hands-On-Labs&lt;/a&gt; from English into Brazilian Portuguese!&lt;/p&gt;  &lt;p&gt;The virtual machine itself is still available in English only, but at least for people who are more comfortable with Brazilian Portuguese as their language of choice this can make it easier to learn about the application lifecycle management improvements we have coming in Visual Studio 11.&lt;/p&gt;  &lt;p&gt;The Brazilian Portuguese labs can be downloaded &lt;a href="http://blogs.msdn.com/b/visualstudiobr/archive/2011/10/10/visual-studio-vnext-alm-laborat-243-rios-dispon-237-veis-em-portugu-234-s-hands-on-labs.aspx"&gt;here&lt;/a&gt;, and the original English labs can still be found &lt;a href="http://aka.ms/VS11ALMVM"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;PS: If anybody is interested in translating any of my hands-on-labs into their own native language, please &lt;a href="http://blogs.msdn.com/b/briankel/contact.aspx"&gt;let me know&lt;/a&gt;!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10226953" width="1" height="1"&gt;</description></item><item><title>DemoMates for Visual Studio 11 ALM Demos</title><link>http://blogs.msdn.com/b/briankel/archive/2011/10/16/demomates-for-visual-studio-11-alm-demos.aspx</link><pubDate>Sun, 16 Oct 2011 09:10:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10225859</guid><dc:creator>Brian Keller</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10225859</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/10/16/demomates-for-visual-studio-11-alm-demos.aspx#comments</comments><description>&lt;p&gt;I have received several great emails from people who have tried the &lt;a href="http://aka.ms/VS11ALMVM"&gt;Visual Studio 11 ALM Virtual Machine&lt;/a&gt; and the accompanying hands-on-labs / demo scripts. Thanks for all of the positive feedback!&lt;/p&gt;  &lt;p&gt;I also know that for some people, a Hyper-V virtual machine like this one can be a bit hard to get started with. You might not have the requisite hardware and Windows Server hosting environment, or sometimes you just want to quickly demonstrate one of these capabilities to a colleague or user group without the overhead of booting into the virtual machine. For this reason, I have just published a set of DemoMates for each of the 6 ALM hands-on-labs / demo scripts I published last month.&lt;/p&gt;  &lt;p&gt;A &lt;a href="http://www.demomate.com/"&gt;DemoMate&lt;/a&gt; is a Silverlight-based rendering of a software demo which can be used to easily learn a demo or show it to an audience (albeit in a strict, linear format). It’s not a substitute for the virtual machine and being able to go “off road” of the script, but if you plan on sticking to the script then it’s the next best thing.&lt;/p&gt;  &lt;p&gt;While you’re using the DemoMates, you can use the options in the lower-right corner to go full screen, switch between auto-play and manual advancing modes, turn presenter scripts on or off, and so on. As you hover your mouse over these items they should become self-explanatory, so I am not going to cover all of the settings here.&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/6431.image3_5F00_3C8A2800.png" width="176" height="242" /&gt;&lt;/p&gt;  &lt;p&gt;You can run these DemoMates online, or if you plan on using these in an environment where you might not always have Internet access then I suggest installing the offline version.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Online:&lt;/u&gt;       &lt;br /&gt;&lt;/strong&gt;&lt;a href="http://sharplogic.blob.core.windows.net/staging/briankeller/DemoMate/AgileProjectManagement/Agile%20Project%20Management.html"&gt;Agile Project Management in Team Foundation Server 11&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://sharplogic.blob.core.windows.net/staging/briankeller/DemoMate/StoryboardingFeedback/Storyboarding%20and%20Feedback.html"&gt;Building the Right Software - Generating Storyboards and Collecting Stakeholder Feedback with Visual Studio 11&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://sharplogic.blob.core.windows.net/staging/briankeller/DemoMate/IntelliTraceInProduction/IntelliTrace%20In%20Production.html"&gt;Diagnosing Issues in Production with IntelliTrace and Visual Studio 11&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://sharplogic.blob.core.windows.net/staging/briankeller/DemoMate/ExploratoryTesting/ExploratoryTesting.html"&gt;Exploratory Testing and Other Enhancements in Microsoft Test Manager 11&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://sharplogic.blob.core.windows.net/staging/briankeller/DemoMate/DeveloperProductivity/Developer%20Productivity.html"&gt;Making Developers More Productive with Team Foundation Server 11&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://sharplogic.blob.core.windows.net/staging/briankeller/DemoMate/UnitTesting/Unit%20Testing.html"&gt;Unit Testing with Visual Studio 11 - MSTest, NUnit, xUnit.net, and Code Clone&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Offline:&lt;/u&gt; (gets installed locally on your computer)       &lt;br /&gt;&lt;/strong&gt;&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/DemoMate - Agile Project Management in Team Foundation Server 11.exe"&gt;Agile Project Management in Team Foundation Server 11&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/DemoMate - Building the Right Software - Generating Storyboards and Collecting Stakeholder Feedback with Visual Studio 11.exe"&gt;Building the Right Software - Generating Storyboards and Collecting Stakeholder Feedback with Visual Studio 11&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/DemoMate - Diagnosing Issues in Production with IntelliTrace and Visual Studio 11.exe"&gt;Diagnosing Issues in Production with IntelliTrace and Visual Studio 11&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/DemoMate - Exploratory Testing and Other Enhancements in Microsoft Test Manager 11.exe"&gt;Exploratory Testing and Other Enhancements in Microsoft Test Manager 11&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/DemoMate - Making Developers More Productive with Team Foundation Server 11.exe"&gt;Making Developers More Productive with Team Foundation Server 11&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/DemoMate - Unit Testing with Visual Studio 11 - MSTest, NUnit, xUnit.net, and Code Clone.exe"&gt;Unit Testing with Visual Studio 11 - MSTest, NUnit, xUnit.net, and Code Clone&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I hope you’ll enjoy these as another way of learning about the application lifecycle management scenarios that Microsoft is investing in with Visual Studio 11.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10225859" width="1" height="1"&gt;</description></item><item><title>Visual Studio 11 Application Lifecycle Management Virtual Machine and Hands-on-Labs / Demo Scripts</title><link>http://blogs.msdn.com/b/briankel/archive/2011/09/16/visual-studio-11-application-lifecycle-management-virtual-machine-and-hands-on-labs-demo-scripts.aspx</link><pubDate>Fri, 16 Sep 2011 15:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10212472</guid><dc:creator>Brian Keller</dc:creator><slash:comments>42</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10212472</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/09/16/visual-studio-11-application-lifecycle-management-virtual-machine-and-hands-on-labs-demo-scripts.aspx#comments</comments><description>&lt;p&gt;I’m very pleased to announce the availability of the Visual Studio 11 Developer Preview ALM Virtual Machine along with 6 hands-on-labs / demo scripts. This marks an exciting milestone in our journey towards RTM. You can now roll up your sleeves and start learning about the many capabilities we &lt;a href="http://blogs.msdn.com/b/briankel/archive/2011/05/23/3-easy-ways-to-learn-about-visual-studio-vnext-application-lifecycle-management.aspx"&gt;announced&lt;/a&gt; at TechEd North America earlier this year and have been talking about in greater depth this week at BUILD.&lt;/p&gt;  &lt;p&gt;Before I get into what’s included, there are a few quick limitations to disclose:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;This is a Hyper-V virtual machine and works with Windows Server 2008 x64 (Windows Server 2008 R2 SP1 is recommended).&lt;/strong&gt; If you try to load this with Virtual PC it will blue screen since Virtual PC does not support 64-bit operating systems. &lt;i&gt;I have done some preliminary testing of this virtual machine with the Windows 8 Developer Preview and have been unsuccessful when importing this virtual machine. If I can get it to work, I will post details on my blog. I am not on the Windows team so Windows 8 is new to me as well and&amp;#160; perhaps I am doing something wrong.&lt;/i&gt; &lt;/li&gt;    &lt;li&gt;Windows is configured to set the system clock to September 14 every time you start this virtual machine. This is to support the project management hands-on-lab. If you want to work with this virtual machine beyond the specific hands-on-labs scenarios, you will need to disable the Set Date and Time task (Task Scheduler -&amp;gt; Task Scheduler Library -&amp;gt; Set Date and Time -&amp;gt; Right-Click -&amp;gt; Disable). &lt;/li&gt;    &lt;li&gt;Please take a few minutes to read the attached “&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Working with the Visual Studio 11 ALM Developer Preview Virtual Machine.docx"&gt;Working with…&lt;/a&gt;” document for some important instructions for properly importing and working with this virtual machine. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;With the limitations out of the way, onto the fun stuff…&lt;/p&gt;  &lt;p&gt;This virtual machine is configured with:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Microsoft Windows Server 2008 R2 Standard Edition &lt;/li&gt;    &lt;li&gt;Microsoft SQL Server 2008 R2 &lt;/li&gt;    &lt;li&gt;Microsoft Visual Studio 11 Ultimate Developer Preview &lt;/li&gt;    &lt;li&gt;Microsoft Team Foundation Server 11 Developer Preview &lt;/li&gt;    &lt;li&gt;Microsoft SharePoint Foundation 2010 &lt;/li&gt;    &lt;li&gt;Microsoft Project 2010 &lt;/li&gt;    &lt;li&gt;Microsoft Office Professional 2010 (Word, PowerPoint, Excel) &lt;/li&gt;    &lt;li&gt;Sample users and data required to support hands-on-lab scripts which accompany this download and exercise some of the new Visual Studio 11 application lifecycle management capabilities introduced in this release &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="202"&gt;         &lt;p&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/1780.image_5F00_756BFCC7.png" width="186" height="219" /&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="680"&gt;         &lt;p&gt;There are &lt;b&gt;six&lt;/b&gt; hands-on-labs for you to take a scripted approach towards learning this content. These labs double as demo scripts in case you want to show off these features to others:&lt;/p&gt;          &lt;ul&gt;           &lt;li&gt;&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Agile Project Management in Team Foundation Server 11.docx"&gt;Agile Project Management in Team Foundation Server 11&lt;/a&gt; &lt;/li&gt;            &lt;li&gt;&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Building the Right Software - Generating Storyboards and Collecting Stakeholder Feedback with Visual Studio 11.docx"&gt;Building the Right Software - Generating Storyboards and Collecting Stakeholder Feedback with Visual Studio 11&lt;/a&gt; &lt;/li&gt;            &lt;li&gt;&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Diagnosing Issues in Production with IntelliTrace and Visual Studio 11.docx"&gt;Diagnosing Issues in Production with IntelliTrace and Visual Studio 11&lt;/a&gt; &lt;/li&gt;            &lt;li&gt;&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Exploratory Testing and Other Enhancements in Microsoft Test Manager 11.docx"&gt;Exploratory Testing and Other Enhancements in Microsoft Test Manager 11&lt;/a&gt; &lt;/li&gt;            &lt;li&gt;&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Making Developers More Productive with Team Foundation Server 11.docx"&gt;Making Developers More Productive with Team Foundation Server 11&lt;/a&gt; &lt;/li&gt;            &lt;li&gt;&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Unit Testing with Visual Studio 11 - MSTest, NUnit, xUnit.net, and Code Clone.docx"&gt;Unit Testing with Visual Studio 11 - MSTest, NUnit, xUnit.net, and Code Clone&lt;/a&gt; &lt;/li&gt;         &lt;/ul&gt;          &lt;p&gt;The files above are included in the download set below, so you don’t have to follow the individual links above if you plan on batch downloading all of the files in this set.&lt;/p&gt;          &lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: There are now also DemoMates available for these hands-on-labs / demo scripts as well. DemoMates allow you to learn or demonstrate these scenarios without needing to use the virtual machine. You can access the DemoMates &lt;a href="http://blogs.msdn.com/b/briankel/archive/2011/10/16/demomates-for-visual-studio-11-alm-demos.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;   &lt;br /&gt;&lt;b&gt;Downloading the virtual machine and labs:      &lt;br /&gt;&lt;/b&gt;I suggest using a download manager for these files since they are very large. My download manager of choice is Free Download Manager. You can use your own favorite download manager, but you may need to adapt the instructions below as appropriate.&lt;/p&gt;  &lt;p&gt;1. Download and install &lt;a href="http://www.freedownloadmanager.org"&gt;Free Download Manager&lt;/a&gt;. This utility provides:     &lt;br /&gt;- Auto-resume support for interrupted downloads.     &lt;br /&gt;- Multiple simultaneous download streams for (usually) a much faster download experience.     &lt;br /&gt;- As the name implies, it's completely free.     &lt;br /&gt;2. Select the URL’s below and copy (CTRL+C) them to your clipboard.     &lt;br /&gt;###Start - Do Not Include This Line###     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Agile Project Management in Team Foundation Server 11.docx     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Building the Right Software - Generating Storyboards and Collecting Stakeholder Feedback with Visual Studio 11.docx     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Diagnosing Issues in Production with IntelliTrace and Visual Studio 11.docx     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Exploratory Testing and Other Enhancements in Microsoft Test Manager 11.docx     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Making Developers More Productive with Team Foundation Server 11.docx     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Unit Testing with Visual Studio 11 - MSTest, NUnit, xUnit.net, and Code Clone.docx     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part01.exe     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part02.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part03.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part04.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part05.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part06.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part07.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part08.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part09.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part10.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part11.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part12.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part13.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/VisualStudio11ALMDeveloperPreview.part14.rar     &lt;br /&gt;http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Working with the Visual Studio 11 ALM Developer Preview Virtual Machine.docx     &lt;br /&gt;###End - Do Not Include This Row In Your Selection###     &lt;br /&gt;3. Launch the user interface for Free Download Manager (either from the Start Menu or via the system tray icon if FDM is already running).     &lt;br /&gt;4. Click File -&amp;gt; Import -&amp;gt; Import List of URLs from Clipboard.     &lt;br /&gt;5. When prompted for a download group, accept the default and click OK.     &lt;br /&gt;6. You are now free to minimize Free Download Manager while the files download. By default, they will be saved to c:\downloads.     &lt;br /&gt;7. Expand the files and self-extracting RAR set and see the “&lt;a href="http://download.microsoft.com/download/A/9/2/A9253B14-5F23-4BC8-9C7E-F5199DB5F831/Working with the Visual Studio 11 ALM Developer Preview Virtual Machine.docx"&gt;Working with…&lt;/a&gt;” document for more instructions.&lt;/p&gt;  &lt;p&gt;While you are waiting for your downloads to finish, here are some screenshots from the VM and labs to whet your appetite…&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="677"&gt;         &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/8130.clip_5F00_image002_5F00_2214B6A1.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/6866.clip_5F00_image002_5F00_thumb_5F00_12FDD7C7.jpg" width="643" height="484" /&gt;&lt;/a&gt;             &lt;br /&gt;&lt;i&gt;The virtual machine is based around 2 sample web applications being built by our friends at Fabrikam Fiber – a provider of cable and telecom services. They are using Visual Studio application lifecycle management tools to manage their source code, run their builds, test their web sites, and plan and track the project.              &lt;br /&gt;&lt;/i&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="677"&gt;         &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/7446.clip_5F00_image003_5F00_590E94DA.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/1261.clip_5F00_image003_5F00_thumb_5F00_2C8564F4.jpg" width="643" height="484" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;i&gt;The new Storyboarding tool will make it easier to refine requirements and ensure that your team is building the &lt;span style="text-decoration: underline"&gt;right&lt;/span&gt; software before you write a line of code. The “Building the Right Software” lab will show off this experience.               &lt;br /&gt;&lt;/i&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="677"&gt;         &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/4401.clip_5F00_image004_5F00_5E10D289.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/5875.clip_5F00_image004_5F00_thumb_5F00_5DA49F94.jpg" width="643" height="484" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;i&gt;The Fabrikam Fiber Web Team has uses the TFS Web Access portal to help them collaborate more effectively as a team.              &lt;br /&gt;&lt;/i&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="677"&gt;         &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/1261.clip_5F00_image005_5F00_0B25BF58.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/7115.clip_5F00_image005_5F00_thumb_5F00_3CB12CED.jpg" width="643" height="484" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;i&gt;The Fabrikam Fiber Web Team maintains a common backlog within web access to track future work and begin assigning this work to iterations.              &lt;br /&gt;&lt;/i&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="677"&gt;         &lt;p&gt;&lt;i&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/1665.clip_5F00_image006_5F00_5540CA3D.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/8688.clip_5F00_image006_5F00_thumb_5F00_30AF3CB9.jpg" width="643" height="484" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;The Fabrikam Fiber Web Team uses the new task board in web access to track work throughout the project. Check out the “Agile project management…” lab to learn all about the new project management dashboards.               &lt;br /&gt;&lt;/i&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="677"&gt;         &lt;p&gt;&lt;i&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/1643.clip_5F00_image007_5F00_5B1B6DD6.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image007" border="0" alt="clip_image007" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/3324.clip_5F00_image007_5F00_thumb_5F00_3A942E24.jpg" width="644" height="484" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;Team Explorer has been completely re-imagined in this release to make it more easily to work with source control, work items, and more. You can even “suspend” what you were working on if you get interrupted and easily come back to it later. And you’re going to love the new local workspaces capability. Check out the “Making Developers More Productive…” lab for a tour of these features.               &lt;br /&gt;&lt;/i&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="677"&gt;         &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/5543.clip_5F00_image008_5F00_01111E2D.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/6445.clip_5F00_image008_5F00_thumb_5F00_6D83BE8B.jpg" width="644" height="484" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;&lt;i&gt;Visual Studio 11 will enable 3&lt;sup&gt;rd&lt;/sup&gt; party unit testing providers such as NUnit and xUnit.net to work right alongside the existing MSTEST unit tests. You can even mix and match these within the same solution! Check out the “Unit Testing” lab to learn more.               &lt;br /&gt;&lt;/i&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="677"&gt;         &lt;p&gt;&lt;i&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/4466.clip_5F00_image009_5F00_1EA2F92C.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image009" border="0" alt="clip_image009" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/4477.clip_5F00_image009_5F00_thumb_5F00_6B66BFC2.jpg" width="644" height="484" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;Also in the “Unit Testing” lab, you will also discover the powerful new code clone capability. This allows you to find semantically similar blocks of code; this might unlock new refactoring opportunities, or indicate blocks of code which need common a common bug fix.               &lt;br /&gt;&lt;/i&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="677"&gt;         &lt;p&gt;&lt;i&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/6102.clip_5F00_image010_5F00_1CF22D58.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/4370.clip_5F00_image010_5F00_thumb_5F00_4E7D9AED.jpg" width="644" height="484" /&gt;&lt;/a&gt;&lt;/i&gt;&lt;i&gt;              &lt;br /&gt;Microsoft Test Manager 11 provides even greater support for exploratory testing. This allows you to put your tester’s hat on, find bugs, and Microsoft Test Manager will automatically capture rich diagnostics in the background which can be surfaced to developers if a bug if found, or used to create formal test cases for subsequent test passes. Learn more in the “Exploratory Testing” lab.&lt;/i&gt;&lt;/p&gt;                 &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="677"&gt;         &lt;p&gt;&lt;i&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/8662.clip_5F00_image011_5F00_14FA8AF6.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image011" border="0" alt="clip_image011" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/0576.clip_5F00_image011_5F00_thumb_5F00_0964CDB7.jpg" width="644" height="484" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;Finally, we know that application lifecycle management doesn’t end when you produce a release and hand it off to the operations team. Visual Studio 11 extends the capabilities of IntelliTrace to allow you to capture rich IntelliTrace files from machines running in your production environment using low-impact PowerShell commandlets. This gives you rich, historical debugging information right at your fingertips – allowing you to see exactly why bugs are happening in your production environment.&lt;/i&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;I hope you will enjoy playing with these bits as much as I have. Since this is our first release, I am sure you will find areas of the VM and hands-on-labs / demo scripts which could benefit from enhancements and fixes. Please &lt;a href="mailto:VSKitFdbk@microsoft.com"&gt;let me know&lt;/a&gt; how I can improve this to better meet your needs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10212472" width="1" height="1"&gt;</description></item><item><title>TFS on the Road: A new Windows Phone 7 app for Team Foundation Server</title><link>http://blogs.msdn.com/b/briankel/archive/2011/06/07/tfs-on-the-road-a-new-windows-phone-7-app-for-team-foundation-server.aspx</link><pubDate>Wed, 08 Jun 2011 01:22:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10172368</guid><dc:creator>Brian Keller</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10172368</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/06/07/tfs-on-the-road-a-new-windows-phone-7-app-for-team-foundation-server.aspx#comments</comments><description>&lt;p&gt;&lt;font size="3"&gt;This is really cool - Pedro Castelo Branco Lourenço (PCBL) has built a new Windows Phone 7 app for connecting to Team Foundation Server. It uses the &lt;a href="http://blogs.msdn.com/b/briankel/archive/2011/04/07/odata-service-for-team-foundation-server-2010.aspx"&gt;OData Service for Team Foundation Server 2010&lt;/a&gt;, but what’s most exciting is the really nice user interface he has put on this. Here are a few screenshots:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;img alt="" src="http://pedrocastelo.files.wordpress.com/2011/05/051411_1824_tfsontheroa52.png?w=917" width="261" height="480" /&gt;&lt;img alt="" src="http://pedrocastelo.files.wordpress.com/2011/05/051411_1824_tfsontheroa132.png?w=917" width="261" height="480" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;He is even providing some nice graphical reports in here based on work item query results – nice!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;img alt="" src="http://pedrocastelo.files.wordpress.com/2011/05/051411_1824_tfsontheroa321.png?w=917" width="261" height="480" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;The app is FREE! You can download it and read all about how PCBL built it from &lt;a href="http://pcbl.de/tfs-on-the-road/"&gt;here&lt;/a&gt;. &lt;/font&gt;&lt;font size="3"&gt;Nice job, PCBL!&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10172368" width="1" height="1"&gt;</description></item><item><title>Fix to May 2011 Visual Studio 2010 ALM Virtual Machine</title><link>http://blogs.msdn.com/b/briankel/archive/2011/06/07/fix-to-may-2011-visual-studio-2011-alm-virtual-machine.aspx</link><pubDate>Tue, 07 Jun 2011 20:30:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10172288</guid><dc:creator>Brian Keller</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10172288</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/06/07/fix-to-may-2011-visual-studio-2011-alm-virtual-machine.aspx#comments</comments><description>&lt;p&gt;I just published a refreshed version of the May 2011 Visual Studio 2010 Virtual Machine. This is to address a low disk space problem which can occur if you assign a lot of RAM to this new virtual machine. Since increasing the RAM increases the default page file size in Windows, and Visual Studio 2010 Service Pack 1 (introduced in the May refresh) takes more disk space than the previous versions did, this was causing some low disk space warnings for people who assigned more than 2GB of RAM.&lt;/p&gt;  &lt;p&gt;If you plan on assigning more than 2GB of RAM to your virtual machine, or if you plan on installing additional software to your image, I highly recommend downloading the new version &lt;a href="http://bit.ly/VS2010RTMVHD"&gt;here&lt;/a&gt;. Alternatively, you can manually increase the size of your VHD using a VHD resizing tool. After you have increased the size of the VHD you need to open &lt;a href="http://technet.microsoft.com/en-us/library/bb457110.aspx"&gt;disk management&lt;/a&gt; from within the virtual machine and expand the size of the C: partition to use this extra space.&lt;/p&gt;  &lt;p&gt;I’m sorry for the inconvenience this may have caused.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10172288" width="1" height="1"&gt;</description></item><item><title>3 Easy Ways to Learn About Visual Studio vNext Application Lifecycle Management</title><link>http://blogs.msdn.com/b/briankel/archive/2011/05/23/3-easy-ways-to-learn-about-visual-studio-vnext-application-lifecycle-management.aspx</link><pubDate>Mon, 23 May 2011 21:14:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10167503</guid><dc:creator>Brian Keller</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10167503</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/05/23/3-easy-ways-to-learn-about-visual-studio-vnext-application-lifecycle-management.aspx#comments</comments><description>&lt;p&gt;As you may have noticed, last week at TechEd North America we began to unveil the application lifecycle management (ALM) capabilities of Visual Studio vNext. It was an exciting week with a flurry of activity! I had the pleasure of working on our ALM demo for Jason Zander’s &lt;a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/KEY01"&gt;keynote&lt;/a&gt;, and co-presenting a foundational session with Cameron Skinner. Now that the dust has settled, I wanted to provide you with 3 easy ways to come up to speed on what we’ve announced so far.&lt;/p&gt;  &lt;p&gt;I should preface this by saying that you don’t have to look at everything in here to understand the vision; these are simply three different formats for consuming what is – essentially – the same set of information, with varying levels of depth.&lt;/p&gt;  &lt;p&gt;1. &lt;a href="http://tinyurl.com/VSALMvNext"&gt;SpeakFlow&lt;/a&gt;: A SpeakFlow is a Silverlight-powered way of delivering rich, interactive content. This SpeakFlow allows you to follow the lifecycle – from development to operations and back again – and view short demonstrations of how Visual Studio vNext will help you embrace better application lifecycle management. I suggest starting at the “STORYBOARDING” video (at the top) and then following the circle counter-clockwise.     &lt;br /&gt;Tip: To go up a level after drilling in, use your mouse wheel or the UP key on your keyboard.    &lt;br /&gt;The SpeakFlow diagram can be downloaded for offline use from &lt;a href="http://cdn.boostvirtualevents.com/speakflowpublic/Content/VS vNext ALM/VS vNext ALM - SpeakFlow.zip"&gt;here&lt;/a&gt;. (46MB)    &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://tinyurl.com/VSALMvNext"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/8836.image_5F00_39107D30.png" width="772" height="434" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;2. &lt;a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/FDN03"&gt;Foundational Session&lt;/a&gt;:&lt;/strong&gt; This 60-minute, demo-heavy presentation by Cameron Skinner and me paints a broader picture of our ALM story than we had time for during the keynote. The demos here are almost identical to the demos from the SpeakFlow above, but with a bit of a broader story woven around them, and some nice Q&amp;amp;A at the end.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/FDN03"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/1300.image_5F00_41CC4BB0.png" width="644" height="361" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;3. &lt;a href="http://www.microsoft.com/visualstudio/en-us/roadmap"&gt;Whitepaper&lt;/a&gt;&lt;/strong&gt;: Our marketing team put together a great PDF whitepaper which reinforces the value propositions for what we’re delivering in vNext. I carry a copy on my Kindle.     &lt;br /&gt;    &lt;br /&gt;&lt;a href="http://www.microsoft.com/visualstudio/en-us/roadmap"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-30-07-metablogapi/1376.image_5F00_7781910A.png" width="375" height="484" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I hope you enjoy these materials, and more importantly, the vision they present for the future of Visual Studio application lifecycle management.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10167503" width="1" height="1"&gt;</description></item><item><title>May 2011 Refresh of Visual Studio 2010 RTM Virtual Machine with Sample Data and Hands-on-Labs</title><link>http://blogs.msdn.com/b/briankel/archive/2011/05/12/may-2011-refresh-of-visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs.aspx</link><pubDate>Fri, 13 May 2011 00:51:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10164047</guid><dc:creator>Brian Keller</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10164047</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/05/12/may-2011-refresh-of-visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs.aspx#comments</comments><description>&lt;p&gt;The May 2011 refresh of the Visual Studio 2010 RTM Virtual Machine with Sample Data and Hands-on-Labs is now available. This new version includes Service Pack 1 (of both Visual Studio 2010 and Team Foundation Server 2010), 5 new hands-on-labs / demo scripts, and an extended expiration date of November 1, 2011. Please note that if you are using the last version of the virtual machine it will stop working on June 1, 2011.&lt;/p&gt;  &lt;p&gt;Follow the instructions &lt;a href="http://bit.ly/VS2010RTMVHD"&gt;here&lt;/a&gt; to download the new virtual machine and hands-on-labs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10164047" width="1" height="1"&gt;</description></item><item><title>New Book: Professional Scrum with Team Foundation Server 2010</title><link>http://blogs.msdn.com/b/briankel/archive/2011/04/26/new-book-professional-scrum-with-team-foundation-server-2010.aspx</link><pubDate>Wed, 27 Apr 2011 01:01:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10158429</guid><dc:creator>Brian Keller</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10158429</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/04/26/new-book-professional-scrum-with-team-foundation-server-2010.aspx#comments</comments><description>&lt;p&gt;Are you using Team Foundation Server, or are you considering it?   &lt;br /&gt;Are you practicing Scrum-based software development (or do you want to learn how to)?&lt;/p&gt;  &lt;p&gt;If the answer is YES to these questions then I can’t say enough good things about this book. &lt;a href="http://www.amazon.com/dp/0470943335/ref=as_li_ss_til?tag=briakell-20&amp;amp;camp=213381&amp;amp;creative=390973&amp;amp;linkCode=as4&amp;amp;creativeASIN=0470943335&amp;amp;adid=1FZAYEJFA86JGPZ8GQYE&amp;amp;"&gt;Professional Scrum with Team Foundation Server 2010&lt;/a&gt; will provide you with everything you need to know about Team Foundation Server 2010 to really unlock the power of using it for Scrum-based software development. Team Foundation Server 2010 is especially suited to this goal since it was built with such tooling in mind, such as the ability to decompose larger workstreams into smaller child tasks, to manage a common backlog of work and break this down into iterations/sprints, to calculate the capacity of your team and of individuals, and to generate burndowns and other interesting reports in real time.&lt;/p&gt;  &lt;p&gt;I’m personally a huge fan of Scrum. I even had the pleasure of spending the day with &lt;a href="http://en.wikipedia.org/wiki/Ken_Schwaber"&gt;Ken Schwaber&lt;/a&gt; last week (one of the two co-developers of scrum) and we spent the day talking about Scrum, its origins, and where it’s headed. I think that the real popularity of Scrum stems from its simplicity. In order for everybody on a team to work better together, they have to first be able to understand the process whereby everybody is going to work together towards a common goal; unless everybody can understand what the process is and what the common goal is, how can you work together? Scrum addresses this issue head-on by using simple, fun terminology and clearly-defined communications channels and methods that everybody on a team can easily understand.&lt;/p&gt;  &lt;p&gt;But you don’t have to take my word for it… I’d suggest adding &lt;a href="http://www.amazon.com/dp/0470943335/ref=as_li_ss_til?tag=briakell-20&amp;amp;camp=213381&amp;amp;creative=390973&amp;amp;linkCode=as4&amp;amp;creativeASIN=0470943335&amp;amp;adid=1FZAYEJFA86JGPZ8GQYE&amp;amp;"&gt;this book&lt;/a&gt; to your backlog.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10158429" width="1" height="1"&gt;</description></item><item><title>Two great uses of the OData Service for Team Foundation Server 2010</title><link>http://blogs.msdn.com/b/briankel/archive/2011/04/20/two-great-uses-of-the-odata-service-for-team-foundation-server-2010.aspx</link><pubDate>Wed, 20 Apr 2011 17:27:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10156308</guid><dc:creator>Brian Keller</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10156308</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/04/20/two-great-uses-of-the-odata-service-for-team-foundation-server-2010.aspx#comments</comments><description>&lt;p&gt;It’s been less than two weeks since I released the beta of the &lt;a href="http://blogs.msdn.com/b/briankel/archive/2011/10/26/odata-service-for-team-foundation-server-2010-v1.aspx"&gt;OData Service for Team Foundation Server 2010&lt;/a&gt; and my inbox has been overwhelmed with positive feedback, suggestions for future enhancements, and people telling me how they are using this service in their own projects. Thanks to everybody who has taken time to share your experience with me!&lt;/p&gt;  &lt;p&gt;Some of those projects are not yet public and I don’t want to steal the thunder from the teams working on them, but I did want to share two quick examples of how people are using this service.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;First Windows Phone 7 app for Team Foundation Server in the marketplace      &lt;br /&gt;&lt;/strong&gt;&lt;a href="http://www.ordina.be"&gt;Ordina Belgium&lt;/a&gt; built a really nice free Windows Phone 7 app called &lt;a href="http://tfs.ordina.be:8080/TFSServices/Installation.html"&gt;TFS Monitor&lt;/a&gt;. You can install the application from &lt;a href="http://social.zune.net/redirect?type=phoneApp&amp;amp;id=57d4bdd0-d25a-e011-854c-00237de2db9e"&gt;here&lt;/a&gt; if you have a Windows Phone 7 device and the Zune software installed, but be sure to read their installation &lt;a href="http://tfs.ordina.be:8080/TFSServices/Installation.html"&gt;instructions&lt;/a&gt; for how to enable this service with your own TFS server. I’m using this app with the public &lt;a href="https://codeplexodata.cloudapp.net/"&gt;OData Service&lt;/a&gt; we deployed for CodePlex to monitor my projects. It works great! I especially like the notifications, offline support, and really nice UI that Ordina delivered with this app.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;PowerShell Commandlets      &lt;br /&gt;&lt;/strong&gt;&lt;a href="http://www.dougfinke.com/"&gt;Doug Finke&lt;/a&gt;, a Microsoft MVP, created some really nice PowerShell commandlets which allow you to interact with your CodePlex projects via OData. Doug has published all of the source code &lt;a href="http://www.dougfinke.com/blog/index.php/2011/04/19/automating-codeplexs-and-odata-service-with-powershell/"&gt;here&lt;/a&gt;, so you could use this with CodePlex or even adapt it for use with your own private deployment of the OData Service.&lt;/p&gt;  &lt;p&gt;Thanks to Ordina and to Doug for creating these great experiences. If you are working on a project which uses the OData Service for Team Foundation Server 2010 I’d love to &lt;a href="mailto:TFSOData@Microsoft.com"&gt;hear about it&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10156308" width="1" height="1"&gt;</description></item><item><title>Getting started with the Team Foundation Server 2010 and Project Server 2010 Integration Virtual Machine</title><link>http://blogs.msdn.com/b/briankel/archive/2011/04/15/getting-started-with-the-team-foundation-server-2010-and-project-server-2010-integration-virtual-machine.aspx</link><pubDate>Fri, 15 Apr 2011 21:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10154639</guid><dc:creator>Brian Keller</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10154639</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/04/15/getting-started-with-the-team-foundation-server-2010-and-project-server-2010-integration-virtual-machine.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;**Update: There is a &lt;a href="http://channel9.msdn.com/Blogs/briankel/Top-Down-Planning-of-Business-Requirements-within-an-Enterprise-Project-using-Team-Foundation-Server"&gt;4-part video series&lt;/a&gt; on Channel 9 which demonstrates each of these scenarios as a video screencast.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Last month we officially &lt;a href="http://blogs.msdn.com/b/bharry/archive/2011/03/08/vs-tfs-2010-sp1-and-tfs-project-server-integration-feature-pack-have-released.aspx"&gt;released&lt;/a&gt; the Team Foundation Server 2010 and Project Server Integration Feature Pack. This integration enables the Project Management Office (PMO) to see a consolidated view of the progress and resource availability across all software development projects in Team Foundation Server 2010.&amp;nbsp; Software teams using Team Foundation Server 2010 can choose to manage their projects using a formal process or an agile process and flow their status and schedule updates into Project Server and Project Managers can preview changes as they flow in, track the work at a high-level and provide live updates to their stakeholders.&lt;/p&gt;
&lt;p&gt;To help people evaluate and demonstrate the capabilities of this integration, we have published a virtual machine which is pre-configured with this integration along with sample data and several walkthroughs (which can either be used as self-paced hands-on-labs, or demo scripts to present these capabilities to others). Unfortunately, the virtual machine download contains 20+ files weighing in at over 10GB. The good news is that once you have the virtual machine there&amp;rsquo;s not much left to configure; you can open it up in Windows Server 2008 Hyper-V and begin exploring this integration using the guided walkthroughs. The following instructions should make it easier for you to batch download all of the files required for this release.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Downloading the virtual machine and associated files: &lt;br /&gt;&lt;/strong&gt;I suggest using a download manager for these files since they are very large. My download manager of choice is Free Download Manager. You can use your own favorite download manager, but you may need to adapt the instructions below as appropriate.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download and install &lt;a href="http://www.freedownloadmanager.org"&gt;Free Download Manager&lt;/a&gt;. This utility provides:
&lt;ul&gt;
&lt;li&gt;Auto-resume support for interrupted downloads.&lt;/li&gt;
&lt;li&gt;Multiple simultaneous download streams for (usually) a much faster download experience.&lt;/li&gt;
&lt;li&gt;As the name implies, it's completely free.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Select the appropriate URL&amp;rsquo;s depending on your preferred virtualization platform and copy (CTRL+C) them to your clipboard. &lt;br /&gt;###Select This Section and Copy It (CTRL+C) - Do Not Include This Line### &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/Working with the Project Server 2010 and Team Foundation Server 2010 Integration Virtual Machine.docx &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part01.exe &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part02.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part03.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part04.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part05.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part06.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part07.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part08.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part09.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part10.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part11.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part12.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part13.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part14.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part15.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/WS2008R2x64Ent_TFS2010_PS2010.part16.rar &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/1 - Top-Down Planning of Business Requirements with Project Server and Team Foundation Server.docx &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/2 - Managing Project Details in an Enterprise Project Plan Mapped to a Team Project.docx &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/3 - Making Agile Team Progress Visible to the Project Management Office.docx &lt;br /&gt;http://download.microsoft.com/download/6/4/0/640BAA77-929F-42C4-91C6-1E0597B2EEAD/4 - Managing Field Mappings for Integration of Team Foundation Server and Project Server.docx &lt;br /&gt;###End - Do Not Include This Row In Your Selection###&lt;/li&gt;
&lt;li&gt;Launch the user interface for Free Download Manager (either from the Start Menu or via the system tray icon if FDM is already running).&lt;/li&gt;
&lt;li&gt;Click File -&amp;gt; Import -&amp;gt; Import List of URLs from Clipboard.&lt;/li&gt;
&lt;li&gt;When prompted for a download group, accept the default and click OK.&lt;/li&gt;
&lt;li&gt;You are now free to minimize Free Download Manager while the files download. By default, they will be saved to c:\downloads.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Once you have download the release, extract it to a directory by running the EXE. The document &amp;ldquo;Working with the Project Server 2010 and Team Foundation Server 2010 Integration Virtual Machine.docx&amp;rdquo; (included in the list of files to download above) provides more details about how to load this virtual machine within Hyper-V, and how to activate the operating system to get a full 180 days of usage from this virtual machine. After 180 days from the time you first boot the virtual machine it will expire. If you need additional time you can re-extract a fresh copy of the virtual machine, or restore to a Hyper-V snapshot if you took one at a time prior to booting it up for the first time.&lt;/p&gt;
&lt;p&gt;After you have successfully setup this virtual machine within your Hyper-V environment you can begin using the walkthroughs to learn more about the scenarios enabled by this integration. Those walkthroughs are also included in the list of files above as Word documents, and are numbered 1-4. It is recommended, though not required, that you complete these labs in the order they are numbered. You should also consider using Hyper-V snapshots prior to following the steps in a walkthrough so that you can roll back to an earlier snapshot if you would like to complete a walkthrough multiple times, or if you make a mistake.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10154639" width="1" height="1"&gt;</description></item><item><title>Known Issue with OData Service for Team Foundation Server 2010 (beta) Dependency Checker</title><link>http://blogs.msdn.com/b/briankel/archive/2011/04/10/known-issue-with-odata-service-for-team-foundation-server-2010-beta-dependency-checker.aspx</link><pubDate>Sun, 10 Apr 2011 18:29:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10151827</guid><dc:creator>Brian Keller</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10151827</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/04/10/known-issue-with-odata-service-for-team-foundation-server-2010-beta-dependency-checker.aspx#comments</comments><description>&lt;p&gt;&lt;font color="#ff0000"&gt;April 13, 2011 Update: This issue was fixed in a refresh of the beta that is now available for download.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;If you’re using the beta of the &lt;/strike&gt;&lt;a href="http://blogs.msdn.com/b/briankel/archive/2011/04/07/odata-service-for-team-foundation-server-2010.aspx"&gt;&lt;strike&gt;OData Service for Team Foundation Server 2010&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt; you might be hitting the following issue when you try to run the setup.cmd file for setting up your local machine with all of the components.&lt;/strike&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-30-07-metablogapi/3554.clip_5F00_image002_5F00_06F425AB.jpg"&gt;&lt;strike&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-30-07-metablogapi/2480.clip_5F00_image002_5F00_thumb_5F00_64BC1A24.jpg" width="644" height="240" /&gt;&lt;/strike&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;Notice the error on the Windows Azure Tools for Microsoft Visual Studio 2010. The problem is that the Azure tools were actually updated within the last few days to be version 1.4, whereas the dependency checker is checking for either of the 1.3.x versions which were published within the last few months (which are no longer available for download).&lt;/strike&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;This is a bug which we’ll address in the next release. Meanwhile, the workaround for this is easy. You can simply ignore this error message and download the latest version of the &lt;/strike&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=7a1089b6-4050-4307-86c4-9dadaa5ed018"&gt;&lt;strike&gt;Windows Azure Tools for Microsoft Visual Studio 2010&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt;.&lt;/strike&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;Keep in mind also that you only need these tools if you want to optionally deploy your own OData Service endpoint to point to your Team Foundation Server instance. If you intend to use CodePlex with this service then you can just take advantage of the OData Service endpoint we are hosting at &lt;/strike&gt;&lt;a title="https://codeplexodata.cloudapp.net/" href="https://codeplexodata.cloudapp.net/"&gt;&lt;strike&gt;https://codeplexodata.cloudapp.net/&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt;. &lt;/strike&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;Thanks to Girish Pillai and Mathias Olausson for reporting this issue. If you have feedback on the beta please send it to &lt;/strike&gt;&lt;a href="mailto:TFSOData@Microsoft.com"&gt;&lt;strike&gt;TFSOData@Microsoft.com&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt;. &lt;/strike&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10151827" width="1" height="1"&gt;</description></item><item><title>OData Service for Team Foundation Server 2010</title><link>http://blogs.msdn.com/b/briankel/archive/2011/04/07/odata-service-for-team-foundation-server-2010.aspx</link><pubDate>Thu, 07 Apr 2011 23:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10151149</guid><dc:creator>Brian Keller</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10151149</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/04/07/odata-service-for-team-foundation-server-2010.aspx#comments</comments><description>&lt;p&gt;&lt;font color="#ff0000"&gt;October 26 2011 Update: The beta has been replaced by v1 of this release. Please visit &lt;a href="http://blogs.msdn.com/b/briankel/archive/2011/10/26/odata-service-for-team-foundation-server-2010-v1.aspx"&gt;this page.&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;I’m pleased to announce the beta of the &lt;/strike&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d6f8968c-f27f-43fb-88ae-8805db257a67"&gt;&lt;strike&gt;OData Service for Team Foundation Server 2010&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt; is now available!&lt;/strike&gt;&lt;/p&gt; &lt;strike&gt;&lt;b&gt;What the heck is an OData Service for Team Foundation Server 2010?      &lt;br /&gt;&lt;/b&gt;I’m glad you asked. The purpose of this project is to help developers work with data from Team Foundation Server on multiple device types (such as smartphones and tablets) and operating systems. OData provides a great solution for this goal, and has been embraced by numerous developers for building great device-specific applications. OData is accessible from any device and application stack which supports HTTP requests. This OData service interacts directly with the &lt;/strike&gt;&lt;a href="http://msdn.microsoft.com/library/bb130146.aspx"&gt;&lt;strike&gt;TFS client object model&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt;.&lt;/strike&gt;   &lt;p&gt;&lt;strike&gt;&lt;b&gt;What is OData?&lt;/b&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/strike&gt;&lt;b&gt;     &lt;br /&gt;&lt;/b&gt;&lt;strike&gt;OData exposes a way to work with data over the web. If you’re new to OData, I suggest spending a few minutes at &lt;/strike&gt;&lt;a href="http://www.odata.org/"&gt;&lt;strike&gt;http://www.odata.org/&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt; reading about this evolving standard. It uses interfaces similar to REST, so that you can programmatically consume and manipulate data from any device or application stack which supports HTTP requests. DPE has been working with several organizations (such as PayPal, Facebook, and Netflix) and product groups to enable OData where it makes sense to do so. Team Foundation Server was an obvious choice since it not only allows developers to extend TFS in new and interesting ways, but it also allows us to further showcase support for this evolving standard with the developer community at large.&lt;/strike&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;&lt;b&gt;Can I see a demo?        &lt;br /&gt;&lt;/b&gt;Of course! I filmed a &lt;/strike&gt;&lt;a href="http://channel9.msdn.com/Blogs/briankel/OData-Service-for-Team-Foundation-Server-2010"&gt;&lt;strike&gt;video for Channel 9&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt; which shows you how to get started using this service. When you’re ready to get started, just &lt;/strike&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d6f8968c-f27f-43fb-88ae-8805db257a67"&gt;&lt;strike&gt;download&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt; the beta which includes full documentation. The service can be easily hosted in Windows Azure to front-end your own Team Foundation Server instance, or if you want to use this with &lt;/strike&gt;&lt;a href="http://www.codeplex.com"&gt;&lt;strike&gt;CodePlex&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt; we’ve already hosted this service for you at &lt;/strike&gt;&lt;a href="https://codeplexodata.cloudapp.net/"&gt;&lt;strike&gt;https://codeplexodata.cloudapp.net/&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt;. As long as you have contributor rights on any CodePlex project backed by Team Foundation Server 2010 you can start making OData calls immediately. We also have included a sample Windows Phone 7 application, and WebMatrix Helpers, which show you how to get started building applications which consume this service.&lt;/strike&gt;&lt;/p&gt;  &lt;p&gt;&lt;iframe style="width: 512px; height: 288px" src="http://channel9.msdn.com/Blogs/briankel/OData-Service-for-Team-Foundation-Server-2010/player?w=512&amp;amp;h=288" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;strike&gt;(ignore the blank stare on my face in the screen grab above – this is really far more exciting than the picture implies!)&lt;/strike&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;&lt;b&gt;So this is a beta – when will the official release happen?        &lt;br /&gt;&lt;/b&gt;That all depends on the type of feedback we get, but we’d like to release v1 of this service in the next few months. We are asking users to email their feedback to &lt;/strike&gt;&lt;a href="mailto:TFSOData@Microsoft.com"&gt;&lt;strike&gt;TFSOData@Microsoft.com&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt;. We’ll do our best to incorporate all feedback into the final release. But the license permits you to take this now (even in beta) and begin using it for real projects. All of the source code is available so you are free to customize it and make it your own. This project is provided as-is and is not officially supported.&lt;/strike&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;&lt;b&gt;If I build an application using this service, will users need client access licenses (CAL’s)?        &lt;br /&gt;&lt;/b&gt;In most cases, they will. Connecting to Team Foundation Server via OData has the same licensing implications as connecting via Team Explorer, the web, or any other client. But there are a few exceptions where users working with Team Foundation Server don’t need CAL’s. Please refer to the &lt;/strike&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;amp;FamilyID=2b1504e6-0bf1-46da-be0e-85cc792c6b9d"&gt;&lt;strike&gt;Visual Studio 2010 licensing whitepaper&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt; for all of the details.&lt;/strike&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;strike&gt;I hope you enjoy this – if you build something interesting please be sure to &lt;/strike&gt;&lt;a href="mailto:TFSOData@Microsoft.com"&gt;&lt;strike&gt;drop us a line&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt; and let us know!&lt;/strike&gt;&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10151149" width="1" height="1"&gt;</description></item><item><title>Book: Professional Team Foundation Server 2010</title><link>http://blogs.msdn.com/b/briankel/archive/2011/02/02/book-professional-team-foundation-server-2010.aspx</link><pubDate>Thu, 03 Feb 2011 00:11:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10124064</guid><dc:creator>Brian Keller</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10124064</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2011/02/02/book-professional-team-foundation-server-2010.aspx#comments</comments><description>&lt;p&gt;It seems like only yesterday that I was writing about shipping the &lt;a href="http://tinyurl.com/ALM2010Book"&gt;last book&lt;/a&gt; I worked on; I’m pleased to say that another book I worked on is now available!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://tinyurl.com/tfsbook"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" align="left" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-30-07-metablogapi/5444.image_5F00_2CE0E597.png" width="415" height="523" /&gt;&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;a href="http://tinyurl.com/TFSBook"&gt;Professional Team Foundation Server 2010&lt;/a&gt; was written to appeal to a wide range of audiences who are interested in evaluating, adopting, or using Team Foundation Server 2010. Whether you’re a developer, a tester, a project manager, or the IT person responsible for standing up and maintaining your Team Foundation Server, this book should have something for everyone.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;How does this book compare with Professional Application Lifecycle Management with Visual Studio 2010?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I’m often asked how this book compares with &lt;a href="http://tinyurl.com/ALM2010Book"&gt;Professional Application Lifecycle Management with Visual Studio 2010&lt;/a&gt; in the same Wrox series. Think of the Pro ALM book as a broad, intermediate-level introduction to all of the application lifecycle management capabilities across the Visual Studio 2010 and Team Foundation Server 2010 family of tooling. A lot of times I talk to people who bought this book who realized that there were valuable tools in Visual Studio that they never even knew existed! The Pro ALM book is designed to help you discover ways that Visual Studio 2010 and Team Foundation Server 2010 can help your team built great software – whether you’re a project manager, an architect, developer, or tester.&lt;/p&gt;  &lt;p&gt;Professional Team Foundation Server 2010 book goes &lt;strong&gt;deep &lt;/strong&gt;on Team Foundation Server 2010. Whether you’re brand new to Team Foundation Server, or if you’ve been using it for years, I’d suggest having this book should be on your shelf. It covers Team Foundation Server setup, administration, work item tracking, process template customization, disaster recovery, extensibility, advanced branching and merging, high availability, build automation, migration, and even a guide for helping to acquaint SourceSafe users to Team Foundation Server 2010. I would also recommend this book to anybody studying for the Team Foundation Server 2010 Administration certification exam (&lt;a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-512"&gt;Exam 70-512&lt;/a&gt;).&lt;/p&gt;  &lt;p&gt;It was a labor of love, and one I was happy to work on it with my friends Martin, Grant, and Ed. I have read all of their chapters as well and I have to say I learned a lot from them – I hope you will too!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10124064" width="1" height="1"&gt;</description></item><item><title>Visual Studio 2010 ALM Virtual Machine + Labs: December 2010 Refresh</title><link>http://blogs.msdn.com/b/briankel/archive/2010/12/09/visual-studio-2010-alm-virtual-machine-labs-december-2010-refresh.aspx</link><pubDate>Thu, 09 Dec 2010 22:41:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10102906</guid><dc:creator>Brian Keller</dc:creator><slash:comments>10</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10102906</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2010/12/09/visual-studio-2010-alm-virtual-machine-labs-december-2010-refresh.aspx#comments</comments><description>&lt;p&gt;As promised, I have updated the Visual Studio 2010 ALM Virtual Machine with a new version that will expire June 1, 2011. If you are using the previous version please note that it expires December 15, 2010, so you should consider downloading this refresh.&lt;/p&gt;  &lt;p&gt;Download instructions and details on what changed in this release can be found &lt;a href="http://bit.ly/VS2010RTMVHD"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10102906" width="1" height="1"&gt;</description></item><item><title>My TechEd Israel 2010 Presentations</title><link>http://blogs.msdn.com/b/briankel/archive/2010/12/02/my-teched-israel-2010-presentations.aspx</link><pubDate>Thu, 02 Dec 2010 19:08:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10099664</guid><dc:creator>Brian Keller</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10099664</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2010/12/02/my-teched-israel-2010-presentations.aspx#comments</comments><description>&lt;p&gt;This week I presented 2 sessions at TechEd Israel 2010 in Eilat. This was my first time presenting at TechEd Israel and I hope to come back in the future – it was great meeting lots of people who I have been working with virtually over the last few years. The Israeli development community sure is active and is full of some very talented people.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;As promised, I have uploaded the slide decks for my presentations. You can download them &lt;a href="http://cid-8c96cc4d0756cacb.office.live.com/browse.aspx/Public/Blog%20Attachments/TechEd%20Israel%202010?uc=2"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;A Lap Around Visual Studio 2010 Application Lifecycle Management&lt;/strong&gt;: This was a demo-rich session during which I highlighted some of the many enhancements we’ve made to the application lifecycle management tooling across the Visual Studio 2010 family, which includes Team Foundation Server 2010. During this session we installed Team Foundation Server 2010 (in under 5 minutes!), showed off the new support for branching and merging visualizations with TFS, dove into IntelliTrace for some historical application debugging, showcased build management (included gated check-ins), and touched on reporting and software testing (each of which were covered in depth during other presentations). I love presenting these “Lap Around” sessions since I get to touch on a lot of different technologies. The only downside is that a single session is never enough time to cover everything that I want to cover!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Agile Project Management with Team Foundation Server 2010&lt;/strong&gt;: In this session I showed off how the MSF Agile for Software Development v5 process template and associated Agile Planning Workbooks allow you to effectively plan, manage, and track your agile software projects with Team Foundation Server 2010. This session was modeled after a session presented by Aaron Bjork and Peter Provost on the same topic. For their session they used the Visual Studio Scrum template, and for mine I used the MSF Agile process template, in order to show a comparison between the two approaches. Unfortunately this session was not recorded, but you can find Aaron and Peter’s excellent session here.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I also collaborated on the developer keynote that Jason Zander presented, and I delivered a demonstration of our new Silverlight automated testing features towards the end. You can watch the video of that presentation &lt;a href="http://switch206-01.castup.net/cunet/gm.asp?ai=206&amp;amp;ar=ms_dev101 "&gt;here&lt;/a&gt;. (Unfortunately neither of my other sessions were recorded this time.)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Here are some other resources that I mentioned during my session:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.msdn.com/b/briankel/archive/2010/06/25/now-available-visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs.aspx"&gt;Visual Studio 2010 Virtual Machine and Hands-On-Labs&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/b/briankel/archive/2010/03/01/a-different-way-of-presenting-the-visual-studio-2010-testing-tools.aspx"&gt;SpeakFlow diagram showing testing workflows and architecture&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Book: &lt;a href="http://www.amazon.com/dp/0470484268?tag=briakell-20&amp;amp;camp=213381&amp;amp;creative=390973&amp;amp;linkCode=as4&amp;amp;creativeASIN=0470484268&amp;amp;adid=0RPW96DQHW1ZFY9HS7D9&amp;amp;"&gt;Professional Application Lifecycle Management with Visual Studio 2010&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;Book (available for pre-order): &lt;a href="http://www.amazon.com/gp/product/0470943327?ie=UTF8&amp;amp;tag=briakell-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0470943327"&gt;Professional Team Foundation Server 2010&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;If you were at my sessions please take a moment to complete a session evaluation if you haven't already done so. Your feedback helps me fine tune my content, and if you liked it, this helps ensure that I get invited back and continue to invest my time developing content for you.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Thanks to everybody I interacted with at TechEd Israel who helped to make this a truly awesome experience!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10099664" width="1" height="1"&gt;</description></item><item><title>New VHD’s Coming Soon</title><link>http://blogs.msdn.com/b/briankel/archive/2010/11/26/new-vhd-s-coming-soon.aspx</link><pubDate>Fri, 26 Nov 2010 21:45:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10097263</guid><dc:creator>Brian Keller</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10097263</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2010/11/26/new-vhd-s-coming-soon.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;12/9/2010 Update: &lt;/strong&gt;These are &lt;a href="http://bit.ly/VS2010RTMVHD"&gt;now available&lt;/a&gt;!&lt;/p&gt;  &lt;p&gt;If you use the &lt;a href="http://bit.ly/VS2010RTMVHD"&gt;Visual Studio ALM Sample VHD&lt;/a&gt; then you should know that it expires on December 15, 2010. This is because of the requirement Microsoft has to ship trial software with such virtual machines, and the fact that the shortest trial length for the suite of software on this machine is 180 days. Since I have been receiving several inquiries as to when the new VHD would be available I wanted to provide you with a window of when I expect it to be finished. Based on the list of things I need to do to the virtual machine, I &lt;em&gt;expect &lt;/em&gt;it will be ready the week of December 6th. There is still a lot of work required to get the latest power tools, feature packs, hotfixes, and other fixes and additions done that I want to, then everything has to be bundled up (with three different virtualization stacks), tested, and uploaded to the Microsoft.com download servers. I will provide another detailed blog post when everything is ready. The new VHD – when finished – will last until approximately June of 2011.&lt;/p&gt;  &lt;p&gt;Thanks to everybody for the strong interest in this VHD. I always enjoy hearing about how it is being used around the world.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10097263" width="1" height="1"&gt;</description></item><item><title>My TechEd Europe 2010 Presentations</title><link>http://blogs.msdn.com/b/briankel/archive/2010/11/11/my-teched-europe-2010-presentations.aspx</link><pubDate>Thu, 11 Nov 2010 11:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10089382</guid><dc:creator>Brian Keller</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10089382</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2010/11/11/my-teched-europe-2010-presentations.aspx#comments</comments><description>&lt;p&gt;This week I presented 5 sessions at &lt;a href="http://europe.msteched.com/"&gt;TechEd Europe 2010&lt;/a&gt; in Berlin. This is my fifth time presenting at TechEd Europe, which just gets better every year! I really enjoyed interacting with everyone who came to my sessions.&lt;/p&gt;
&lt;p&gt;As promised, I have uploaded the slide decks for my presentations.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Software Testing with Visual Studio 2010 (Parts 1 and 2)&lt;/strong&gt;: I combined parts 1 and 2 of my software testing overview&amp;nbsp;talks into one &lt;a href="http://cid-8c96cc4d0756cacb.office.live.com/browse.aspx/Public/Blog%20Attachments/TechEd%20Europe%202010?uc=2"&gt;slide deck&lt;/a&gt; which you can download at the location above. This is a presentation I have presented a few times in the past, and is designed to help onboard developers and testers alike to the breadth of testing tools and capabilities we offer with Visual Studio 2010 (Microsoft Test Manager, Coded UI Tests, Lab Management, etc.). If you're new to testing with Visual Studio&amp;nbsp;2010, start here, but keep in mind that the majority of this presentation is demo-driven, so the PowerPoint deck doesn't tell the complete story. You can view the video recordings of this presentation here: &lt;a href="http://www.msteched.com/2010/Europe/DEV202"&gt;Part 1&lt;/a&gt; and &lt;a href="http://www.msteched.com/2010/Europe/DEV303"&gt;Part 2&lt;/a&gt;. If you have seen me deliver this presentation before, I added a bit to the coded UI test section this week, so you might be interested in checking out the first half of Part 2 where I spend more time exploring advanced coded UI tests and showing off the new coded UI test editor which will be released later this month.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Applied Software Testing with Visual Studio 2010&lt;/strong&gt;: This was a brand new session I compiled in order to cover testing best practices, talk about formal vs. agile test case management, Lab Management infrastructure challenges, exploratory testing, test plan evolution, and much, much, more. In preparing for this presentation I quickly realized that I could have easily filled 60 &lt;strong&gt;hours&lt;/strong&gt; with content - unfortunately, as is the case with conference sessions, I had 60 minutes. So this is my attempt to sanitize the most relevant, most requested information into one presentation. There are a lot of hyperlinks in the slide deck which offer a jumping-off point for learning more about most topics I introduced. The video recording for this session is available &lt;a href="http://www.msteched.com/2010/Europe/DPR303"&gt;here&lt;/a&gt;. Be sure to download the slide &lt;a href="http://cid-8c96cc4d0756cacb.office.live.com/browse.aspx/Public/Blog%20Attachments/TechEd%20Europe%202010?uc=2"&gt;deck&lt;/a&gt; to get all of the hyperlinks I referenced.&lt;/p&gt;
&lt;p&gt;My other 2 sessions were interactive sessions where I answered questions the entire time and built demos on the fly. Unfortunately these were not recorded, which is a shame since we had some really interesting discussions! But&amp;nbsp;I took notes so I will roll some of those discussions into future presentations I deliver.&lt;/p&gt;
&lt;p&gt;Here are some other resources that I mentioned during my session:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/b/briankel/archive/2010/06/25/now-available-visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs.aspx"&gt;Visual Studio 2010 Virtual Machine and Hands-On-Labs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/b/briankel/archive/2010/03/01/a-different-way-of-presenting-the-visual-studio-2010-testing-tools.aspx"&gt;SpeakFlow diagram showing testing workflows and architecture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Book: &lt;a href="http://www.amazon.com/dp/0470484268?tag=briakell-20&amp;amp;camp=213381&amp;amp;creative=390973&amp;amp;linkCode=as4&amp;amp;creativeASIN=0470484268&amp;amp;adid=0RPW96DQHW1ZFY9HS7D9&amp;amp;"&gt;Professional Application Lifecycle Management with Visual Studio 2010&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Book (available for pre-order): &lt;a href="http://www.amazon.com/gp/product/0470943327?ie=UTF8&amp;amp;tag=briakell-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0470943327"&gt;Professional Team Foundation Server 2010&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you were at my sessions please take a moment to complete a session evaluation if you haven't already done so. Your feedback helps me fine&amp;nbsp;tune my content, and if you liked it, this helps ensure that I get invited back and continue to invest my time developing content for you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10089382" width="1" height="1"&gt;</description></item><item><title>My TechEd Brasil 2010 Presentations</title><link>http://blogs.msdn.com/b/briankel/archive/2010/09/15/my-teched-brasil-2010-presentations.aspx</link><pubDate>Wed, 15 Sep 2010 16:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10062294</guid><dc:creator>Brian Keller</dc:creator><slash:comments>12</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10062294</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2010/09/15/my-teched-brasil-2010-presentations.aspx#comments</comments><description>&lt;p&gt;This week I had the pleasure of speaking at &lt;a href="http://www.teched.com.br/"&gt;TechEd Brasil&lt;/a&gt; for the third year in a row. I absolutely love this event. Everybody I spoke to this week was very knowledgeable, passionate, and friendly. We had some great discussions about Visual Studio application lifecycle management (Team Foundation Server, software testing, software architecture, etc.). &amp;ldquo;Obrigado&amp;rdquo; to all of my new friends who I met this week!&lt;/p&gt;
&lt;p&gt;As promised, I have uploaded the &lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Components-PostAttachments/00-10-06-22-94/Brian-Keller-_2D00_-Software-Testing-with-Visual-Studio-2010.pptx"&gt;slide deck&lt;/a&gt; that I used during my presentations, although 80-90% of my presentation was based on live demos so the slides may not provide much content if you weren't able to attend my sessions (see the recordings below if you missed it).&lt;/p&gt;
&lt;p&gt;Almost all of my demos can be found as hands-on-labs if you want to try this out for yourself.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;ALM VHD and 9 hands-on-labs for software architecture, Team Foundation Server, and software testing: &lt;a href="http://blogs.msdn.com/b/briankel/archive/2010/06/25/now-available-visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs.aspx" title="http://blogs.msdn.com/b/briankel/archive/2010/06/25/now-available-visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs.aspx"&gt;http://blogs.msdn.com/b/briankel/archive/2010/06/25/now-available-visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs.aspx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Lab Management VHD (this requires Windows Server 2008 R2 + HyperV and 8GB of RAM): &lt;a href="http://blogs.msdn.com/b/lab_management/archive/2010/07/01/lab-management-pre-release-2010-walkthrough-vhd.aspx" title="http://blogs.msdn.com/b/lab_management/archive/2010/07/01/lab-management-pre-release-2010-walkthrough-vhd.aspx"&gt;http://blogs.msdn.com/b/lab_management/archive/2010/07/01/lab-management-pre-release-2010-walkthrough-vhd.aspx&lt;/a&gt; &lt;br /&gt;Note: This VM is based on the release candidate for Lab Management. An RTM version is being prepared and should be available very soon.&lt;/li&gt;
&lt;li&gt;Visual Studio 2010 Testing "SpeakFlow" (requires Silverlight): &lt;a href="http://www.speakflow.com/View.aspx?presentationID=ac460729-6cce-4deb-8f09-5faa5873f027&amp;amp;mode=presentLocally"&gt;http://www.speakflow.com/View.aspx?presentationID=ac460729-6cce-4deb-8f09-5faa5873f027&amp;amp;mode=presentLocally&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;I know that the sessions were recorded but I don&amp;rsquo;t know the timeframe for making them available online. When I find out I&amp;rsquo;ll update my post here. Meanwhile, you can watch me deliver similar content here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/posts/matthijs/A-Lap-Around-Visual-Studio-2010-Application-Lifecycle-Management/"&gt;A Lap Around Visual Studio 2010 Application Lifecycle Management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/posts/matthijs/Software-Testing-with-Microsoft-Visual-Studio-2010-Part-1-an-Introduction/"&gt;Software Testing with Visual Studio 2010: Part 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://channel9.msdn.com/posts/matthijs/Software-Testing-with-Microsoft-Visual-Studio-2010-Part-2-Making-it-Real/?CommentID=545235&amp;amp;wa=wsignin1.0#Page=1"&gt;Software Testing with Visual Studio 2010: Part 2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;PS: During one of my presentations I asked the audience to teach me about a popular Brazilian dish so that I could use it as part of my build-deploy-test workflow to prove that it was a real, live deployment. The dish they taught me about is &lt;a href="http://en.wikipedia.org/wiki/Feijoada"&gt;feijoada&lt;/a&gt;. It&amp;rsquo;s too bad I&amp;rsquo;m a vegetarian because it sounds delicious!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10062294" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-components-postattachments/00-10-06-22-94/Brian-Keller-_2D00_-Software-Testing-with-Visual-Studio-2010.pptx" length="6311382" type="application/vnd.openxmlformats-officedocument.pres" /><category domain="http://blogs.msdn.com/b/briankel/archive/tags/Visual+Studio+Team+System/">Visual Studio Team System</category></item><item><title>Visual Studio 2010 Lab Management has officially released</title><link>http://blogs.msdn.com/b/briankel/archive/2010/08/19/visual-studio-2010-lab-management-has-officially-released.aspx</link><pubDate>Thu, 19 Aug 2010 21:26:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10052169</guid><dc:creator>Brian Keller</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10052169</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2010/08/19/visual-studio-2010-lab-management-has-officially-released.aspx#comments</comments><description>&lt;p&gt;And it’s here!&lt;/p&gt;  &lt;p&gt;I’m going to excerpt Brian Harry’s blog since he already said it so well:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Today, we released the final update to the Lab Management features for the Visual Studio 2010 product family.&amp;#160; A couple of weeks ago I wrote a &lt;a href="http://blogs.msdn.com/b/bharry/archive/2010/08/04/lab-management-news.aspx"&gt;post&lt;/a&gt; with a bunch of details on the Lab Management capabilities and also explained recent licensing changes.&lt;/p&gt;    &lt;p&gt;Today I am announcing that the final bits are now available for download to licensed customers.&amp;#160; Here are some useful links:&lt;/p&gt;    &lt;p&gt;&amp;#160;&lt;/p&gt;    &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/983578"&gt;Knowledge Base Article describing the update&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/vstudio/ee712698.aspx"&gt;Lab Management Trial page with lots of useful content and links&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8406ef19-35a3-4c03-a145-08ba982f3cef&amp;amp;displaylang=en"&gt;The patch you need to install on your clients and servers&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&amp;#160;&lt;/p&gt;    &lt;p&gt;As I mentioned in my previous post (referenced above), this update also includes all TFS fixes that have been made since TFS 2010 released.&amp;#160; This is a great update to install even if you don’t use Lab Management today.&amp;#160; Not only will it enable Lab Management for you to try, it will provide you quite a few &lt;a href="http://blogs.msdn.com/b/bharry/archive/2010/07/27/tfs-2010-updates-coming-to-a-download-site-near-you.aspx"&gt;TFS fixes/improvements&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I’m installing everything on my Lab Management rig this afternoon.&lt;/p&gt;  &lt;p&gt;Also remember that Lab Management is now included for all customers who have Visual Studio Test Professional 2010 with MSDN, or Visual Studio 2010 Ultimate with MSDN. I posted some more details &lt;a href="http://blogs.msdn.com/b/briankel/archive/2010/08/04/visual-studio-2010-lab-management-is-coming-later-this-month.aspx"&gt;here&lt;/a&gt; a few weeks back on these changes, along with a video recording of my keynote demo where I showcased some of the capabilities of Lab Management.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10052169" width="1" height="1"&gt;</description></item><item><title>Getting started with the TFS and Project Server Integration CTP</title><link>http://blogs.msdn.com/b/briankel/archive/2010/08/10/getting-started-with-the-tfs-and-project-server-integration-ctp.aspx</link><pubDate>Wed, 11 Aug 2010 00:23:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10048626</guid><dc:creator>Brian Keller</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10048626</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2010/08/10/getting-started-with-the-tfs-and-project-server-integration-ctp.aspx#comments</comments><description>&lt;p&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Update April 20, 2011: &lt;/strong&gt;The official RTM release of this integration is now available! You can read about it &lt;/font&gt;&lt;a href="http://blogs.msdn.com/b/bharry/archive/2011/03/08/vs-tfs-2010-sp1-and-tfs-project-server-integration-feature-pack-have-released.aspx"&gt;&lt;font color="#0000ff"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font color="#ff0000"&gt;. We have published a brand new virtual machine based on the RTM bits, and have retired the original CTP virtual machine. To get started with the new virtual machine visit my &lt;/font&gt;&lt;a href="http://blogs.msdn.com/b/briankel/archive/2011/04/15/getting-started-with-the-team-foundation-server-2010-and-project-server-2010-integration-virtual-machine.aspx"&gt;&lt;font color="#0000ff"&gt;blog post&lt;/font&gt;&lt;/a&gt;&lt;font color="#ff0000"&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;Last month the Team Foundation Server team released the first Community Technology Preview (CTP) showcasing integration between Project Server 2010 and Team Foundation Server 2010. This integration will enable the Project Management Office (PMO) to see a consolidated view of the progress and resource availability across all software development projects in Team Foundation Server 2010.&amp;#160; Software teams using Team Foundation Server 2010 can choose to manage their projects using a formal process or an agile process and flow their status and schedule updates into Project Server and Project Managers can preview changes as they flow in, track the work at a high-level and provide live updates to their stakeholders.&lt;/strike&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;Unfortunately, the CTP download is a whopping 26 files weighing in at over 20GB. The good news is that this is because everything is available in a pre-configured Hyper-V virtual machine (VM), so once you have the VM there’s not much left to configure to begin kicking the tires on this release and sending us feedback. But I’ve written the following instructions to make it easier for you to batch download all of the files required for this release.&lt;/strike&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;strike&gt;&lt;/strike&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;strike&gt;&lt;/strike&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;&lt;strong&gt;Downloading the virtual machine and associated files:        &lt;br /&gt;&lt;/strong&gt;I suggest using a download manager for these files since they are very large. My download manager of choice is Free Download Manager. You can use your own favorite download manager, but you may need to adapt the instructions below as appropriate.&lt;/strike&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;strike&gt;Download and install &lt;/strike&gt;&lt;strike&gt;Free Download Manager&lt;/strike&gt;&lt;strike&gt;. This utility provides: &lt;/strike&gt;      &lt;ul&gt;       &lt;li&gt;&lt;strike&gt;Auto-resume support for interrupted downloads. &lt;/strike&gt;&lt;/li&gt;        &lt;li&gt;&lt;strike&gt;Multiple simultaneous download streams for (usually) a much faster download experience. &lt;/strike&gt;&lt;/li&gt;        &lt;li&gt;&lt;strike&gt;As the name implies, it's completely free. &lt;/strike&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strike&gt;Select the appropriate URL’s depending on your preferred virtualization platform and copy (CTRL+C) them to your clipboard.        &lt;br /&gt;###Select This Section and Copy It (CTRL+C) - Do Not Include This Line###         &lt;br /&gt;&amp;lt;obsolete&amp;gt;         &lt;br /&gt;###End - Do Not Include This Row In Your Selection### &lt;/strike&gt;&lt;/li&gt;    &lt;li&gt;&lt;strike&gt;Launch the user interface for Free Download Manager (either from the Start Menu or via the system tray icon if FDM is already running). &lt;/strike&gt;&lt;/li&gt;    &lt;li&gt;&lt;strike&gt;Click File -&amp;gt; Import -&amp;gt; Import List of URLs from Clipboard. &lt;/strike&gt;&lt;/li&gt;    &lt;li&gt;&lt;strike&gt;When prompted for a download group, accept the default and click OK. &lt;/strike&gt;&lt;/li&gt;    &lt;li&gt;&lt;strike&gt;You are now free to minimize Free Download Manager while the files download. By default, they will be saved to c:\downloads. &lt;/strike&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;strike&gt;&lt;/strike&gt;&lt;/p&gt;  &lt;p&gt;&lt;strike&gt;Once you download the release, follow the instructions on the &lt;/strike&gt;&lt;strike&gt;download details page&lt;/strike&gt;&lt;strike&gt; for extracting it, adding it within Hyper-V, and running the four walkthroughs which showcase the functionality enabled by this integration. The download details page will also refer you to the file called “Virtual Machine Setup Guide.docx” which is included in the list of files you downloaded above.&lt;/strike&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10048626" width="1" height="1"&gt;</description></item><item><title>Visual Studio 2010 Lab Management is coming later this month!</title><link>http://blogs.msdn.com/b/briankel/archive/2010/08/04/visual-studio-2010-lab-management-is-coming-later-this-month.aspx</link><pubDate>Wed, 04 Aug 2010 20:08:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10046129</guid><dc:creator>Brian Keller</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10046129</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2010/08/04/visual-studio-2010-lab-management-is-coming-later-this-month.aspx#comments</comments><description>&lt;p&gt;This morning at the &lt;a href="http://vslive.com/Home.aspx" target="_blank"&gt;VSLive!&lt;/a&gt; keynote we announced two things I’m really excited about:&lt;/p&gt;  &lt;p&gt;1) &lt;strong&gt;Visual Studio 2010 Lab Management will officially release (“RTM”) later this month&lt;/strong&gt; (by the end of August 2010). For folks following along at home, you may remember that Lab Management was still in a “Release Candidate” state when we RTM’d the rest of the Visual Studio 2010 functionality back in April. It’s a very comprehensive set of functionality, and we wanted to take a few more months to make sure we had it right before officially releasing. Well the wait is almost over…&lt;/p&gt;  &lt;p&gt;2) The other huge piece of news is that &lt;strong&gt;if you own Visual Studio 2010 Ultimate with MSDN or Visual Studio Test Professional 2010 with MSDN, then you already own the Lab Management functionality&lt;/strong&gt;! This is a change from the previously announced licensing model which would have required that you pay per VM Host that you were deploying your virtual machines onto. Now we’ve removed all of those costs and the associated licensing complexity. As long as each user who works with Lab Management has Visual Studio 2010 Ultimate with MSDN or Visual Studio Test Professional 2010 with MSDN, then those users are already covered to work with Lab Management. Pretty sweet deal!&lt;/p&gt;  &lt;p&gt;So what, exactly, is Visual Studio 2010 Lab Management? In its simplest sense, Lab Management extends the capability of Team Foundation Server 2010 to provide a way of managing a virtual lab for development and testing.&lt;/p&gt;  &lt;p&gt;Lab Management can help you fully automate your build-deploy-test workflow. Let’s break that down:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Your &lt;strong&gt;build&lt;/strong&gt; is the same as it’s always been. This involves compiling your code and generating the associated artifacts (.dll’s, .exe’s, .msi’s, resource files, database schemas, etc.). &lt;/li&gt;    &lt;li&gt;Lab Management can help you &lt;strong&gt;deploy &lt;/strong&gt;your application into one or more virtual environments. A virtual environment consists of one or more virtual machines. So maybe you need to test your software in a variety of configurations. Single-tier vs. N-tier, Windows Server 2003 &amp;amp; Windows Server 2008, Windows Vista and Windows 7, SQL Server and Oracle, etc., etc. You can see how these environments can start to add up! With physical labs you’d have to requisition and maintain dozens if not hundreds of physical machines, but with virtualization we can consolidate many virtual environments onto just a handful of physical machines. After your software has been built, Lab Management can spin up a virtual environment to a known state, deploy your software using workflow steps that you define, and then snapshot the entire environment so that you can always restore to that point in time (e.g. “I need to see Monday night’s build running in an environment with Windows Server 2008 R2 and Oracle”). &lt;/li&gt;    &lt;li&gt;Finally, the &lt;strong&gt;test &lt;/strong&gt;component of this workflow means that we can use those virtual environments as the backdrop for running your automated or manual tests. Automated tests (such as unit tests or coded UI tests, see &lt;a href="http://msdn.microsoft.com/en-us/library/dd380755.aspx" target="_blank"&gt;here&lt;/a&gt;) can be run against your virtual environments every night. When you get into work in the morning, you’ll already know if changes from last night’s build may have broken important functionality in your software. Your manual test team can also use Lab Management to run their manual tests in these virtual environments. They can run their tests in a variety of environments that are provisioned for them. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Finally, an important part of what we’re enabling here is the ability to capture &lt;strong&gt;actionable bugs&lt;/strong&gt; when a test fails. In addition to capturing video recordings, event logs, &lt;a href="http://msdn.microsoft.com/en-us/library/dd264915.aspx" target="_blank"&gt;IntelliTrace&lt;/a&gt; files, system information, and other such information about the test environment, Lab Management enables a tester to snapshot the entire environment at a point in time. When a bug is created, a shortcut to that snapshot can be included. When the developer gets the bug, they just open that snapshot to be taken to the state of the environment where the bug has been reproduced. No more “no repro” or “It works on my machine!”&lt;/p&gt;  &lt;p&gt;You can watch the VSLive! 2010 Day 2 keynote, which includes more information about why this release is important as well as a product demonstration by yours truly, using the player below:&lt;/p&gt; &lt;object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="512" height="384"&gt; &lt;param name="source" value="http://channel9.msdn.com/App_Themes/default/VideoPlayer10_01_18.xap" /&gt; &lt;param name="initParams" value="deferredLoad=true,duration=0,m=http://ecn.channel9.msdn.com/o9/ch9/5028/565028/VSLiveLabManagementAnnounce_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://ecn.channel9.msdn.com/o9/ch9/5028/565028/VSLiveLabManagementAnnounce_512_ch9.png, postid=565028" /&gt; &lt;param name="background" value="#00FFFFFF" /&gt; &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"&gt; &lt;img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none" /&gt; &lt;/a&gt; &lt;/object&gt;  &lt;p&gt;To understand more about the logical architecture employed by Lab Management, or the workflows it enables, visit &lt;a title="http://archive.speakflow.com/vs2010testing/" href="http://archive.speakflow.com/vs2010testing/"&gt;http://archive.speakflow.com/vs2010testing/&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://archive.speakflow.com/vs2010testing/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-30-07-metablogapi/1884.image_5F00_3.png" width="344" height="266" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;You can watch these videos to see it in action: &lt;a href="http://blogs.msdn.com/b/lab_management/archive/2010/02/11/visual-studio-lab-management-videos.aspx"&gt;http://blogs.msdn.com/b/lab_management/archive/2010/02/11/visual-studio-lab-management-videos.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can get a trial VM here: &lt;a href="http://go.microsoft.com/fwlink/?LinkID=195885"&gt;http://go.microsoft.com/fwlink/?LinkID=195885&lt;/a&gt;.&amp;#160; For now this is still the Release Candidate build but will be updated with the RTM build as soon as it is available.&lt;/p&gt;  &lt;p&gt;Lastly, here’s the main Lab Management web site for even more info: &lt;a href="http://www.microsoft.com/visualstudio/en-us/solutions/software-quality/lab-management"&gt;http://www.microsoft.com/visualstudio/en-us/solutions/software-quality/lab-management&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;My &lt;a href="http://blogs.msdn.com/b/briankel/archive/2010/04/30/book-professional-application-lifecycle-management-with-visual-studio-2010.aspx" target="_blank"&gt;book&lt;/a&gt; includes a chapter on Lab Management as well, and if you follow that link you’ll find a hyperlink to the Manual Testing chapter which is available as a free download.&lt;/p&gt;  &lt;p&gt;Happy testing!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10046129" width="1" height="1"&gt;</description></item><item><title>Now Available: Visual Studio 2010 RTM Virtual Machine with Sample Data and Hands-on-Labs</title><link>http://blogs.msdn.com/b/briankel/archive/2010/06/25/now-available-visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs.aspx</link><pubDate>Fri, 25 Jun 2010 19:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10030314</guid><dc:creator>Brian Keller</dc:creator><slash:comments>23</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/briankel/rsscomments.aspx?WeblogPostID=10030314</wfw:commentRss><comments>http://blogs.msdn.com/b/briankel/archive/2010/06/25/now-available-visual-studio-2010-rtm-virtual-machine-with-sample-data-and-hands-on-labs.aspx#comments</comments><description>&lt;p&gt;&lt;span style="color: #ff0000"&gt;&lt;strong&gt;October 25 2011 Update: &lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #ff0000"&gt;This virtual machine was updated today with a new version which will expire April 9, 2012. If you are using the older version please note that it expires on November 1, 2011. This new version contains the latest Windows Updates, Visual Studio 2010 Service Pack 1, and Team Foundation Server 2010 Service Pack 1.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;I am pleased to announce that the RTM version of the Visual Studio 2010 virtual machine, along with sample data and hands-on-labs for key application lifecycle management (ALM) scenarios, is now available.&lt;/p&gt;  &lt;p&gt;This virtual machine (VM) includes Visual Studio 2010 Ultimate, Visual Studio Team Foundation Server 2010, and a sample application along with sample data which supports 14 hands-on-labs. This VM includes everything you need to learn and/or deliver demonstrations of many of my favorite application lifecycle management (ALM) capabilities in Visual Studio 2010. This VM is available in the virtualization platform of your choice (Hyper-V, Virtual PC 2007 SP1, and Windows [7] Virtual PC). &lt;i&gt;Hyper-V is highly recommended because of the performance benefits and snapshotting capabilities.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;This virtual machine is based on trial software which will expire on April 9, 2012. Another updated virtual machine will be posted before that date. &lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Please note &lt;/em&gt;&lt;em&gt;that this VM does not include Visual Studio Lab Management 2010 capabilities. The Lab Management team has &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=592e874d-8fcd-4665-8e55-7da0d44b0dee&amp;amp;displaylang=en"&gt;released a separate VHD&lt;/a&gt; which has this capability&lt;/em&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration: underline"&gt;Tailspin Toys&lt;/span&gt;&lt;/strong&gt;     &lt;br /&gt;The sample application we are using in this virtual machine is a simple ASP.NET MVC 2 storefront called Tailspin Toys. Tailspin Toys sells model airplanes and relies on the application lifecycle management capabilities of Visual Studio 2010 to help them build, test, and maintain their storefront.&lt;/p&gt;  &lt;p&gt;&lt;img src="http://blogs.msdn.com/blogfiles/briankel/WindowsLiveWriter/NowAvailableVisualStudio2010ReleaseCandi_123B9/clip_image002_2.jpg" width="400" height="300" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration: underline"&gt;Hands-on-Labs / Demo Scripts        &lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;The 14 hands-on-labs / demo scripts which accompany this virtual machine cover several of the core capabilities of conducting application lifecycle management with Visual Studio 2010. Each document can be used by an individual in a self-paced hands-on-lab capacity, to learn how to perform a given set of tasks, or used by a presenter to deliver a demonstration or classroom-style training.&lt;/p&gt;  &lt;p&gt;&lt;span style="text-decoration: underline"&gt;Software quality:&lt;/span&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Authoring and Running Manual Tests using Microsoft Test Manager 2010 &lt;/li&gt;    &lt;li&gt;Introduction to Test Case Management with Microsoft Test Manager 2010 &lt;/li&gt;    &lt;li&gt;Introduction to Coded UI Tests with Visual Studio 2010 Ultimate &lt;/li&gt;    &lt;li&gt;Debugging with IntelliTrace using Visual Studio 2010 Ultimate &lt;/li&gt;    &lt;li&gt;&lt;span style="color: #000000"&gt;Using Code Analysis with Visual Studio 2010 to Improve Code Quality &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="color: #000000"&gt;Introduction to Exploratory Testing with Microsoft Test Manager 2010 &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="color: #000000"&gt;Introduction to Platform Testing with Microsoft Test Manager 2010 &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="color: #000000"&gt;Introduction to Quality Tracking with Visual Studio 2010 &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="color: #000000"&gt;Introduction to Test Planning with Microsoft Test Manager 2010&lt;/span&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;span style="text-decoration: underline"&gt;Software architecture:&lt;/span&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Code Discovery using the architecture tools in Visual Studio 2010 Ultimate &lt;/li&gt;    &lt;li&gt;Understanding Class Coupling with Visual Studio 2010 Ultimate &lt;/li&gt;    &lt;li&gt;Using the Architecture Explore in Visual Studio 2010 Ultimate to Analyze Your Code &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;span style="text-decoration: underline"&gt;Software Configuration Management:&lt;/span&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Planning your Projects with Team Foundation Server 2010 &lt;/li&gt;    &lt;li&gt;Branching and Merging Visualization with Team Foundation Server 2010 &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;These labs can be downloaded &lt;a href="http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM-ALM-Labs.zip" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;How to use this virtual machine:&lt;/strong&gt;       &lt;br /&gt;&lt;/span&gt;For your convenience, the same virtual machine has been ported to three different virtualization platforms. For instructions on how to use this virtual machine, please download “&lt;a href="http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/Working with the Visual Studio 2010 RTM Virtual Machine.docx" target="_blank"&gt;Working with the Visual Studio 2010 Virtual Machine.docx&lt;/a&gt;.” This guidance will help you get started with the virtual machine using the virtualization technology of your choice (Hyper-V, Virtual PC 2007, or Windows [7] Virtual PC). It also includes the username and password for this virtual machine.&lt;/p&gt;  &lt;p&gt;This image will effectively stop working on April 9, 2012 when the trial software (SQL Server, Visual Studio, Team Foundation Server) stops working. You will also receive Windows activation messages while using this VM – this is because of the way Windows Server 2008 trial behaves and is to be expected, so you can ignore / cancel these activation dialogs when prompted. If you want to get rid of these activation warnings you can activate the image using your own product key (e.g. from your MSDN Subscription). You may want to do the same for the copy of Office which is installed, since it will be limited to 25 launches.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-30-07-metablogapi/8130.image_5F00_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-30-07-metablogapi/5086.image_5F00_thumb_5F00_2.png" width="572" height="484" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-30-07-metablogapi/3733.image_5F00_8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-30-07-metablogapi/7450.image_5F00_thumb_5F00_3.png" width="244" height="113" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;span style="text-decoration: underline"&gt;&lt;strong&gt;Downloading the virtual machine:        &lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;I suggest using a download manager for these files since they are very large. My download manager of choice is Free Download Manager. You can use your own favorite download manager, but you may need to adapt the instructions below as appropriate.&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Download and install &lt;a href="http://www.freedownloadmanager.org" target="_blank"&gt;Free Download Manager&lt;/a&gt;. This utility provides:       &lt;ul&gt;       &lt;li&gt;Auto-resume support for interrupted downloads. &lt;/li&gt;        &lt;li&gt;Multiple simultaneous download streams for (usually) a much faster download experience. &lt;/li&gt;        &lt;li&gt;As the name implies, it's completely free. &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Select the appropriate URL’s depending on your preferred virtualization platform and copy (CTRL+C) them to your clipboard.      &lt;br /&gt;      &lt;br /&gt;###Select This Section and Copy It (CTRL+C) For VS2010 RTM &lt;strong&gt;Hyper-V&lt;/strong&gt; - Do Not Include This Line###       &lt;br /&gt;http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0001.exe http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0002.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0003.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0004.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0005.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0006.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0007.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0008.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0009.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0010.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0011.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0012.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0013.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0014.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0015.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0016.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0017.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0018.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM_HyperV.part0019.rar http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/VisualStudio2010RTM-ALM-Labs.zip http://download.microsoft.com/download/9/E/2/9E2CCC64-CF5A-4E47-9DC8-C6CEA9344740/Working with the Visual Studio 2010 RTM Virtual Machine.docx       &lt;br /&gt;###End - Do Not Include This Row In Your Selection###       &lt;br /&gt;      &lt;br /&gt;###Select This Section and Copy It (CTRL+C) For VS2010 RTM &lt;strong&gt;Windows [7] Virtual PC&lt;/strong&gt; - Do Not Include This Line###&amp;#160; &lt;br /&gt;http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0001.exe http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0002.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0003.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0004.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0005.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0006.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0007.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0008.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0009.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0010.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0011.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0012.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0013.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0014.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0015.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0016.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0017.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0018.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM_Win7VPC.part0019.rar http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/VisualStudio2010RTM-ALM-Labs.zip http://download.microsoft.com/download/F/3/4/F3457B48-3F08-4DC4-88DD-7D4A6418C724/Working with the Visual Studio 2010 RTM Virtual Machine.docx       &lt;br /&gt;###End - Do Not Include This Row In Your Selection###       &lt;br /&gt;      &lt;br /&gt;###Select This Section and Copy It (CTRL+C) For VS2010 RTM &lt;strong&gt;Virtual PC 2007 SP1&lt;/strong&gt; - Do Not Include This Line###&amp;#160; &lt;br /&gt;http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0001.exe http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0002.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0003.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0004.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0005.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0006.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0007.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0008.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0009.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0010.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0011.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0012.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0013.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0014.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0015.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0016.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0017.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0018.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM_VPC2007.part0019.rar http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/VisualStudio2010RTM-ALM-Labs.zip http://download.microsoft.com/download/F/D/9/FD9CE426-DF14-47BA-80C7-2AE10A89EA5A/Working with the Visual Studio 2010 RTM Virtual Machine.docx       &lt;br /&gt;###End - Do Not Include This Row In Your Selection### &lt;/li&gt;    &lt;li&gt;Launch the user interface for Free Download Manager (either from the Start Menu or via the system tray icon if FDM is already running). &lt;/li&gt;    &lt;li&gt;Click File -&amp;gt; Import -&amp;gt; Import List of URLs from Clipboard. &lt;/li&gt;    &lt;li&gt;When prompted for a download group, accept the default and click OK. &lt;/li&gt;    &lt;li&gt;You are now free to minimize Free Download Manager while the files download. By default, they will be saved to c:\downloads. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;The download details pages contain more information on each of these releases.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;What’s in this release?      &lt;br /&gt;&lt;/strong&gt;The version of this virtual machine which was refreshed on October 18, 2011, and includes the following software:     &lt;br /&gt;· Visual Studio 2010 Ultimate Service Pack 1     &lt;br /&gt;· Team Foundation Server 2010 Service Pack 1     &lt;br /&gt;· Visual Studio 2010 Feature Pack 2     &lt;br /&gt;· Team Foundation Server 2010 Power Tools (September 2010 Release)     &lt;br /&gt;· Visual Studio 2010 Productivity Power Tools (these are disabled in VS so that the screenshots of the hands-on-labs still match; you can quickly enable the Productivity Power Tools via Tools -&amp;gt; Extension Manager from within Visual Studio)     &lt;br /&gt;· Test Scribe for Microsoft Test Manager     &lt;br /&gt;· Visual Studio Scrum 1.0 Process Template     &lt;br /&gt;· All Windows Updates through October 20, 2011     &lt;br /&gt;· Minor fit-and-finish fixes based on customer feedback     &lt;br /&gt;· A new expiration date of April 9, 2012&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Download details pages:&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;· &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e0198b64-4acb-4709-b07f-359fb4d523bc" target="_blank"&gt;Visual Studio 2010 RTM (Hyper-V)&lt;/a&gt;     &lt;br /&gt;· &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=509c3ba1-4efc-42b5-b6d8-0232b2cbb26e" target="_blank"&gt;Visual Studio 2010 RTM (Windows [7] Virtual PC)&lt;/a&gt;     &lt;br /&gt;· &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5e13b15a-fd74-4cd7-b53e-bdf9456855bd" target="_blank"&gt;Visual Studio 2010 RTM (Virtual PC 2007 SP1)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can also download and install all of the Visual Studio 2010 trial software for yourself by downloading the installers from &lt;a href="http://www.microsoft.com/visualstudio/en-us/download" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Happy downloading! Please send feedback / questions to &lt;a href="mailto:VSKitFdbk@Microsoft.com"&gt;VSKitFdbk@Microsoft.com&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10030314" width="1" height="1"&gt;</description></item></channel></rss>
