<?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>Jeff Beehler's Blog : TSBT-TST</title><link>http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx</link><description>Tags: TSBT-TST</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Rangers ship SQL load testing tool</title><link>http://blogs.msdn.com/jeffbe/archive/2008/07/13/rangers-ship-sql-load-testing-tool.aspx</link><pubDate>Sun, 13 Jul 2008 17:37:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8728540</guid><dc:creator>jeffbe</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8728540.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8728540</wfw:commentRss><description>&lt;p&gt;The Team System Rangers have shipped again!&amp;#160; This time they’re have built on the success of the &lt;a href="http://www.codeplex.com/WCFLoadTest"&gt;WCF Load Testing Tool&lt;/a&gt; and have applied that same approach to SQL.&amp;#160; You can find this tool on our Codeplex site: &lt;a href="http://www.codeplex.com/SQLLoadTest"&gt;SQL Load Test&lt;/a&gt;. Here are the details from that site: &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;Project Description &lt;/b&gt;&lt;/p&gt;    &lt;p&gt;This tool takes a SQL Profiler trace file and generates a unit test that replays the same sequence of database calls found in the trace file. The unit test is designed to be used in a Visual Studio Load Test. The code generated is easily modifiable so that data variation can be introduced for the purpose of doing performance testing. The tool generates code for both Visual Studio 2005 and Visual Studio 2008. The source code is a Visual Studio 2005 project. The tool is still in pre-release stage of development.&lt;/p&gt;    &lt;p&gt;&lt;b&gt;Why Load Test SQL? &lt;/b&gt;&lt;/p&gt;    &lt;p&gt;There is a lot of code out there that makes load testing the application very difficult. The most common type is a client application that contains direct database calls. The application however is not structured to allow the business logic to be exercised without the GUI. Another common scenario is a legacy application written in a language such as Visual Basic 6. In cases like these, it can be difficult to load test the application without a GUI test tool, which introduces other disadvantages. GUI test tools are notoriously difficult to use, generally lead to brittle tests and also have limitations in scaling the load injectors sufficiently to exercise the servers. This tool offers one possible alternative. You start with using the client application to generate a trace of the SQL statements which typically represent a usage scenario. You can then turn the trace into equivalent ADO.NET code program that can be used in a load test.&lt;/p&gt;    &lt;p&gt;&lt;b&gt;Tool Description &lt;/b&gt;&lt;/p&gt;    &lt;p&gt;The tool generates a Visual Studio 2005/2008 Unit Test from a SQL Server Profiler trace. It extracts all the SQL statements and stored procedure calls from the trace and turns them into a single Visual Studio Unit Test, which can then be configured as a Visual Studio Load Test. The tool does not interact with the database itself when it analyzes the trace and generates the test code. It can therefore be used in “offline” scenarios. The generated code needs to be customized to include a connection string to the database under test. That code also includes hooks to allow the user to customize the parameters that are passed to the SQL statements and stored procedures, so that variability can be introduced into the data to prevent caching from producing artificially high performance figures. The tool is intended to be used in conjunction with a client program that runs against a database. A trace of the client’s SQL Server activity is captured using the SQL Server Profiler. This represents a test scenario, which is then processed by the tool to produce a Unit Test that replays the scenario.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Congratulations to the various Rangers involved in this project!&amp;#160; Please check it out and let us know what you think.&amp;#160; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8728540" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Load+testing/default.aspx">Load testing</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Rangers/default.aspx">Rangers</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category></item><item><title>Check out good stuff from TechEd 2008</title><link>http://blogs.msdn.com/jeffbe/archive/2008/06/06/check-out-good-stuff-from-teched-2008.aspx</link><pubDate>Fri, 06 Jun 2008 20:44:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8578556</guid><dc:creator>jeffbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8578556.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8578556</wfw:commentRss><description>&lt;p&gt;This was a good week for Team System at TechEd 2008 in Orlando.&amp;#160; I would recommend that you check out the TechEd 2008 Online site (&lt;a title="http://msdn.microsoft.com/en-us/events/teched/default.aspx" href="http://msdn.microsoft.com/en-us/events/teched/default.aspx"&gt;http://msdn.microsoft.com/en-us/events/teched/default.aspx&lt;/a&gt;) to learn about much of what was covered.&amp;#160; In particular, you should check out the &lt;a href="http://www.microsoft.com/winme/0806/33197A/33197A_TechEd_2008_Gates_33197.asx"&gt;BillG keynote&lt;/a&gt; in which our very own Brian Harry demonstrated some exciting new features of Rosario (you can even read more about it &lt;a href="http://blogs.msdn.com/bharry/archive/2008/06/05/teched-2008-keynote.aspx"&gt;here&lt;/a&gt;).&amp;#160; In addition, you should watch the &lt;a href="http://mfile.akamai.com/14853/wmv/microsofttec.download.akamai.com/14853/TechEdOnline/Videos/08_NA_Dev_TEOPanel_10_low.asx"&gt;Team System panel&lt;/a&gt; when you can watch an interactive session with &lt;a href="http://blogs.msdn.com/bharry"&gt;Brian&lt;/a&gt;, &lt;a href="http://blogs.msdn.com/gertd/default.aspx"&gt;Gert Drapers&lt;/a&gt;, Neelesh Kamkolkar, &lt;a href="http://www.peterprovost.org/"&gt;Peter Provost&lt;/a&gt;, Habib Heydarian and Norman Guadagno.&amp;#160; &lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8578556" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/DSL+Tools/default.aspx">DSL Tools</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-DB/default.aspx">TSBT-DB</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TFS/default.aspx">TSBT-TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-ARCH/default.aspx">TSBT-ARCH</category></item><item><title>New edition of TFS Times</title><link>http://blogs.msdn.com/jeffbe/archive/2008/05/26/new-edition-of-tfs-times.aspx</link><pubDate>Mon, 26 May 2008 16:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8552389</guid><dc:creator>jeffbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8552389.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8552389</wfw:commentRss><description>&lt;P&gt;&lt;A href="https://mvp.support.microsoft.com/profile=AEA3A2A6-4537-4BC2-B79F-6F46B72ACF5F"&gt;&lt;FONT color=#669966&gt;Paul Hacker&lt;/FONT&gt;&lt;/A&gt;, one of our 72 (!) &lt;A href="https://mvp.support.microsoft.com/communities/mvp.aspx?product=1&amp;amp;competency=Team+System"&gt;&lt;FONT color=#669966&gt;Team System MVPs&lt;/FONT&gt;&lt;/A&gt;, has recently published a new edition of his very popular &lt;A href="http://www.tfstimes.com/news/"&gt;&lt;FONT color=#669966&gt;TFS Times&lt;/FONT&gt;&lt;/A&gt;.&amp;nbsp; I’m impressed that even with his very busy personal and professional life that he’s able to publish this newsletter but somehow he pulls it off.&amp;nbsp; This most recent issue focuses extensively on Testing related topics including the announcement of the Load Test Report Generator, details on web testing, and advancements in VSTS 2008 for testers, and much more.&amp;nbsp; Take a look at what he’s put together for this month and let him know what else you’d like to see.&amp;nbsp; I know he’d love to hear from you.&amp;nbsp; &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8552389" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Web+testing/default.aspx">Web testing</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Load+testing/default.aspx">Load testing</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category></item><item><title>Load Test Report Generator now available on Codeplex</title><link>http://blogs.msdn.com/jeffbe/archive/2008/05/13/load-test-report-generator-now-available-on-codeplex.aspx</link><pubDate>Tue, 13 May 2008 17:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8500354</guid><dc:creator>jeffbe</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8500354.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8500354</wfw:commentRss><description>&lt;P&gt;The Team System Rangers have shipped again!&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Last Friday, we published our Ranger Load Test Report Generator to Codeplex. We decided to post this to the existing &lt;FONT color=#669966&gt;&lt;A class="" href="http://www.codeplex.com/loadtestreports" mce_href="http://www.codeplex.com/loadtestreports"&gt;Load Test Reports Codplex site&lt;/A&gt; &lt;/FONT&gt;for customer convenience. &lt;/P&gt;
&lt;P&gt;The Load Test Report Generator contains a utility and a set of SQL Server Reporting Services (SSRS) reports that allow users to generate Summary reports, counter comparison reports within and across test runs. The reports are simple but very flexible and can be used to generate &amp;amp; visualize various scenarios that&amp;nbsp; a test team would like to create as a summary report for a set of load test runs. &lt;/P&gt;
&lt;P&gt;The tool allows users to author and generate reports in HTML/MHT and Doc formats. It applies a task based approach for creating reports and is based on the feedback received from consultants in professional test labs. &lt;/P&gt;
&lt;P&gt;Reports can also&amp;nbsp; be generated using the concept of a template that makes it very easy to reuse predefined reports as templates for new ones. It is very simple to use custom build reports with the tool. All you need to do is publish your custom report in SSRS.&lt;/P&gt;
&lt;P&gt;Congratulations to the Team System Rangers for their continued work in accelerating the adoption of Team System by filling the gaps in our current offering.&amp;nbsp; &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8500354" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Load+testing/default.aspx">Load testing</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Rangers/default.aspx">Rangers</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category></item><item><title>Watch James Whittaker talk about Software Testing</title><link>http://blogs.msdn.com/jeffbe/archive/2008/05/09/watch-james-whittaker-talk-about-software-testing.aspx</link><pubDate>Fri, 09 May 2008 18:11:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8480504</guid><dc:creator>jeffbe</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8480504.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8480504</wfw:commentRss><description>&lt;p&gt;James Whittaker has recently joined the team responsible for producing Visual Studio Team System Test Edition as an Architect.&amp;#160; He’s got years of experience in the testing field and it’s great to have him on board.&amp;#160; Brian Keller recently interviewed him for a &lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=402407"&gt;segment on Channel 9&lt;/a&gt; which is well worth watching.&amp;#160; You should also check out the &lt;a href="http://msdn.microsoft.com/en-us/testing/default.aspx"&gt;Tester Center&lt;/a&gt; which contains even more material from James.&amp;#160;&amp;#160; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8480504" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Unit+testing/default.aspx">Unit testing</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Web+testing/default.aspx">Web testing</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category></item><item><title>How DevDiv uses TFS</title><link>http://blogs.msdn.com/jeffbe/archive/2008/04/20/how-devdiv-uses-tfs.aspx</link><pubDate>Sun, 20 Apr 2008 17:57:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8411870</guid><dc:creator>jeffbe</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8411870.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8411870</wfw:commentRss><description>&lt;p&gt;Gregg Boer, a program manager on the TFS work item tracking team has started a series of posts outlining in good detail how we used TFS work item tracking within Developer Division to manage the Visual Studio 2008 project.&amp;#160; Based on the popularity of my &lt;a href="http://blogs.msdn.com/jeffbe/archive/2008/03/20/channel-9-video-project-management-with-tfs.aspx"&gt;Channel 9 video&lt;/a&gt; covering similar topics, I suspect this will be interesting reading for many of you. Check out the first 4 articles in his occasional series:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.msdn.com/teams_wit_tools/archive/2008/03/27/how-microsoft-devdiv-uses-tfs-chapter-1-our-process.aspx"&gt;How DevDiv uses TFS: Process Overview&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/teams_wit_tools/archive/2008/04/03/how-microsoft-devdiv-uses-tfs-chapter-2-feature-crews.aspx"&gt;How DevDiv uses TFS: Feature Crews&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/teams_wit_tools/archive/2008/04/14/how-microsoft-devdiv-uses-tfs-chapter-3-implementing-the-process.aspx"&gt;How DevDiv uses TFS: Implementing the Process&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/teams_wit_tools/archive/2008/04/18/how-microsoft-devdiv-uses-tfs-chapter-4.aspx"&gt;How DevDiv uses TFS: Planning&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Hopefully this explanation of how we have implemented TFS internally will help you with your own implementations.&amp;#160; Please let us know what you think.&lt;/p&gt;  &lt;p&gt;Thanks!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8411870" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Dogfooding/default.aspx">Dogfooding</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TFS/default.aspx">TSBT-TFS</category></item><item><title>April Rosario CTP now available!</title><link>http://blogs.msdn.com/jeffbe/archive/2008/04/11/april-rosario-ctp-now-available.aspx</link><pubDate>Fri, 11 Apr 2008 15:36:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8379944</guid><dc:creator>jeffbe</dc:creator><slash:comments>20</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8379944.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8379944</wfw:commentRss><description>&lt;p&gt;I'm happy to announce that the next Community Technology Preview of Rosario (officially known as &lt;em&gt;Microsoft® Visual Studio® Team System code name “Rosario” April 2008 CTP) &lt;/em&gt;is now available.&amp;nbsp; Customers can immediately begin downloading the VPC images from our &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=65d0e3bd-9df3-421a-804f-8f01bd90f0b4&amp;amp;displaylang=en&amp;amp;tm"&gt;download page&lt;/a&gt;.&amp;nbsp; Because of the size of the VPC, I'd recommend using a download manager, such as the one referred to &lt;a href="http://blogs.msdn.com/briankel/archive/2007/09/06/a-more-reliable-and-faster-download-experience-for-rosario-vs08-vpc-s.aspx"&gt;here&lt;/a&gt;, to download the follow part of this release:  &lt;blockquote&gt; &lt;p&gt;&lt;a href="http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP%20_12PartsTotal.part01.exe"&gt;http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP _12PartsTotal.part01.exe&lt;/a&gt;&lt;br&gt;&lt;a href="http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP%20_12PartsTotal.part02.rar"&gt;http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP _12PartsTotal.part02.rar&lt;/a&gt;&lt;br&gt;&lt;a href="http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP%20_12PartsTotal.part03.rar"&gt;http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP _12PartsTotal.part03.rar&lt;/a&gt;&lt;br&gt;&lt;a href="http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP%20_12PartsTotal.part04.rar"&gt;http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP _12PartsTotal.part04.rar&lt;/a&gt;&lt;br&gt;&lt;a href="http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP%20_12PartsTotal.part05.rar"&gt;http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP _12PartsTotal.part05.rar&lt;/a&gt;&lt;br&gt;&lt;a href="http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP%20_12PartsTotal.part06.rar"&gt;http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP _12PartsTotal.part06.rar&lt;/a&gt;&lt;br&gt;&lt;a href="http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP%20_12PartsTotal.part07.rar"&gt;http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP _12PartsTotal.part07.rar&lt;/a&gt;&lt;br&gt;&lt;a href="http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP%20_12PartsTotal.part08.rar"&gt;http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP _12PartsTotal.part08.rar&lt;/a&gt;&lt;br&gt;&lt;a href="http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP%20_12PartsTotal.part09.rar"&gt;http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP _12PartsTotal.part09.rar&lt;/a&gt;&lt;br&gt;&lt;a href="http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP%20_12PartsTotal.part10.rar"&gt;http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP _12PartsTotal.part10.rar&lt;/a&gt;&lt;br&gt;&lt;a href="http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP%20_12PartsTotal.part11.rar"&gt;http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP _12PartsTotal.part11.rar&lt;/a&gt;&lt;br&gt;&lt;a href="http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP%20_12PartsTotal.part12.rar"&gt;http://download.microsoft.com/download/b/f/9/bf9c1b30-ca2d-4381-8e9e-8b5db9701437/Apr2008RosarioCTP _12PartsTotal.part12.rar&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;For this release we worked on a number of key scenarios that we'd like you to try out.&amp;nbsp; To help facilitate your evaluation, we've included samples and walkthroughs within the VPC to demonstrate these new features.&amp;nbsp; Here's a list of walkthroughs broken out by product:  &lt;p&gt;&lt;b&gt;&lt;u&gt;Architecture Edition&lt;/u&gt;&lt;/b&gt; &lt;ul&gt; &lt;li&gt;Exploring&lt;b&gt; &lt;/b&gt;the &lt;b&gt;existing code structure&lt;/b&gt;&lt;/li&gt; &lt;li&gt;Designing&lt;b&gt; process flow &lt;/b&gt;as activities&lt;b&gt;&lt;/b&gt;&lt;/li&gt; &lt;li&gt;Designing&lt;b&gt; user interactions &lt;/b&gt;with systems&lt;b&gt;&lt;/b&gt;&lt;/li&gt; &lt;li&gt;Designing&lt;b&gt; system functionality &lt;/b&gt;as components&lt;b&gt;&lt;/b&gt;&lt;/li&gt; &lt;li&gt;Visualizing and designing&lt;b&gt; types &lt;/b&gt;in systems&lt;b&gt;&lt;/b&gt;&lt;/li&gt; &lt;li&gt;Visualizing and designing&lt;b&gt; interaction sequences &lt;/b&gt;in systems&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;&lt;u&gt;Development Edition&lt;/u&gt;&lt;/b&gt; &lt;ul&gt; &lt;li&gt;Simplify Code Analysis rule selection with &lt;b&gt;rule sets&lt;/b&gt; &lt;li&gt;Find and fix a bug using the &lt;b&gt;historical debugger&lt;/b&gt; &lt;li&gt;Identify the &lt;strong&gt;test impact &lt;/strong&gt;of code changes  &lt;li&gt;Find a bug on a separate machine using the &lt;b&gt;standalone debugger&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;&lt;u&gt;Database Edition&lt;/u&gt;&lt;/b&gt; &lt;ul&gt; &lt;li&gt;Building and using an &lt;b&gt;off-line representation&lt;/b&gt; of your operational database as a “sandbox” development environment.  &lt;li&gt;Using &lt;b&gt;Data Generation&lt;/b&gt; to custom-build data for testing your database application.  &lt;li&gt;Making and &lt;b&gt;unit-testing schema and code changes&lt;/b&gt; in an off-line environment.  &lt;li&gt;Performing &lt;b&gt;static code analysis&lt;/b&gt; of your programmability objects. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;&lt;u&gt;Test Edition &lt;/u&gt;&lt;/b&gt; &lt;ul&gt; &lt;li&gt;Planning a&lt;b&gt; testing effort&lt;/b&gt;&lt;/li&gt; &lt;li&gt;Executing&lt;b&gt; manual test cases&lt;/b&gt;&lt;/li&gt; &lt;li&gt;&lt;b&gt;Verify the fix&lt;/b&gt;&lt;/li&gt; &lt;li&gt;Automate a&lt;b&gt; manual test and add validation.&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;&lt;u&gt;Team Foundation Server &lt;/u&gt;&lt;/b&gt; &lt;ul&gt; &lt;li&gt;Managing an&lt;b&gt; Agile schedule &lt;/b&gt; &lt;li&gt;Easier &lt;b&gt;reporting from Excel&lt;/b&gt; &lt;li&gt;&lt;b&gt;Managing features &lt;/b&gt;with the CMMI Process&lt;/li&gt; &lt;li&gt;A new &lt;b&gt;Add Files to Source Control&lt;/b&gt; wizard and support for drag and drop from Windows Explorer to Source Control Explorer&lt;/li&gt; &lt;li&gt;An enhanced, non-modal &lt;b&gt;conflict resolution experience&lt;/b&gt;, integrated into the pending changes tool window&lt;/li&gt; &lt;li&gt;A new &lt;b&gt;history view&lt;/b&gt; that shows labels applied to a file as well as how changes were merged across branches&lt;/li&gt; &lt;li&gt;A new &lt;b&gt;automated build system&lt;/b&gt; built on Windows Workflow Foundation, featuring dynamic build machine allocation from a machine pool and distributed build functionality&lt;/li&gt; &lt;li&gt;&lt;b&gt;Rollback&lt;/b&gt; for a check in (currently only available at the command line)&lt;/li&gt; &lt;li&gt;Many Source Control Explorer &lt;b&gt;usability enhancements&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;As you can see, we’ve been busy since our last CTP!&amp;nbsp; As with our previous &lt;a href="http://blogs.msdn.com/jeffbe/archive/2007/11/28/november-rosario-ctp-now-available.aspx"&gt;Rosario CTP&lt;/a&gt;, this release is not a beta. We’ve done a reasonable amount of testing on the bits to ensure that most the major features work to some degree and that the key experiences listed above work well but have not done any of the configuration or deep testing that we do for a beta release that we expect customers to use on a regular basis. As such, we encourage you to take the release for a spin and evaluate the new features we’ve added but please don’t expect to use it for any sort of production usage and understand that any data that you enter into the system cannot be migrated to future releases. And by all means, any applications written with these bits may not be redistributed in any way.  &lt;p&gt;We’re releasing this CTP primarily for two key reasons: practice shipping and collecting feedback. Over the past few weeks, we’ve gotten a lot of the first as we’ve worked out the kinks associated with building, testing and releasing these bits to you. Hopefully in the coming weeks and months, we’ll get a lot of the second from you. Feedback in the form of bugs and suggestions can be submitted via &lt;a href="http://connect.microsoft.com/visualstudio"&gt;http://connect.microsoft.com/visualstudio&lt;/a&gt;. Make sure when you submit issues through Connect that you indicate the product version as being “Visual Studio Team System Code Name “Rosario” (April 2008 CTP)”. That will ensure it gets to the right folks for consideration. If you have a question or would like provide feedback to the product team, we've created a special forum specifically focused on Rosario:&amp;nbsp; &lt;a title="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1736&amp;amp;SiteID=1" href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1736&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1736&amp;amp;SiteID=1&lt;/a&gt;. We look forward to hearing from you.  &lt;p&gt;Please join me in congratulating the Team System team on this release.  &lt;p&gt;Woohoo!  &lt;p&gt;jeff&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8379944" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/VSTSR/default.aspx">VSTSR</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Rosario/default.aspx">Rosario</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-DB/default.aspx">TSBT-DB</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TFS/default.aspx">TSBT-TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-DEV/default.aspx">TSBT-DEV</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-ARCH/default.aspx">TSBT-ARCH</category></item><item><title>84,248 Ads per second!</title><link>http://blogs.msdn.com/jeffbe/archive/2008/03/24/84-248-ads-per-second.aspx</link><pubDate>Mon, 24 Mar 2008 20:30:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8333889</guid><dc:creator>jeffbe</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8333889.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8333889</wfw:commentRss><description>&lt;p&gt;I think that the Load Testing capabilities within Team System Test Edition and the Load Test Agent are really still just waiting to be discovered by the majority of our users.&amp;nbsp; When they do, they're in for a very big surprise. As an example of what these tools can do for an organization, Ed Glas recently posted details about the experience of the adCenter Display Ads Platform team and their use of Team System.&amp;nbsp; Pretty impressive results including running 42 agents generating 3,639,518,000 requests.&amp;nbsp; Check out the details here: &lt;a title="http://blogs.msdn.com/edglas/archive/2008/03/17/84-248-ads-per-second.aspx" href="http://blogs.msdn.com/edglas/archive/2008/03/17/84-248-ads-per-second.aspx"&gt;http://blogs.msdn.com/edglas/archive/2008/03/17/84-248-ads-per-second.aspx&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8333889" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Load+testing/default.aspx">Load testing</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category></item><item><title>Join me at our next Team System Chat</title><link>http://blogs.msdn.com/jeffbe/archive/2008/03/24/join-me-at-our-next-team-system-chat.aspx</link><pubDate>Mon, 24 Mar 2008 17:17:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8333549</guid><dc:creator>jeffbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8333549.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8333549</wfw:commentRss><description>&lt;p&gt;Join members of the Visual Studio Team System product group to discuss features available in Team Foundation Server, Team Suite, Architecture Edition, Development Edition, Database Edition, and Test Edition. In addition, discuss what's new for these editions for Visual Studio 2008.  &lt;p&gt;&lt;a href="http://www.microsoft.com/communities/chats/vcs/08_0409_msdn_VSTS.ics"&gt;&lt;b&gt;Add to Calendar&lt;/b&gt;&lt;/a&gt; &lt;p&gt;&lt;b&gt;April 9, 2008&lt;/b&gt;&lt;br&gt;10:00 A.M. Pacific Time &lt;br&gt;&lt;a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=4&amp;amp;day=9&amp;amp;year=2008&amp;amp;hour=10&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=234"&gt;Additional Time Zones&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8333549" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-DB/default.aspx">TSBT-DB</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TFS/default.aspx">TSBT-TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-DEV/default.aspx">TSBT-DEV</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-ARCH/default.aspx">TSBT-ARCH</category></item><item><title>Licensing Team System editions for your build machine</title><link>http://blogs.msdn.com/jeffbe/archive/2008/03/18/licensing-team-system-editions-for-your-build-machine.aspx</link><pubDate>Tue, 18 Mar 2008 16:46:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8315271</guid><dc:creator>jeffbe</dc:creator><slash:comments>14</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8315271.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8315271</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blog.davidyack.com/"&gt;David Yack&lt;/a&gt;, one of our MS Regional Directors and a .NET MVP, tells me there is considerable confusion around the licensing requirements for the software installed on Team System build machines.&amp;nbsp; The best resource available for these sorts of questions is the &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=1FA86E00-F0A3-4290-9DA9-6E0378A3A3C5&amp;amp;displaylang=en#filelist"&gt;VSTS Licensing Whitepaper&lt;/a&gt; which goes into numerous licensing scenarios in depth.&amp;nbsp; In the case of if you need a separate license of the Team System Development or Test edition on your build machine, in most cases you don't.&amp;nbsp; Here's the excerpt from the whitepaper:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Those users who are authoring tests and including them as part of a Team Build type must be appropriately licensed with the relevant Team Edition product. For unit tests, Team Edition for Software Developers or Team Edition for Database Professionals or Team Edition for Software Testers or Team Suite would be required by the test author. For load and other test types, Team Edition for Software Testers or Team Suite would be required. Similarly, a user who includes code analysis in a Team Build Type must also be appropriately licensed for Team Edition for Software Developers. Users who merely execute and review Team Builds are only required to have a Team Foundation Server CAL. &lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;The way I think about it, the &lt;strong&gt;people &lt;/strong&gt;that are using the Team editions need to be properly licensed which in turn ensures the that the build &lt;strong&gt;machines&lt;/strong&gt; are covered as well.&amp;nbsp; &lt;p&gt;Hope this helps in some small way to reduce the confusion on this topic.&amp;nbsp; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8315271" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TFS/default.aspx">TSBT-TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-DEV/default.aspx">TSBT-DEV</category></item><item><title>Load testing Windows Communication Foundation applications</title><link>http://blogs.msdn.com/jeffbe/archive/2008/01/28/load-testing-windows-communication-foundation-applications.aspx</link><pubDate>Mon, 28 Jan 2008 04:00:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7275599</guid><dc:creator>jeffbe</dc:creator><slash:comments>7</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/7275599.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=7275599</wfw:commentRss><description>&lt;p&gt;The VSTS Rangers have done it again!&amp;nbsp; They've identified a gap in our current product offering that was blocking it's adoption by a major customer and found a way to deliver tooling to fill the gap.&amp;nbsp; In this case, the challenge at hand was load testing an application that was utilizing the new Windows Communication Foundation (WCF), part of the .NET Framework 3.0.&amp;nbsp; &lt;/p&gt; &lt;p&gt;In response, our team wrote a tool which takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a unit test that replays the same sequence of calls found in the trace file. The code generated is easily modifiable so that data variation can be introduced for the purpose of doing performance testing.&lt;/p&gt; &lt;p&gt;The tool generates code for both Visual Studio 2005 and Visual Studio 2008. It also installs a wizard into both editions of Visual Studio for creating the trace and processing it from inside Visual Studio. If both editions are present the tool is installed into both editions. The source code is a Visual Studio 2005 project.&lt;/p&gt; &lt;p&gt;&lt;b&gt;Features &lt;/b&gt; &lt;p&gt;The tool has the following main features: &lt;ul&gt; &lt;li&gt;Replay of captured scenario in a unit test that can be included in a load test. &lt;/li&gt; &lt;li&gt;Support for the DataContractSerializer. &lt;/li&gt; &lt;li&gt;Support for message contracts. &lt;/li&gt; &lt;li&gt;Support for proxies generated using svcutil. &lt;/li&gt; &lt;li&gt;Support for clients that create proxies at run time from contract interfaces. &lt;/li&gt; &lt;li&gt;Supports calls to multiple services in a single scenario. &lt;/li&gt; &lt;li&gt;Supports multiple calls to the same service operation. &lt;/li&gt; &lt;li&gt;Filtering by SOAP action of which messages in the trace to replay. &lt;/li&gt; &lt;li&gt;Readable and modifiable code is generated. &lt;/li&gt; &lt;li&gt;Automatic association of trace message with proxy method (requires all operations to have a unique SOAP action). &lt;/li&gt; &lt;li&gt;Support for client and server side traces. &lt;/li&gt; &lt;li&gt;A command line tool for processing traces and generating code. &lt;/li&gt; &lt;li&gt;Visual Studio 2005/2008 integration (Team Developer, Team Test, Team Suite and for 2008 also Professional)) that can be used instead of the command line tool. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;You can learn more as well as download the contents from &lt;a href="http://www.codeplex.com/WCFLoadTest"&gt;here&lt;/a&gt; on the Codeplex site. &lt;/p&gt; &lt;p&gt;Congratulations to the Ranger team for this powerful tool and the resulting customer win. Please take a look and let us know what you think.&amp;nbsp; &lt;/p&gt; &lt;p&gt;Woohoo!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7275599" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Load+testing/default.aspx">Load testing</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Rangers/default.aspx">Rangers</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category></item><item><title>VS2008 Demo and Training kit available</title><link>http://blogs.msdn.com/jeffbe/archive/2007/11/23/vs2008-demo-and-training-kit-available.aspx</link><pubDate>Fri, 23 Nov 2007 17:09:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6484707</guid><dc:creator>jeffbe</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/6484707.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=6484707</wfw:commentRss><description>&lt;p&gt;The Visual Studio 2008 Training Kit has been updated for the RTM and has been released on the Microsoft.com Download Center for anyone to download and use.&amp;nbsp; You can download the entire training kit from the download center here:&amp;nbsp; &lt;a href="http://go.microsoft.com/?linkid=7602397"&gt;http://go.microsoft.com/?linkid=7602397&lt;/a&gt;.&amp;nbsp; After downloading the kit, simply run the installation program to extract the contents to your local machine.&amp;nbsp; Once the installation process is complete, you will see an HTML page that allows you to navigate through the contents of the kit.&amp;nbsp; It contains a full 5-days of technical content including &lt;b&gt;20 hands-on labs&lt;/b&gt;, &lt;b&gt;28 presentations&lt;/b&gt;, and &lt;b&gt;20 scripted demos&lt;/b&gt;.&amp;nbsp;&amp;nbsp; &lt;p&gt;Here are the specific Team System content items you'll find within this kit: &lt;p&gt;&lt;b&gt;Presentations:&lt;/b&gt; &lt;/p&gt; &lt;ul&gt; &lt;li&gt;Introducing Application Lifecycle Management &lt;/li&gt; &lt;li&gt;Value-up software development &lt;/li&gt; &lt;li&gt;The Business Analyst Perspective &lt;/li&gt; &lt;li&gt;The Project Managers Perspective &lt;/li&gt; &lt;li&gt;The Architect Perspective &lt;/li&gt; &lt;li&gt;The Developers Perspective &lt;/li&gt; &lt;li&gt;The Testers Perspective &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;Demos:&lt;/b&gt;  &lt;ul&gt; &lt;li&gt;Check-in Policies for Process Enforcement &lt;/li&gt; &lt;li&gt;Code Analysis &lt;/li&gt; &lt;li&gt;Code Metrics and Profiling &lt;/li&gt; &lt;li&gt;Creating and Executing Unit Tests &lt;/li&gt; &lt;li&gt;Process Governance with VSTS &lt;/li&gt; &lt;li&gt;Test Processes &lt;/li&gt; &lt;li&gt;Top Down Design&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Props to &lt;a href="http://ozgrant.com/"&gt;Grant Holliday&lt;/a&gt; (VSTS MVP extraordinaire) for &lt;a href="http://ozgrant.com/2007/11/20/vs2008-and-net-35-training-demo-kit/"&gt;pointing me at this recent release&lt;/a&gt;.&amp;nbsp; I love our &lt;a href="https://mvp.support.microsoft.com/communities/mvp.aspx?product=1&amp;amp;competency=Visual+Developer+-+Team+System"&gt;MVPs&lt;/a&gt;...they often seem to know more than those of us on the product team!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6484707" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-DB/default.aspx">TSBT-DB</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TFS/default.aspx">TSBT-TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-DEV/default.aspx">TSBT-DEV</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-ARCH/default.aspx">TSBT-ARCH</category></item><item><title>December Team System chats</title><link>http://blogs.msdn.com/jeffbe/archive/2007/11/22/december-team-system-chats.aspx</link><pubDate>Thu, 22 Nov 2007 16:39:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6470689</guid><dc:creator>jeffbe</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/6470689.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=6470689</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Come chat with the Visual Studio Team System group – December 5th&lt;/b&gt; &lt;p&gt;Join members of the Visual Studio Team System product group to discuss features available in Team Foundation Server, Team Suite, Architecture Edition, Development Edition, Database Edition, and Test Edition. In addition, discuss what's new for these editions for Visual Studio 2008. &lt;p&gt;We will be holding two sessions: &lt;p&gt;Join the &lt;a href="http://msdn.microsoft.com/chats"&gt;chat&lt;/a&gt; on Wednesday, December 5th, 2007 from 10:00am - 11:00am Pacific Time. &lt;a href="http://www.microsoft.com/communities/chats/vcs/07_1205_msdn_VSTS10.ics"&gt;Add to Calendar&lt;/a&gt; | &lt;a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=12&amp;amp;day=5&amp;amp;year=2007&amp;amp;hour=10&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=234"&gt;Additional Time Zones&lt;/a&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -and- &lt;p&gt;Join the &lt;a href="http://msdn.microsoft.com/chats"&gt;chat&lt;/a&gt; on Wednesday, December 5th, 2007 from 4:00pm - 5:00pm Pacific Time. &lt;a href="http://www.microsoft.com/communities/chats/vcs/07_1205_msdn_VSTS4.ics"&gt;Add to Calendar&lt;/a&gt; | &lt;a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=12&amp;amp;day=5&amp;amp;year=2007&amp;amp;hour=16&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=234"&gt;Additional Time Zones&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6470689" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-DB/default.aspx">TSBT-DB</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TFS/default.aspx">TSBT-TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-DEV/default.aspx">TSBT-DEV</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-ARCH/default.aspx">TSBT-ARCH</category></item><item><title>Visual Studio Team System 2008 ships!</title><link>http://blogs.msdn.com/jeffbe/archive/2007/11/19/visual-studio-team-system-2008-ships.aspx</link><pubDate>Mon, 19 Nov 2007 20:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6405000</guid><dc:creator>jeffbe</dc:creator><slash:comments>43</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/6405000.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=6405000</wfw:commentRss><description>&lt;P&gt;What else can I say?&amp;nbsp; The big day has arrived (read the official word &lt;A href="http://blogs.msdn.com/somasegar/archive/2007/11/19/visual-studio-2008-and-net-framework-3-5-shipped.aspx" mce_href="http://blogs.msdn.com/somasegar/archive/2007/11/19/visual-studio-2008-and-net-framework-3-5-shipped.aspx"&gt;here on Soma's blog&lt;/A&gt;) and we're all very excited to let everyone know that all parts of the Visual Studio Team System 2008 product family are available today for &lt;A href="http://msdn2.microsoft.com/en-us/vstudio/default.aspx" mce_href="http://msdn2.microsoft.com/en-us/vstudio/default.aspx"&gt;download from MSDN&lt;/A&gt;.&amp;nbsp; If you're not already a subscriber to MSDN, you can download a 90-day trial of &lt;A href="http://go.microsoft.com/?linkid=7755932" mce_href="http://go.microsoft.com/?linkid=7755932"&gt;Team Suite&lt;/A&gt; and &lt;A href="http://go.microsoft.com/?linkid=7755933" mce_href="http://go.microsoft.com/?linkid=7755933"&gt;TFS&lt;/A&gt; instead.&amp;nbsp; We've been working on this release for the past two years so there's a whole lot of new features available, many of which we've talked about during the beta releases.&amp;nbsp; Here's a quick run down of some of the key features in Team System this time around (drop me a note if I missed your favorites): &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Development Edition&lt;BR&gt;&lt;/STRONG&gt;&lt;A href="http://blogs.msdn.com/fxcop/archive/2007/11/15/code-metrics-as-check-in-policy.aspx" mce_href="http://blogs.msdn.com/fxcop/archive/2007/11/15/code-metrics-as-check-in-policy.aspx"&gt;Code Analysis Checkin Policy&lt;/A&gt; &lt;BR&gt;&lt;A href="http://blogs.msdn.com/fxcop/archive/2007/10/03/new-for-visual-studio-2008-code-metrics.aspx" mce_href="http://blogs.msdn.com/fxcop/archive/2007/10/03/new-for-visual-studio-2008-code-metrics.aspx"&gt;Code Metrics&lt;/A&gt; &lt;BR&gt;&lt;A href="http://weblogs.asp.net/scottgu/archive/2007/07/19/vs-2008-javascript-debugging.aspx" mce_href="http://weblogs.asp.net/scottgu/archive/2007/07/19/vs-2008-javascript-debugging.aspx"&gt;JavaScript debugging&lt;/A&gt;&amp;nbsp;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/ianhu/archive/2007/04/03/comparing-performance-reports-with-the-visual-studio-team-system-profiler.aspx" mce_href="http://blogs.msdn.com/ianhu/archive/2007/04/03/comparing-performance-reports-with-the-visual-studio-team-system-profiler.aspx"&gt;Performance run comparison&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/ianhu/archive/2007/09/14/pinpoint-a-performance-issue-using-hotpath-in-visual-studio-2008.aspx" mce_href="http://blogs.msdn.com/ianhu/archive/2007/09/14/pinpoint-a-performance-issue-using-hotpath-in-visual-studio-2008.aspx"&gt;Hot pathing&lt;/A&gt; &lt;BR&gt;&lt;A href="http://blogs.msdn.com/fxcop/archive/2007/01/12/january-orcas-ctp-released.aspx" mce_href="http://blogs.msdn.com/fxcop/archive/2007/01/12/january-orcas-ctp-released.aspx"&gt;Code Analysis Rules&lt;/A&gt; &lt;BR&gt;&lt;A href="http://blogs.msdn.com/fxcop/archive/2007/09/20/new-for-visual-studio-2008-code-analysis-policy-improvements.aspx" mce_href="http://blogs.msdn.com/fxcop/archive/2007/09/20/new-for-visual-studio-2008-code-analysis-policy-improvements.aspx"&gt;Rules Management&lt;/A&gt; &lt;BR&gt;&lt;A href="http://blogs.msdn.com/fxcop/archive/2007/09/22/new-for-visual-studio-2008-the-analyze-menu.aspx" mce_href="http://blogs.msdn.com/fxcop/archive/2007/09/22/new-for-visual-studio-2008-the-analyze-menu.aspx"&gt;Analyze menu&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/fxcop/archive/2007/08/12/new-for-visual-studio-2008-spelling-rules.aspx" mce_href="http://blogs.msdn.com/fxcop/archive/2007/08/12/new-for-visual-studio-2008-spelling-rules.aspx"&gt;Spelling rules&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Database Edition&lt;/STRONG&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/gertd/archive/2007/07/29/visual-studio-team-system-2008-team-suite-beta-2.aspx" mce_href="http://blogs.msdn.com/gertd/archive/2007/07/29/visual-studio-team-system-2008-team-suite-beta-2.aspx"&gt;Integrate TeamData v1 into Team Suite&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Test Edition&lt;BR&gt;&lt;/STRONG&gt;&lt;A href="http://blogs.msdn.com/nnaderi/archive/2007/05/14/new-unit-testing-features-in-orcas-part-2.aspx" mce_href="http://blogs.msdn.com/nnaderi/archive/2007/05/14/new-unit-testing-features-in-orcas-part-2.aspx"&gt;Auto cleanup of results&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/billbar/archive/2007/06/14/new-load-test-and-web-test-features-in-the-orcas-release.aspx" mce_href="http://blogs.msdn.com/billbar/archive/2007/06/14/new-load-test-and-web-test-features-in-the-orcas-release.aspx"&gt;Control Load Modeling&lt;/A&gt; &lt;BR&gt;&lt;A href="http://blogs.msdn.com/slumley/pages/load-test-execution-post-run-ui-enhancements.aspx" mce_href="http://blogs.msdn.com/slumley/pages/load-test-execution-post-run-ui-enhancements.aspx"&gt;New default views&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/nnaderi/archive/2007/05/14/new-unit-testing-features-in-orcas-part-2.aspx" mce_href="http://blogs.msdn.com/nnaderi/archive/2007/05/14/new-unit-testing-features-in-orcas-part-2.aspx"&gt;Devices Unit testing&lt;/A&gt; &lt;BR&gt;&lt;A href="http://blogs.msdn.com/nnaderi/archive/2007/05/11/new-unit-testing-features-in-orcas-part-1.aspx" mce_href="http://blogs.msdn.com/nnaderi/archive/2007/05/11/new-unit-testing-features-in-orcas-part-1.aspx"&gt;Test performance improvements&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/nnaderi/archive/2007/05/11/new-unit-testing-features-in-orcas-part-1.aspx" mce_href="http://blogs.msdn.com/nnaderi/archive/2007/05/11/new-unit-testing-features-in-orcas-part-1.aspx"&gt;Inherited test classes&lt;/A&gt; &lt;BR&gt;&lt;A href="http://blogs.msdn.com/edglas/archive/2007/03/28/what-s-new-in-orcas.aspx" mce_href="http://blogs.msdn.com/edglas/archive/2007/03/28/what-s-new-in-orcas.aspx"&gt;Load test and profiler integration&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/slumley/pages/web-test-correlation-helper-feature-in-orcas.aspx" mce_href="http://blogs.msdn.com/slumley/pages/web-test-correlation-helper-feature-in-orcas.aspx"&gt;Web test correlation&lt;/A&gt; &lt;BR&gt;&lt;A href="http://blogs.msdn.com/vstsqualitytools/archive/2007/08/20/right-click-test-execution.aspx" mce_href="http://blogs.msdn.com/vstsqualitytools/archive/2007/08/20/right-click-test-execution.aspx"&gt;Right-click test execution&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/ryanvog/archive/2007/07/31/test-generation-from-a-compiled-assembly.aspx" mce_href="http://blogs.msdn.com/ryanvog/archive/2007/07/31/test-generation-from-a-compiled-assembly.aspx"&gt;Test generation from a compiled assembly&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/billbar/archive/2007/06/14/new-load-test-and-web-test-features-in-the-orcas-release.aspx" mce_href="http://blogs.msdn.com/billbar/archive/2007/06/14/new-load-test-and-web-test-features-in-the-orcas-release.aspx"&gt;Webtest recorder support for AJAX and popups&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/slumley/pages/web-test-playback-enhancements.aspx" mce_href="http://blogs.msdn.com/slumley/pages/web-test-playback-enhancements.aspx"&gt;Webtest playback improvements&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Architecture Edition&lt;BR&gt;&lt;/STRONG&gt;&lt;A href="http://blogs.msdn.com/vsarch/archive/2007/04/20/visual-studio-orcas-beta-1-and-team-architect.aspx" mce_href="http://blogs.msdn.com/vsarch/archive/2007/04/20/visual-studio-orcas-beta-1-and-team-architect.aspx"&gt;Architectural Roles&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/vsarch/archive/2007/06/20/conform-to-wsdl-new-feature-in-team-architect-orcas.aspx" mce_href="http://blogs.msdn.com/vsarch/archive/2007/06/20/conform-to-wsdl-new-feature-in-team-architect-orcas.aspx"&gt;Conform to WSDL&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/vsarch/archive/2007/08/30/top-down-system-design-by-delegating-behavior.aspx" mce_href="http://blogs.msdn.com/vsarch/archive/2007/08/30/top-down-system-design-by-delegating-behavior.aspx"&gt;Top-down system design&lt;/A&gt; &lt;BR&gt;&lt;A href="http://blogs.msdn.com/vsarch/archive/2007/04/20/visual-studio-orcas-beta-1-and-team-architect.aspx" mce_href="http://blogs.msdn.com/vsarch/archive/2007/04/20/visual-studio-orcas-beta-1-and-team-architect.aspx"&gt;Web application projects&lt;/A&gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Team Foundation Server&lt;BR&gt;&lt;/STRONG&gt;&lt;A href="http://blogs.msdn.com/bharry/archive/2007/08/08/final-tfs-2008-feature-list.aspx" mce_href="http://blogs.msdn.com/bharry/archive/2007/08/08/final-tfs-2008-feature-list.aspx"&gt;SharePoint 3.0 / 2007 support&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/bharry/archive/2007/08/08/final-tfs-2008-feature-list.aspx" mce_href="http://blogs.msdn.com/bharry/archive/2007/08/08/final-tfs-2008-feature-list.aspx"&gt;Improved deployment experience&lt;/A&gt; &lt;BR&gt;&lt;A href="http://blogs.msdn.com/bharry/archive/2007/07/30/new-tfs-offline-support-in-beta-2.aspx" mce_href="http://blogs.msdn.com/bharry/archive/2007/07/30/new-tfs-offline-support-in-beta-2.aspx"&gt;Better offline support&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/buckh/archive/2006/11/22/continuous-integration-in-team-build-for-orcas.aspx" mce_href="http://blogs.msdn.com/buckh/archive/2006/11/22/continuous-integration-in-team-build-for-orcas.aspx"&gt;Continuous integration&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/buckh/archive/2007/02/07/you-can-schedule-builds-in-orcas.aspx" mce_href="http://blogs.msdn.com/buckh/archive/2007/02/07/you-can-schedule-builds-in-orcas.aspx"&gt;Build queuing &amp;amp; scheduled builds&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/buckh/archive/2007/08/14/tfs-2008-a-basic-guide-to-team-build-2008.aspx" mce_href="http://blogs.msdn.com/buckh/archive/2007/08/14/tfs-2008-a-basic-guide-to-team-build-2008.aspx"&gt;Drop Management&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/bharry/archive/2006/10/05/A-new-look-for-Annotate.aspx" mce_href="http://blogs.msdn.com/bharry/archive/2006/10/05/A-new-look-for-Annotate.aspx"&gt;Annotate&lt;/A&gt; &lt;BR&gt;&lt;A href="http://blogs.msdn.com/bharry/archive/2006/10/31/updated-look-for-treediff.aspx" mce_href="http://blogs.msdn.com/bharry/archive/2006/10/31/updated-look-for-treediff.aspx"&gt;Folder Diff&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/benryan/archive/2006/12/22/get-latest-on-checkout.aspx" mce_href="http://blogs.msdn.com/benryan/archive/2006/12/22/get-latest-on-checkout.aspx"&gt;Get latest on checkout&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/bharry/archive/2007/10/18/tfs-2008-system-recommendations.aspx" mce_href="http://blogs.msdn.com/bharry/archive/2007/10/18/tfs-2008-system-recommendations.aspx"&gt;Performance and scale improvements&lt;/A&gt; (&lt;A href="http://blogs.msdn.com/bharry/archive/2007/01/14/orcas-work-item-tracking-performance-improvements.aspx" mce_href="http://blogs.msdn.com/bharry/archive/2007/01/14/orcas-work-item-tracking-performance-improvements.aspx"&gt;Work Item Tracking&lt;/A&gt; / &lt;A href="http://blogs.msdn.com/bharry/archive/2006/10/06/Orcas-Version-Control-Performance-Improvements.aspx" mce_href="http://blogs.msdn.com/bharry/archive/2006/10/06/Orcas-Version-Control-Performance-Improvements.aspx"&gt;Version Control&lt;/A&gt;)&lt;BR&gt;&lt;A href="http://blogs.msdn.com/tfsvcs/archive/2007/03/23/destroy-a-new-feature-for-orcas.aspx" mce_href="http://blogs.msdn.com/tfsvcs/archive/2007/03/23/destroy-a-new-feature-for-orcas.aspx"&gt;Destroy files&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/tfsvcs/archive/2007/05/22/orcas-merge-enhancements.aspx" mce_href="http://blogs.msdn.com/tfsvcs/archive/2007/05/22/orcas-merge-enhancements.aspx"&gt;Improved source control merging&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/tfsvcs/archive/2006/12/28/orcas-workspace-mapping-improvements.aspx" mce_href="http://blogs.msdn.com/tfsvcs/archive/2006/12/28/orcas-workspace-mapping-improvements.aspx"&gt;Workspace mapping improvements&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blogs.msdn.com/bharry/archive/2007/08/01/vsts-web-access-overview.aspx" mce_href="http://blogs.msdn.com/bharry/archive/2007/08/01/vsts-web-access-overview.aspx"&gt;Team System Web Access&lt;/A&gt; (power tool)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Many, many congratulations to all the people that worked so hard over the past couple of years on this release.&amp;nbsp; And more importantly, many, many thanks to our customers for providing us feedback on Team System 2005 as well as pre-releases of Team System 2008.&amp;nbsp; You help us do a better job!&lt;/P&gt;
&lt;P&gt;Please try it out and let us know how Visual Studio Team System 2008 works for you!&lt;/P&gt;
&lt;P&gt;Woohoo!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6405000" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-DB/default.aspx">TSBT-DB</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TFS/default.aspx">TSBT-TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-DEV/default.aspx">TSBT-DEV</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-ARCH/default.aspx">TSBT-ARCH</category></item><item><title>Update on expiring VS2008 Beta2 VPCs</title><link>http://blogs.msdn.com/jeffbe/archive/2007/10/27/update-on-expiring-vs2008-beta2-vpcs.aspx</link><pubDate>Sat, 27 Oct 2007 20:25:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5715553</guid><dc:creator>jeffbe</dc:creator><slash:comments>39</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/5715553.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=5715553</wfw:commentRss><description>&lt;p&gt;Over the past few days I've been doing a lot of research around the issue of the VPCs issued with VS2008 / TFS 2008 Beta2 expiring on November 1, 2007.&amp;nbsp; I wanted to share my findings with everyone.&amp;nbsp; &lt;/p&gt; &lt;p&gt;First, because it wasn't clear to me what would happen to the VPCs after November 1st, I've emulated the timeout experience on my machine.&amp;nbsp; Turns out the behavior wasn't as bad as I had first imaged.&amp;nbsp; After the OS expiration date passed, the VPC continued to run normally for an hour.&amp;nbsp; Then a message box was displayed notifying me that the evaluation period for Windows had expired and that the VPC would continue to run for another hour before rebooting: &lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/jeffbe/WindowsLiveWriter/UpdateonexpiringVS2008Beta2VPCs_9294/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="137" alt="image" src="http://blogs.msdn.com/blogfiles/jeffbe/WindowsLiveWriter/UpdateonexpiringVS2008Beta2VPCs_9294/image_thumb.png" width="683" border="0"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;During this time, the system continued to run normally, meaning that you should have plenty of time to retrieve your data and move it to another system.&amp;nbsp; After the system shut down, I was able to restart it and have another two hours to use it until it shut down again.&amp;nbsp; As far as I can tell, I could repeat that cycle as many times as I wanted. &lt;/p&gt; &lt;p&gt;For some, like those using the VPC for demo purposes, this may be a tolerable situation and no additional action will be required.&amp;nbsp; For those that need to use the VPC for longer than 2 hrs at a time, you can upgrade your installation of the OS as long as you have a valid license for Windows Server 2003.&amp;nbsp; Turns out we have a few of those lying around here so I took one and upgraded my copy to be sure that worked okay.&amp;nbsp; Anyone that has an MSDN subscription probably has valid licenses available to use for an upgrade. &lt;/p&gt; &lt;p&gt;After putting the DVD in (and using the CD menu to "Use Physical Drive D:") I got the following dialog&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/jeffbe/WindowsLiveWriter/UpdateonexpiringVS2008Beta2VPCs_9294/image_4.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="251" alt="image" src="http://blogs.msdn.com/blogfiles/jeffbe/WindowsLiveWriter/UpdateonexpiringVS2008Beta2VPCs_9294/image_thumb_1.png" width="326" border="0"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;After typing in my Product ID (no, I won't be showing that dialog), the upgrade proceeded and completed in a couple hours.&amp;nbsp; I verified with 'winver' that the OS was properly upgraded and that the timeout had been removed.&amp;nbsp; Afterwards, I checked to make sure the installation of Visual Studio and TFS still worked correctly. &lt;/p&gt; &lt;p&gt;So, based on this evaluation, I see three possible alternatives:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Do nothing&lt;/strong&gt;: if you don't need to use your VPC for more than an hour or so at at time (for instance for demos), then you can probably tolerate the behavior of the timed out OS.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Upgrade OS to fully licensed version: &lt;/strong&gt;if you have access to a fully licensed version of Windows Server, follow the steps above and upgrade the expired OS.&amp;nbsp; &lt;/li&gt; &lt;li&gt;&lt;strong&gt;Use new VPC images:&lt;/strong&gt; if you can't upgrade the VPC OS and want to continue to use VS2008 / TFS2008 Beta2 on a regular basis, you'll probably want to use the new VPC images which we'll publish early the week of October 29.&amp;nbsp; If you have data in TFS, you'll need to follow the instructions on &lt;a href="http://msdn2.microsoft.com/en-us/library/ms404879(VS.90).aspx"&gt;moving TFS servers&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;So, while it's an unfortunate situation that our VPCs are expiring early, I'm relieved that there are several alternative approaches for people to follow depending on their situation. &lt;/p&gt; &lt;p&gt;We're nearly done with the process of publishing the new VPC images.&amp;nbsp; When that's complete, I'll post another note to let everyone know. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5715553" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-TST/default.aspx">TSBT-TST</category></item></channel></rss>