<?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>Microsoft UK Developer Tools Team</title><link>http://blogs.msdn.com/ukvsts/default.aspx</link><description>Visual Studio - Expression - Team Foundation Server - Team System
&lt;div style="align:center"&gt;
&lt;IMG SRC="http://blogs.msdn.com/photos/ukvsts/images/7237558/original.aspx"  usemap="#FPMap1" width="224" height="51" border=0&gt;
&lt;/div&gt;</description><dc:language>en-GB</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Microsoft has Acquired the Teamprise Client Suite</title><link>http://blogs.msdn.com/ukvsts/archive/2009/11/09/microsoft-has-acquired-the-teamprise-client-suite.aspx</link><pubDate>Mon, 09 Nov 2009 17:53:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9919666</guid><dc:creator>gdavi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9919666.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9919666</wfw:commentRss><description>&lt;p&gt;Very interesting and exciting news – Microsoft has acquired the Teamprise Client Suite that provides (amongst other things) access to TFS from Eclipse. Good blogs to read:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/presspass/press/2009/nov09/11-09teamprisepr.mspx" target="_blank"&gt;The official announcement&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/bharry/archive/2009/11/09/microsoft-has-acquired-the-teamprise-client-suite.aspx" target="_blank"&gt;From the Visual Studio product group&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.woodwardweb.com/teamprise/a_new_chapter_f.html" target="_blank"&gt;From Teamprise&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Cheers,&lt;/p&gt;  &lt;p&gt;Giles&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9919666" width="1" height="1"&gt;</description></item><item><title>Enabling Code Coverage in VS 2010 Beta 2</title><link>http://blogs.msdn.com/ukvsts/archive/2009/11/06/enabling-code-coverage-in-vs-2010-beta-2.aspx</link><pubDate>Fri, 06 Nov 2009 17:17:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9918681</guid><dc:creator>gdavi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9918681.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9918681</wfw:commentRss><description>&lt;p&gt;A quick “how-to” as the steps to enable code coverage are different in Beta 2. To enable code coverage (assuming that you have some unit tests defined already and that you have either Visual Studio 2010 Beta 2 Premium or Ulitmate):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Open the Solution Explorer.&lt;/li&gt;    &lt;li&gt;Open the Solution Items folder&lt;/li&gt;    &lt;li&gt;Double-click the Local.testsettings file:&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/EnablingCodeCoverageinVS2010Beta2_F30B/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/EnablingCodeCoverageinVS2010Beta2_F30B/image_thumb.png" width="685" height="503" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;Select the Data and Diagnostics option in the left hand list:&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/EnablingCodeCoverageinVS2010Beta2_F30B/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/EnablingCodeCoverageinVS2010Beta2_F30B/image_thumb_1.png" width="689" height="506" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;Select Code Coverage and make sure that it is enabled AND (and here’s the obvious but easy to overlook bit) click on the Configure option at the top of the table:&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/EnablingCodeCoverageinVS2010Beta2_F30B/image_6.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/EnablingCodeCoverageinVS2010Beta2_F30B/image_thumb_2.png" width="678" height="465" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;Select the artifacts that you want to enable code coverage for (in my case only the application code, not the tests themselves).&lt;/li&gt;    &lt;li&gt;Click OK, Apply the changes, run the Unit tests and view the code coverage results:&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/EnablingCodeCoverageinVS2010Beta2_F30B/image_8.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/EnablingCodeCoverageinVS2010Beta2_F30B/image_thumb_3.png" width="686" height="215" /&gt;&lt;/a&gt; &lt;/p&gt;    &lt;p&gt;And that’s it – hopefully that might help avoid a couple of minutes of wondering where the configuration settings can be found.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Cheers,&lt;/p&gt;  &lt;p&gt;Giles&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9918681" width="1" height="1"&gt;</description></item><item><title>Migrate Existing Test Cases To TFS 2010</title><link>http://blogs.msdn.com/ukvsts/archive/2009/11/06/migrate-existing-test-cases-to-tfs-2010.aspx</link><pubDate>Fri, 06 Nov 2009 12:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9918557</guid><dc:creator>RichE</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9918557.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9918557</wfw:commentRss><description>&lt;P&gt;If you have been looking at the new Test &amp;amp; Lab Manager with Visual Studio 2010 and you're wondering how you can import your existing test cases then take a look at the &lt;A title="Test Case Migrator (Excel) Tool" href="http://tcmimport.codeplex.com/" mce_href="http://tcmimport.codeplex.com/"&gt;Test Case Migrator (Excel) Tool&lt;/A&gt;&amp;nbsp;that has just been released to Codeplex.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Rich&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9918557" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ukvsts/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>What Does The Visual Studio 2010 Beta 2“Go Live” Licence Mean?</title><link>http://blogs.msdn.com/ukvsts/archive/2009/10/19/what-does-the-visual-studio-2010-beta-2-go-live-licence-mean.aspx</link><pubDate>Mon, 19 Oct 2009 18:11:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9909282</guid><dc:creator>gdavi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9909282.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9909282</wfw:commentRss><description>&lt;p&gt;Visual Studio 2010 Beta 2 and .NET Framework 4 are declared as “go live” releases. What does this mean? &lt;a href="http://blogs.msdn.com/jeffbe/archive/2009/10/19/going-live-with-visual-studio-2010-beta-2.aspx" target="_blank"&gt;A good overview from Jeff Beehler&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Cheers,&lt;/p&gt;  &lt;p&gt;Giles &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9909282" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ukvsts/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>Visual Studio 2010 Beta 2 Is Available</title><link>http://blogs.msdn.com/ukvsts/archive/2009/10/19/visual-studio-2010-beta-2-is-available.aspx</link><pubDate>Mon, 19 Oct 2009 17:38:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9909253</guid><dc:creator>gdavi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9909253.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9909253</wfw:commentRss><description>&lt;p&gt;Visual Studio 2010 Beta 2 is available from MSDN now. It will be made generally available on the 21st October. A comprehensive “how-to” around where to get it, how to install it and other useful information has been &lt;a href="http://channel9.msdn.com/shows/10-4/10-4-Episode-33-Downloading-and-Installing-Visual-Studio-2010-Beta-2/" target="_blank"&gt;published by Brian Keller&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;I’m now running Team Foundation Server 2010 natively on my Windows 7 laptop in a &lt;a href="http://blogs.msdn.com/bharry/archive/2009/10/01/tfs-2010-for-sourcesafe-users.aspx" target="_blank"&gt;Basic&lt;/a&gt; configuration, without SQL Server or SharePoint installed, and it’s looking great. I’m really enjoying not having to have a server operating system (running in a virtual machine) just to work with my own team projects. Fantastic for small teams, or make the most of the full version with SQL Server and WSS/MOSS.&lt;/p&gt;  &lt;p&gt;Cheers,&lt;/p&gt;  &lt;p&gt;Giles&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9909253" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ukvsts/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>How TFS 2010 Provides Even Better Support For Small Teams</title><link>http://blogs.msdn.com/ukvsts/archive/2009/10/02/how-tfs-2010-provides-even-better-support-for-small-teams.aspx</link><pubDate>Fri, 02 Oct 2009 17:31:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9902375</guid><dc:creator>gdavi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9902375.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9902375</wfw:commentRss><description>&lt;p&gt;Great &lt;a href="http://blogs.msdn.com/bharry/archive/2009/10/01/tfs-2010-for-sourcesafe-users.aspx" target="_blank"&gt;post&lt;/a&gt; from Brian Harry on how TFS 2010 can be installed on client machines with minimal infrastructure, e.g. a Windows 7 netbook. So, if you’d like an easier install on a wider variety of OS’s (client and server, 32 and 64 bit) it’s a good &lt;a href="http://blogs.msdn.com/bharry/archive/2009/10/01/tfs-2010-for-sourcesafe-users.aspx" target="_blank"&gt;article&lt;/a&gt; to read.&lt;/p&gt;  &lt;p&gt;Cheers,&lt;/p&gt;  &lt;p&gt;Giles&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9902375" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ukvsts/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>Get ready for Team Foundation Server 2010 Beta 2: Chat with the TFS Setup and Admin Team</title><link>http://blogs.msdn.com/ukvsts/archive/2009/09/29/get-ready-for-team-foundation-server-2010-beta-2-chat-with-the-tfs-setup-and-admin-team.aspx</link><pubDate>Tue, 29 Sep 2009 22:06:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9900940</guid><dc:creator>gdavi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9900940.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9900940</wfw:commentRss><description>&lt;p&gt;I’ve copied the blurb from the &lt;a href="http://blogs.msdn.com/charles_sterling/archive/2009/09/18/get-ready-for-team-foundation-server-2010-beta2-chat-with-the-tfs-setup-and-admin-team.aspx" target="_blank"&gt;post&lt;/a&gt; for a LiveMeeting on installing TFS 2010 Beta 2 on the 15th October:&lt;/p&gt;  &lt;p&gt;“The Team Foundation Server Setup and Admin team would like to help get you ready for Team Foundation Server Beta2 with a live presentation via live meeting.&lt;/p&gt;  &lt;p&gt;While the session will focus on getting Team Foundation Server 2010 (TFS) up and running Ed will also be touching on the features that now enable TFS to “scale down” to the smallest development efforts from both resource and administration point of view. This will session be a little different than my normal presentations in that we will also be running a parallel chat session for people to ask questions in real time.“&lt;/p&gt;  &lt;p&gt;Cheers,&lt;/p&gt;  &lt;p&gt;Giles&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9900940" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ukvsts/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>Mainframe Support for TFS from Teamprise</title><link>http://blogs.msdn.com/ukvsts/archive/2009/09/29/mainframe-support-for-tfs-from-teamprise.aspx</link><pubDate>Tue, 29 Sep 2009 22:02:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9900933</guid><dc:creator>gdavi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9900933.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9900933</wfw:commentRss><description>&lt;p&gt;I thought this was an interesting &lt;a href="http://www.woodwardweb.com/vsts/tfs_on_the_main.html" target="_blank"&gt;blog post&lt;/a&gt; from Martin Woodward at &lt;a href="http://www.teamprise.com/" target="_blank"&gt;Teamprise&lt;/a&gt; discussing how they are working on mainframe integration via Teamprise into TFS.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Cheers,&lt;/p&gt;  &lt;p&gt;Giles&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9900933" width="1" height="1"&gt;</description></item><item><title>Windows 7 RTM Available to all MSDN Subscribers on August 6</title><link>http://blogs.msdn.com/ukvsts/archive/2009/08/03/windows-7-rtm-available-to-all-msdn-subscribers-on-august-6.aspx</link><pubDate>Mon, 03 Aug 2009 10:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9855985</guid><dc:creator>Jon Pratt</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9855985.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9855985</wfw:commentRss><description>&lt;P style="TEXT-ALIGN: justify; LINE-HEIGHT: normal; MARGIN: 6pt 0cm" class=MsoNormal&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 9pt"&gt;On August 6&lt;SUP&gt;th&lt;/SUP&gt;, the first public release of Windows 7 will be to MSDN Subscribers, which is over two months ahead of the general availability date of October 22&lt;SUP&gt;nd&lt;/SUP&gt; for retail and OEM customers. To support the variety of languages and builds,&lt;/SPAN&gt;&lt;FONT size=3 face=Calibri&gt; &lt;/FONT&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 9pt"&gt;893 different images are being released to MSDN Subscriber Downloads in three waves through August 21&lt;SUP&gt;st&lt;/SUP&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA"&gt;We expect that this release will break all MSDN download traffic records, which is why groups from across the company have gone through tremendous effort to ensure its success. This has included but is not limited to: load and performance testing on the MSDN Web site, adding significant capacity to the product key servers, performance testing on the product key servers, capacity planning for the download servers and network, and more.&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9855985" width="1" height="1"&gt;</description></item><item><title>Quest Releases Beta of Oracle DSP for Visual Studio Team System 2010</title><link>http://blogs.msdn.com/ukvsts/archive/2009/07/27/quest-releases-beta-of-oracle-dsp-for-visual-studio-team-system-2010.aspx</link><pubDate>Mon, 27 Jul 2009 13:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9849876</guid><dc:creator>Jon Pratt</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9849876.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9849876</wfw:commentRss><description>&lt;P&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA"&gt;Quest Software has released a public beta of “Project Fuze,” a database schema provider (DSP) for Oracle databases that can be used within Visual Studio Team System 2010. Project Fuze enables Oracle developers to manage schema changes, PL SQL, stored procedures, triggers and more right from within Visual Studio Team System 2010. All of this work can be done offline and then deployed to various servers. When it comes time to deploy, the Oracle developer can compare the offline schema model in Visual Studio Team System 2010 to the live database instance and create an update script to synchronize the two. Finally, all work items can be stored and versioned under Team Foundation Server source code control along with the rest of the application. This will enable the Oracle database professional to better integrate themselves with the development team, at the same time becoming familiar with Microsoft tools and platforms.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-FAMILY: 'Tahoma','sans-serif'; FONT-SIZE: 9pt"&gt;Details at: &amp;nbsp;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;A href="http://www.teamfuze.net/"&gt;&lt;FONT color=#0000ff&gt;www.teamfuze.net&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: #a50021"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9849876" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ukvsts/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>New TFS Migration Solutions Page</title><link>http://blogs.msdn.com/ukvsts/archive/2009/07/12/new-tfs-migration-solutions-page.aspx</link><pubDate>Sun, 12 Jul 2009 22:30:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9830520</guid><dc:creator>gdavi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9830520.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9830520</wfw:commentRss><description>&lt;p&gt;There’s a new consolidated summary of the TFS migration and integration solutions available &lt;a href="http://msdn.microsoft.com/en-us/teamsystem/bb840033.aspx" target="_blank"&gt;here&lt;/a&gt;. It’s a good, clear summary of the options available if you want to migrate from an existing product or are looking for integrations.&lt;/p&gt;  &lt;p&gt;Cheers   &lt;br /&gt;Giles&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9830520" width="1" height="1"&gt;</description></item><item><title>Automated Build Video</title><link>http://blogs.msdn.com/ukvsts/archive/2009/06/12/automated-build-video.aspx</link><pubDate>Fri, 12 Jun 2009 17:51:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9735149</guid><dc:creator>gdavi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9735149.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9735149</wfw:commentRss><description>&lt;p&gt;I’ve put together a video on the automated build capabilities of Team Foundation Server. I thought it would be useful to step through running a build, looking at the results of a build and understanding what triggers you can set for automated builds.&lt;/p&gt; &lt;iframe style="width: 500px; height: 375px" src="http://silverlight.services.live.com/invoke/100136/Automated%20Builds%20with%20TFS/iframe.html" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;  &lt;p&gt;You can download the video &lt;a href="http://silverlight.services.live.com/100136/Automated%20Builds%20with%20TFS/video.wmv"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Cheers&lt;/p&gt;  &lt;p&gt;Giles&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9735149" width="1" height="1"&gt;</description></item><item><title>Code Quality with The Development Edition</title><link>http://blogs.msdn.com/ukvsts/archive/2009/06/03/code-quality-with-the-development-edition.aspx</link><pubDate>Wed, 03 Jun 2009 12:06:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9690383</guid><dc:creator>gdavi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9690383.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9690383</wfw:commentRss><description>&lt;p&gt;I thought it might be interesting to quickly demonstrate how you can go beyond unit testing with Visual Studio Team System Development Edition and take a look at code coverage, code metrics and code analysis:&lt;/p&gt; &lt;iframe style="width: 500px; height: 375px" src="http://silverlight.services.live.com/invoke/100136/Code%20Quality/iframe.html" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;  &lt;p&gt;You can get the video &lt;a href="http://silverlight.services.live.com/100136/Code%20Quality/video.wmv" target="_blank"&gt;here&lt;/a&gt;. Let me know what you think and if you have any suggestions for future topics; I’m currently planning to do a build and a process video next.&lt;/p&gt;  &lt;p&gt;Cheers,&lt;/p&gt;  &lt;p&gt;Giles&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9690383" width="1" height="1"&gt;</description></item><item><title>Second Video in the Series – MY First TEam Project</title><link>http://blogs.msdn.com/ukvsts/archive/2009/05/27/second-video-in-the-series-my-first-team-project.aspx</link><pubDate>Wed, 27 May 2009 14:29:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9644309</guid><dc:creator>gdavi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9644309.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9644309</wfw:commentRss><description>&lt;p&gt;To follow up on Rich’s video &lt;a href="http://blogs.msdn.com/ukvsts/archive/2009/05/19/first-in-a-series-of-videos-what-is-visual-studio-team-system.aspx" target="_blank"&gt;What is Visual Studio Team System&lt;/a&gt; I’ve added a second video to the series which continues the introduction but this time by walking through the creation of a new Team Project, explaining the options and discussing the main elements of the newly created project.&lt;/p&gt;  &lt;p&gt;I was trying to keep to 5 minutes, and nearly made it (2 seconds over):&lt;/p&gt; &lt;iframe style="width: 500px; height: 375px" src="http://silverlight.services.live.com/invoke/100136/My%20First%20Team%20Project/iframe.html" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;  &lt;p&gt;Download the video &lt;a href="http://silverlight.services.live.com/100136/My%20First%20Team%20Project/video.wmv" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9644309" width="1" height="1"&gt;</description></item><item><title>Bringing Your TFS Process Template To Life with Talmia</title><link>http://blogs.msdn.com/ukvsts/archive/2009/05/20/bringing-your-tfs-process-template-to-life-with-talmia.aspx</link><pubDate>Wed, 20 May 2009 18:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9632364</guid><dc:creator>RichE</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/ukvsts/comments/9632364.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ukvsts/commentrss.aspx?PostID=9632364</wfw:commentRss><description>&lt;P&gt;A couple of weeks ago Giles and I made the journey up to Harrow to check out a new VSTS add-in from one of our &lt;A title=IC href="http://www.vstsinnercircle.com/" mce_href="http://www.vstsinnercircle.com/"&gt;Inner Circle&lt;/A&gt; &amp;amp; &lt;A title=VSIP href="http://msdn.microsoft.com/en-gb/vsx2008/products/dd637761.aspx" mce_href="http://msdn.microsoft.com/en-gb/vsx2008/products/dd637761.aspx"&gt;VSIP&lt;/A&gt; partners.&amp;nbsp; &lt;A href="http://www.gamcom.com/" mce_href="http://www.gamcom.com/"&gt;Gamcom&lt;/A&gt; have recently launched &lt;A href="http://www.talmia.com/" mce_href="http://www.talmia.com/"&gt;Talmia&lt;/A&gt; which is an ALM process automation and reporting tool for VSTS and after a quick demo from Chris Turvil at Gamcom it was clear that it offered some very nice extensions to TFS &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;So what is it?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Talmia is designed to automate the workflow of Work Items stored in Team Foundation Server.&amp;nbsp; Although the tool can be used to generate a TFS Process Template it will work nicely in conjunction with the Process Template Editor available with the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=FBD14EEA-781F-45A1-8C46-9F6BA2F68BF0&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=FBD14EEA-781F-45A1-8C46-9F6BA2F68BF0&amp;amp;displaylang=en"&gt;Team Foundation Server Power Tools&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Where do I start?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;For more information a good place to start is the &lt;A href="http://www.talmia.com/downloads/TalmiaOverview.pdf" mce_href="http://www.talmia.com/downloads/TalmiaOverview.pdf"&gt;datasheet&lt;/A&gt; and the &lt;A href="http://www.talmia.com/tour.aspx" mce_href="http://www.talmia.com/tour.aspx"&gt;How Does It Work&lt;/A&gt; section of the Talmia site.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Talmia Designer&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Take your TFS Process Template and using the Talmia Designer you can begin to build an automated workflow for each type of work in your project.&amp;nbsp; The designer is a stand alone application aimed at non-technical users and utilises the Windows Workflow design surface to allow drag and drop design. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Talmia%20Designer_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Talmia%20Designer_2.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; BORDER-TOP: 0px; BORDER-RIGHT: 0px" title="Talmia Designer" border=0 alt="Talmia Designer" src="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Talmia%20Designer_thumb.jpg" width=878 height=663 mce_src="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Talmia%20Designer_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;The Talmia Designer&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Looking at the screen above, we are building a workflow for a Construction Task.&amp;nbsp; The first thing that has to be signed off is the “Understand Requirements” Work Item.&amp;nbsp; When this has been transitioned into the “Approved” state using any TFS client (eg. Visual Studio, Team System Web Access), the “Create Unit Design” &amp;amp; “Create Unit Test Plan” Tasks will be created in TFS.&amp;nbsp; This workflow will continue until the “Unit Ready to Release” Review has been completed.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;So, as a result of a Work Item being created in TFS or a field within a Work Item changing, any custom activity can be invoked.&amp;nbsp; For example, creating or altering other work items, starting an automated build, sending notifications or anything else you can think of.&amp;nbsp; This is all generated quickly and easily through the designer&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Talmia Control Centre &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Once your workflow has been designed it can be deployed using the Talmia Control Centre.&amp;nbsp; The Workflow is then assigned to one or more existing TFS Team Projects. Multiple versions of the same workflow can be stored in the Talmia Server so not all Team Projects must use the latest version.&amp;nbsp; The Control Centre also provides comprehensive reporting for running workflows and it can be accessed within Visual Studio via the Team Explorer or as a standalone web application &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Talmia%20in%20team%20explorer_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Talmia%20in%20team%20explorer_2.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; BORDER-TOP: 0px; BORDER-RIGHT: 0px" title="Talmia in team explorer" border=0 alt="Talmia in team explorer" src="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Talmia%20in%20team%20explorer_thumb.jpg" width=300 height=434 mce_src="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Talmia%20in%20team%20explorer_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;The Control Centre available in Team Explorer&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Process%20Explorer_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Process%20Explorer_2.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; BORDER-TOP: 0px; BORDER-RIGHT: 0px" title="Process Explorer" border=0 alt="Process Explorer" src="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Process%20Explorer_thumb.jpg" width=937 height=705 mce_src="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Process%20Explorer_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;Control Centre as Stand Alone Web App.&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Talmia Server&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Talmia Server is the glue that brings your TFS Process Template and your Talmia Workflow together.&amp;nbsp; It ensures that all Team System Work Items needed for a process are created, updated, and validated interactively based on user actions. Work items are created only as and when they are required - meaning that next process actions are always clear.&lt;/P&gt;
&lt;P&gt;As well as managing work items automatically, Talmia Server intercepts TFS events to execute the behaviours specified in your Talmia workflow.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Reports&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The reports coming out of Talmia compliment the existing TFS reports.&amp;nbsp; Typical questions that Talmia reporting can address include:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;How many Talmia workflows are currently active on a project? &lt;/LI&gt;
&lt;LI&gt;How far is the project through each phase? (design, construction, testing, etc.) &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;For each individual workflow: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;How is work progressing? &lt;/LI&gt;
&lt;LI&gt;Which Work Items affect the process and what is their current status? &lt;/LI&gt;
&lt;LI&gt;Is any work overdue? &lt;/LI&gt;
&lt;LI&gt;Who completed each process step and when? &lt;/LI&gt;
&lt;LI&gt;How much rework has occurred and why? &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Talmia%20Report_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Talmia%20Report_2.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: inline; BORDER-TOP: 0px; BORDER-RIGHT: 0px" title="Talmia Report" border=0 alt="Talmia Report" src="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Talmia%20Report_thumb.jpg" width=534 height=703 mce_src="http://blogs.msdn.com/blogfiles/ukvsts/WindowsLiveWriter/BringingYourTFSProcessToLifewithTalmia_E35F/Talmia%20Report_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;Report on an executing workflow showing re-work and current state&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Talmia is definitely worth a closer look if you would like to further automate your development processes using TFS.&amp;nbsp; It looks like a very well architected solution and is being put through it’s paces in a number of demanding projects.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;During our demo we thought of a number of project scenarios where we could see Talmia being very useful but it was actually a non-development usage that really impressed us as it demonstrated the power and flexibility of both Talmia &amp;amp; TFS.&amp;nbsp; Chris showed us their “New Starter” workflow which was designed using Talmia with all data stored in TFS.&amp;nbsp; It allowed the firm to easily track all of their new hires, what equipment had been assigned to them, what training they had received and report on what stage of the joining process each employee was at.&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9632364" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/ukvsts/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/ukvsts/archive/tags/Power+Tools/default.aspx">Power Tools</category><category domain="http://blogs.msdn.com/ukvsts/archive/tags/Partners/default.aspx">Partners</category></item></channel></rss>