<?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</title><link>http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx</link><description>Tags: TSBT</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>Using Team System for SharePoint development</title><link>http://blogs.msdn.com/jeffbe/archive/2008/07/13/using-team-system-for-sharepoint-development.aspx</link><pubDate>Sun, 13 Jul 2008 17:25:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8728500</guid><dc:creator>jeffbe</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8728500.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8728500</wfw:commentRss><description>&lt;p&gt;From all indications, &lt;a href="http://www.microsoft.com/sharepoint/default.mspx"&gt;Microsft Office SharePoint Server (MOSS)&lt;/a&gt; adoption is growing quickly as it provides an easy way to share information, facilitate collaboration, manage content, and implement workflow within enterprises.&amp;#160; We use it daily here on our team to store documents, and share project details.&amp;#160; We’ve done a bit of customization but I can tell that there are many more capabilities that we have not yet exploited.&amp;#160; As customers adopt and customize the platform, they find that they want bring the power of Team System to managing the lifecycle of their sites just like they’ve done for their other application development efforts.&amp;#160; To help with this, the Team System Rangers have engaged in an effort to develop guidance around the best practices for SharePoint application development. We plan to publish the guidance in the form of white papers and articles to MSDN.&lt;/p&gt;  &lt;p&gt;As we engage on this project, we’d like your feedback on the top topics around leveraging Team Foundation Server (TFS) for MOSS application development. Please review the below list of categories that we’re planning to cover and let us know if we’re hitting the most important ones.&amp;#160; Are there any that we’re missing?&amp;#160; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Implementing TFS Team Build for SharePoint Development&lt;/strong&gt;:&amp;#160; Customers want to use Team Build to centrally build their SharePoint application projects on demand or on an automatic schedule as well as how to extend Team Build for deployment to target SharePoint farms.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Assembly and Artifact Development Models for SharePoint&lt;/strong&gt;: Development teams need to reconcile the differences between artifact and assembly development, including combining these two components into a single source control repository such as Team Foundation Server.&amp;#160; There are various team and organizational models ensure all artifacts and assembly components of a SharePoint application get packaged for farm deployment as a single unit.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Deploying and Managing SharePoint Solutions&lt;/strong&gt;: Development teams and administrators need strategies for deploying their application into a target SharePoint environment.&amp;#160; Since there are various types of SharePoint applications, there are various strategies and scenarios to consider. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Implementing TFS as an ALM Platform for SharePoint Development&lt;/strong&gt;:&amp;#160; Developers want advice on how to best take advantage of the collaboration capabilities of TFS to increase their ability to stay organized and focused on meeting business requirements.&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Leveraging Testing for SharePoint&lt;/strong&gt;: Customers, given the complexity some of their customized SharePoint applications, want advice on tools and methods needed to test their SharePoint applications and how Team Foundation Server can extend these capabilities.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;So, if your team is creating custom applications for SharePoint, we’re hoping that guidance on these topics will be helpful. Please let us know if we’re missing any major areas from your perspective.&lt;/p&gt;  &lt;p&gt;Thanks!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8728500" 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/TSBT/default.aspx">TSBT</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Rangers/default.aspx">Rangers</category></item><item><title>Guidance Explorer: enabling discovery, composition and consumption of high quality development guidance</title><link>http://blogs.msdn.com/jeffbe/archive/2008/07/06/guidance-explorer-enabling-discovery-composition-and-consumption-of-high-quality-development-guidance.aspx</link><pubDate>Sun, 06 Jul 2008 18:06:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8697032</guid><dc:creator>jeffbe</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8697032.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8697032</wfw:commentRss><description>&lt;p&gt;Several of our MVPs just recently “discovered” the Guidance Explorer project run by our very on &lt;a href="http://msdn.microsoft.com/en-us/practices/default.aspx"&gt;patterns &amp;amp; practices&lt;/a&gt; team even though it’s been released for some time now.&amp;#160; Since this was a surprise to many of them, I figured it’d be good mention it more broadly in case others might find it useful.&amp;#160; As you hopefully know by now, the p&amp;amp;p team is all about providing guidance to architects and developers interested in learning more about how to apply Microsoft’s technologies to common application development scenarios.&amp;#160; They produce a ton of content and often times customers want to customize the organization of that guidance to make it easier to access and navigate.&amp;#160; Enter the &lt;a href="http://www.codeplex.com/guidanceExplorer"&gt;Guidance Explorer&lt;/a&gt;.&amp;#160; This Codeplex project provides an easy way to: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Find relevant patterns &amp;amp; practices guidance &lt;/li&gt;    &lt;li&gt;Build customized checklists for your development scenarios &lt;/li&gt;    &lt;li&gt;Build customized guidelines for your development scenarios &lt;/li&gt;    &lt;li&gt;Build custom sets of guidance and share with your team as recommended practice.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Here’s a quick screenshot of the tool:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;img alt="browse.jpg" src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=guidanceExplorer&amp;amp;DownloadId=25390" /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;As you can see, it provides the ability to navigate, search, filter and customize your view on all of p&amp;amp;p’s content.&amp;#160; Some of the guidance you might want to navigate with the Guidance Explorer includes:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.codeplex.com/PerfTesting"&gt;patterns &amp;amp; practices Performance Testing Guidance&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.codeplex.com/VSTSGuidance"&gt;patterns &amp;amp; practices Visual Studio Team System Guidance&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.codeplex.com/TFSGuide"&gt;patterns &amp;amp; practices Team Foundation Server Guide&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.codeplex.com/WCFSecurityGuidance"&gt;patterns &amp;amp; practices WCF Security Guidance&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Check it out and let us know if this works for you!&lt;/p&gt;  &lt;p&gt;jeff&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8697032" 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/patterns+_2600_amp_3B00_+practices/default.aspx">patterns &amp;amp; practices</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category></item><item><title>Case studies galore!</title><link>http://blogs.msdn.com/jeffbe/archive/2008/07/06/case-studies-galore.aspx</link><pubDate>Sun, 06 Jul 2008 17:39:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8696876</guid><dc:creator>jeffbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8696876.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8696876</wfw:commentRss><description>&lt;p&gt;Sometimes I get so heads down in the business of shipping our next version that I forget for a moment about customers using the current version.&amp;#160; Fortunately, there are plenty of folks around me who work directly with customers on a regular basis such as the Team System Rangers and our very own Team System evangelist, Brian Keller…they don’t let me forget for very long.&amp;#160; Recently I took a look at the updated list of case studies for Team System adoption and was happy to see that the list continues to grow by the week.&amp;#160; According to the search engine at &lt;a href="http://www.microsoft.com/casestudies"&gt;http://www.microsoft.com/casestudies&lt;/a&gt;, there are currently 102 (wow!) which are related in some way to Team System.&amp;#160; Here are a few recent ones of note:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.microsoft.com/casestudies/casestudy.aspx?casestudyid=4000002024"&gt;Chicago Bears&lt;/a&gt;: Football Team Connects with Fans, Drives Web Site Traffic with Desktop Application&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;‘The team-oriented features of Visual Studio Team System 2008 Development Edition helped us ensure that we didn’t introduce any defects while developing,” says Strawmyer. “For instance, the code profiling capabilities of the product quickly and clearly showed that there was no processor abuse or inconsistent use of memory.”’&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.microsoft.com/casestudies/casestudy.aspx?casestudyid=4000002256"&gt;Merrill Lynch&lt;/a&gt;: Merrill Lynch Creates Development Framework for Increased Productivity&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;‘Merrill Lynch upgraded to Microsoft Visual Studio Team System 2008 as soon as it became available. “We opted to use Visual Studio Team System because of its tightly integrated workflow, design, and development capabilities.”’ &lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.microsoft.com/casestudies/casestudy.aspx?casestudyid=4000002265"&gt;Starz Entertainment&lt;/a&gt;: Movie Provider Automates to Meet Higher Demand, Reduce Costs, Improve Brand Visibility&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;‘The collaboration and team features in Visual Studio Team System … make it faster and easier for a group of developers—we had eight working on MediaForge—to work together reliably.’&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.microsoft.com/casestudies/casestudy.aspx?casestudyid=4000002078"&gt;Thomson Reuters&lt;/a&gt;: Media and Information Provider Unifies Development Processes&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;‘Using Team Foundation Server, the team manages more than 2,000 work items, 70,000 changesets, and 200,000 files and folders. Since Online Services implemented Team Foundation Server, four other business units either have adopted it or have begun the implementation process.’&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Anyway, there are &lt;a href="http://www.microsoft.com/casestudies/search.aspx?ProTaxID=2671"&gt;many more out there&lt;/a&gt; if you’re interested in learning more about how other customers are using Team System. &lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8696876" 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-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>Team System community update posted</title><link>http://blogs.msdn.com/jeffbe/archive/2008/07/06/team-system-community-update-posted.aspx</link><pubDate>Sun, 06 Jul 2008 16:33:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8696642</guid><dc:creator>jeffbe</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8696642.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8696642</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/charles_sterling"&gt;Chuck Sterling&lt;/a&gt;, our Team System community lead, has posted a copy of his &lt;a href="http://blogs.msdn.com/charles_sterling/archive/2008/07/01/community-update-to-the-vsts-product-group.aspx"&gt;monthly update on community activities&lt;/a&gt; to his blog.&amp;#160; In the past, these updates have been only for internal consumption but, at my behest, he posted the most recent update for all to read.&amp;#160; This sort of transparency is a bit of an experiment and your feedback will help us decide how to proceed in the future.&amp;#160; Do you find this update useful?&amp;#160; What else regarding the community would you like to see in these reports?&amp;#160; &lt;/p&gt;  &lt;p&gt;Please take a look and let us hear from you.&lt;/p&gt;  &lt;p&gt;Thanks!&lt;/p&gt;  &lt;p&gt;jeff&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8696642" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT/default.aspx">TSBT</category></item><item><title>Localized hotfix pages now available</title><link>http://blogs.msdn.com/jeffbe/archive/2008/07/05/localized-hotfix-pages-now-available.aspx</link><pubDate>Sat, 05 Jul 2008 17:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8693573</guid><dc:creator>jeffbe</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8693573.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8693573</wfw:commentRss><description>&lt;p&gt;We have hit another milestone on our journey to improve our process around delivering hotfixes to customers.&amp;#160; Now, not only will the most commonly requested hotfixes be available for download in English, but in French, Spanish, Italian, German, Traditional and Simplified Chinese, Japanese, Korean, Russian, and Brazilian Portuguese as well.&amp;#160; &lt;/p&gt;  &lt;p&gt;You can browse the list of Hotfixes on MSDN CodeGallery here: &lt;a href="http://code.msdn.microsoft.com/Project/ProjectDirectory.aspx?TagName=Hotfix"&gt;http://code.msdn.microsoft.com/Project/ProjectDirectory.aspx?TagName=Hotfix&lt;/a&gt;. MSDN Code Gallery allows the community to provide feedback on our hotfixes and they can stay informed when a new hotfixes is released by subscribing to the following RSS feed: &lt;a href="http://code.msdn.microsoft.com/rss.ashx?behavior=bytag&amp;amp;TagName=Hotfix"&gt;http://code.msdn.microsoft.com/rss.ashx?behavior=bytag&amp;amp;TagName=Hotfix&lt;/a&gt;.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;When you select a language, it will take you to a resource page where they can read the localized KB article content and details for the hotfix you’ve selected.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/jeffbe/WindowsLiveWriter/Localizedhotfixpagesnowavailable_68D2/clip_image002_2.jpg"&gt;&lt;img title="clip_image002" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="137" alt="clip_image002" src="http://blogs.msdn.com/blogfiles/jeffbe/WindowsLiveWriter/Localizedhotfixpagesnowavailable_68D2/clip_image002_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Please note:&amp;#160; The &lt;b&gt;&lt;i&gt;title&lt;/i&gt; &lt;/b&gt;of the hotfix will not be localized and will appear in English. &lt;/p&gt;  &lt;p&gt;Hope you find this improvement helpful!&lt;/p&gt;  &lt;p&gt;jeff&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8693573" 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/TSBT/default.aspx">TSBT</category></item><item><title>Cameron’s back</title><link>http://blogs.msdn.com/jeffbe/archive/2008/07/05/cameron-s-back.aspx</link><pubDate>Sat, 05 Jul 2008 17:10:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8693526</guid><dc:creator>jeffbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8693526.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8693526</wfw:commentRss><description>&lt;p&gt;Cameron Skinner has recently reappeared on the blogging scene and he’s on fire!&amp;#160; Check out a couple of his most recent posts:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.msdn.com/camerons/archive/2008/06/13/new-role-running-the-vsts-architecture-edition-team.aspx"&gt;New role running the VSTS Architecture Edition team&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/camerons/archive/2008/06/25/dsl-uml-pragmatic-modeling.aspx"&gt;DSL + UML = Pragmatic Modeling&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I’d certainly recommend &lt;a href="http://blogs.msdn.com/camerons/rss.xml"&gt;subscribing to his blog&lt;/a&gt; moving forward as I’m positive he’ll have more interesting news moving forward. &lt;/p&gt;  &lt;p&gt;Welcome back Cameron!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8693526" 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/Distributed+System+Designers/default.aspx">Distributed System Designers</category><category domain="http://blogs.msdn.com/jeffbe/archive/tags/TSBT-ARCH/default.aspx">TSBT-ARCH</category></item><item><title>Tools for Agility - A white paper by Kent Beck</title><link>http://blogs.msdn.com/jeffbe/archive/2008/07/05/tools-for-agility-a-white-paper-by-kent-beck.aspx</link><pubDate>Sat, 05 Jul 2008 16:57:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8693497</guid><dc:creator>jeffbe</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8693497.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8693497</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/ajoyk/archive/2008/06/26/tools-for-agility-a-white-paper-by-kent-beck.aspx"&gt;Ajoy Krishnamoorthy&lt;/a&gt;, a product manager on our team, recently worked with &lt;a href="http://en.wikipedia.org/wiki/Kent_Beck"&gt;Kent Beck&lt;/a&gt; to publish a great &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=AE7E07E8-0872-47C4-B1E7-2C1DE7FACF96&amp;amp;displaylang=en"&gt;white paper&lt;/a&gt; on tooling for the agile team. The section on transparency really resonated with me especially this passage:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;A transparent team can more cheaply and effectively coordinate their efforts towards shared goals. Acting transparently sends a signal to others that they can trust you. Trust, when realized, reduces the friction of development as people focus more on what they are accomplishing together and less on avoiding blame. Just as TDD allows me to trust my code and do more with it, trust on a team allows them to be more innovative and experimental.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I like the notion that transparency makes a team more effective, innovative and experimental.&amp;#160; I’ve certainly run into my share of teams that claim that they can’t tell me what they’re doing because to do so would slow them down.&amp;#160; Of course we still have plenty of work to do in order to make it easier for the tools to support transparency but I’m totally convinced that this is the right direction to go.&amp;#160; &lt;/p&gt;  &lt;p&gt;What do you think?&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8693497" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeffbe/archive/tags/Community/default.aspx">Community</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-TFS/default.aspx">TSBT-TFS</category></item><item><title>PDC2008</title><link>http://blogs.msdn.com/jeffbe/archive/2008/07/05/pdc2008.aspx</link><pubDate>Sat, 05 Jul 2008 16:28:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8693411</guid><dc:creator>jeffbe</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8693411.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8693411</wfw:commentRss><description>&lt;p&gt;As you may have heard, registration is now open for the next Microsoft Professional Developers Conference happening in October! PDC2008 is going to be packed with all of the latest information about the future of the Microsoft development platform. For a taste of some of the sessions being offered, check out the &lt;a href="http://www.microsoftpdc.com/Agenda/Sessions.aspx"&gt;preliminary list of sessions&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;PDC2008 will be a great place to learn more about &lt;a href="http://msdn.microsoft.com/en-us/vstudio/bb725993.aspx"&gt;Visual Studio Team System code name “Rosario”&lt;/a&gt; in addition to a myriad of other Microsoft technologies and Microsoft’s software + services strategy.&lt;/p&gt;  &lt;p&gt;I would also recommend looking at the list of &lt;a href="http://www.microsoftpdc.com/Agenda/Preconference.aspx"&gt;pre-conferences&lt;/a&gt;, which are designed to train you on how to make the most of currently shipping Microsoft technologies. I am especially excited about the &lt;a href="http://www.microsoftpdc.com/Agenda/Preconference.aspx#get-more-out-of-visual-studio-team-system-2008"&gt;Visual Studio Team System 2008 pre-conference&lt;/a&gt; which is being delivered by Brian Randell. Brian is a Visual Studio Team System MVP who has trained development organizations around the world on how to make the most with Visual Studio Team System. If you have ever seen Brian present then you know he’s passionate about sharing best practices for software development!&lt;/p&gt;  &lt;p&gt;To learn more about PDC2008 visit &lt;a href="http://www.microsoftpdc.com"&gt;http://www.microsoftpdc.com&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8693411" 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/TSBT/default.aspx">TSBT</category></item><item><title>New case study for Team Foundation &amp; Teamprise</title><link>http://blogs.msdn.com/jeffbe/archive/2008/06/06/new-case-study-for-team-foundation-teamprise.aspx</link><pubDate>Fri, 06 Jun 2008 21:11:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8578612</guid><dc:creator>jeffbe</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8578612.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8578612</wfw:commentRss><description>&lt;p&gt;We just released a joint case study based on the success that Thomson Reuters has had using Team Foundation Server in conjunction with Teamprise in order to adopt Team System in a mixed development shop.&amp;#160; Since the reality of many development teams is that they are dealing with some aspect of mixed development, I expect this to be a very popular case study to read.&amp;#160; Sharing a common, integrated source control system and collaboration server across the entire development team is a very powerful tool for teams interested in the successful delivery of great software (aren’t we all?)&amp;#160; &lt;/p&gt;  &lt;p&gt;Here’s a great quote to whet your appetite:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;“Without an integrated toolset, we had bits and pieces of information that simply didn’t mean much or make much sense,” says Mac Noland, Lead Software Configuration Management Engineer at Thomson Reuters. The lack of integration among tools made it difficult for Online Services to manage and report on projects. “Leads want transparency and easy reporting,” explains Noland. “People responsible for writing and quality checking the code want the ability to track history and associate change requests, defects, and bugs with specific lines of code. Lacking a big-picture view and the ability to drill down into the detail, we could not effectively manage the software life cycle.”&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Anyway, take a look at the full details here: &lt;a title="http://www.microsoft.com/casestudies/casestudy.aspx?casestudyid=4000002078" href="http://www.microsoft.com/casestudies/casestudy.aspx?casestudyid=4000002078"&gt;http://www.microsoft.com/casestudies/casestudy.aspx?casestudyid=4000002078&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8578612" 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-TFS/default.aspx">TSBT-TFS</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>early release of Database Edition updates</title><link>http://blogs.msdn.com/jeffbe/archive/2008/06/04/early-release-of-database-edition-updates.aspx</link><pubDate>Wed, 04 Jun 2008 18:12:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8573457</guid><dc:creator>jeffbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8573457.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8573457</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/gertd/default.aspx"&gt;Gert Drapers&lt;/a&gt;, group manager for the team responsible for the Team System Database Edition, recently announced an early release (Community Technology Preview) of some updates to that product.&amp;#160; The biggest motivation behind these updates was to fully support the upcoming release of SQL Server 2008 later this summer.&amp;#160; But, while we were making these updates, we also made a whole bunch of other changes in anticipation of supporting different database providers.&amp;#160; If you’re interested in learning more, you should certainly review Gert’s &lt;a href="http://blogs.msdn.com/gertd/archive/2008/06/03/vsts-2008-database-edition-gdr-june-ctp.aspx"&gt;announcement&lt;/a&gt;.&amp;#160; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8573457" 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/Data+Professional/default.aspx">Data Professional</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-DB/default.aspx">TSBT-DB</category></item><item><title>Radio TFS</title><link>http://blogs.msdn.com/jeffbe/archive/2008/06/02/radio-tfs.aspx</link><pubDate>Mon, 02 Jun 2008 23:16:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8570164</guid><dc:creator>jeffbe</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8570164.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8570164</wfw:commentRss><description>&lt;p&gt;After getting my first Zune in March for my birthday, I’ve really enjoyed getting familiar with the world of podcasting…it’s a great way to extend my learning and entertainment in to my exercise, commuting and yard work time.&amp;#160; As it turns out that there’s a podcast out there for the Team System enthusiasts produced by three of our Team System MVPs (&lt;a href="http://teamsystemrocks.com/blogs/mickey_gousset/default.aspx"&gt;Mickey Gousset&lt;/a&gt;, &lt;a href="http://phacker.wordpress.com/"&gt;Paul Hacker&lt;/a&gt; and &lt;a href="http://www.woodwardweb.com/"&gt;Martin Woodward&lt;/a&gt;).&amp;#160; For the past half year they have created a monthly podcast series focused on Team System and Team Foundation Server.&amp;#160; The first five are available here:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.radiotfs.com/2008/01/18/RadioTFS01TeamBuild2008.aspx"&gt;Radio TFS 01: Team Build 2008&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.radiotfs.com/2008/02/19/RadioTFS02TFS2008WhatsNewAndShouldYouUpgrade.aspx"&gt;Radio TFS 02: TFS 2008 What's New and Should You Upgrade&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.radiotfs.com/2008/03/03/RadioTFS03TeamFoundationServerPowerTools.aspx"&gt;Radio TFS 03: Team Foundation Server Power Tools&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.radiotfs.com/2008/04/01/RadioTFS04VisualStudioTeamSystem2008DevelopmentEdition.aspx"&gt;Radio TFS 04: Visual Studio Team System 2008 Development Edition&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.radiotfs.com/2008/05/23/RadioTFS05CommonTeamSystemQuestions.aspx"&gt;Radio TFS 05: Common Team System Questions&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For those of you that are like me and need to find ways to pack more into your day, I’d recommend adding these casts to your Zune. They’ve even created an &lt;a href="http://feeds.feedburner.com/radiotfs"&gt;RSS feed&lt;/a&gt; too help ensure you always have the latest shows. &lt;/p&gt;  &lt;p&gt;Happy listening!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8570164" 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-DEV/default.aspx">TSBT-DEV</category></item><item><title>Check out Brian the Build Bunny</title><link>http://blogs.msdn.com/jeffbe/archive/2008/06/02/check-out-brian-the-build-bunny.aspx</link><pubDate>Mon, 02 Jun 2008 21:13:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8569875</guid><dc:creator>jeffbe</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jeffbe/comments/8569875.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeffbe/commentrss.aspx?PostID=8569875</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.woodwardweb.com/"&gt;Martin Woodward&lt;/a&gt;, one of our many Team System MVPs, just recently posted a &lt;a href="http://www.woodwardweb.com/gadgets/000434.html"&gt;blog article&lt;/a&gt; about a project he’s been working on for some time now.&amp;#160; Brian is actually a dedicated Nabaztag smart rabbit which reacts to the details of check-ins and builds.&amp;#160; I’ve seen teams use stop lights and reader boards to communicate the latest build status but never a Build Bunny.&amp;#160; Leave it to Martin to continue pushing the TFS integration envelope. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8569875" 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-TFS/default.aspx">TSBT-TFS</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></channel></rss>