<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with TeamSystem</title>
    <description>the latest stories tagged with 'TeamSystem' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>TOP 10 VSTS and TFS Articles you MUST read</title>
      <description>If you have missed on some top articles of Visual Studio Team System (VSTS) and Team Foundation Server (TFS) on dotnetcurry.com, then this is a must read for you. The Top 10 articles have been decided by our editorial panel based on the popularity of the article, user rating and top views of the articles. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d195"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d195" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/TOP_10_VSTS_and_TFS_Articles_you_MUST_read</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/TOP_10_VSTS_and_TFS_Articles_you_MUST_read</guid>
      <pubDate>Mon, 01 Sep 2008 16:16:12 GMT</pubDate>
    </item>
    <item>
      <title>Lean Software Development</title>
      <description>Very good article and some good steps on Lean Software Development &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdarrell.norton%2fpages%2f50341.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdarrell.norton%2fpages%2f50341.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Lean_Software_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Lean_Software_Development</guid>
      <pubDate>Thu, 14 Aug 2008 11:40:16 GMT</pubDate>
    </item>
    <item>
      <title>Process Implementation and TFS(Team Foundation Server)- Part1</title>
      <description>I am going to focus this post to explore the process implementation capabilities and features of TFS. Let me start by sharing my understanding of a Process and then see how TFS can help me implement it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fprocess-implementation-and-tfsteam-foundation-server.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fprocess-implementation-and-tfsteam-foundation-server.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Process_Implementation_and_TFS_Team_Foundation_Server_Part1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Process_Implementation_and_TFS_Team_Foundation_Server_Part1</guid>
      <pubDate>Tue, 12 Aug 2008 12:28:26 GMT</pubDate>
    </item>
    <item>
      <title>How to customize an existing process template in TFS?</title>
      <description>In my last post "Process Implementation and TFS(Team Foundation Server)- Part1" I spoke about editing the process template using TFS process template manager. The limitation with this approach is that it commits the changes at the template level which can only be seen in the new project. So, in other words the existing projects using that template would not see the changes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fhow-to-customize-the-existing-process-template-in-tfs.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fhow-to-customize-the-existing-process-template-in-tfs.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/How_to_customize_an_existing_process_template_in_TFS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/How_to_customize_an_existing_process_template_in_TFS</guid>
      <pubDate>Tue, 12 Aug 2008 12:27:33 GMT</pubDate>
    </item>
    <item>
      <title>Bug in VSTS 2008 SP1 causes think time for redirected ignored</title>
      <description>Unfortunately, late last week we discovered a nasty bug with load testing in VSTS 2008 SP1 that is a regression from the original RTM version of VSTS 2008: for Web test requests that result in redirects, any think time that is specifed on the request is ignored when the Web test is run in a load test.   Even more unfortunately, VSTS 2008 SP1 has been locked down for changes, so the fix for this problem will not make it in.  We will need to create a QFE to be applied to SP1 to fix the problem.  It takes some time to get through the QFE process.    In the meantime, it is possible to workaround this bug by adding a Web test plugin to each Web test used in a load test that uses redirects and think times (probably most Web tests).  The work around is to add the following WebTestPlugin to your test solution, and then add the Web test plug-in to each Web test (fortunately a Web test can have any number of plug-ins): &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fbillbar%2farchive%2f2008%2f08%2f04%2fbug-in-vsts-2008-sp1-causes-think-time-for-redirected-requests-to-be-ignored-in-a-load-test.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fbillbar%2farchive%2f2008%2f08%2f04%2fbug-in-vsts-2008-sp1-causes-think-time-for-redirected-requests-to-be-ignored-in-a-load-test.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Bug_in_VSTS_2008_SP1_causes_think_time_for_redirected_ignored</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Bug_in_VSTS_2008_SP1_causes_think_time_for_redirected_ignored</guid>
      <pubDate>Tue, 12 Aug 2008 12:17:18 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2008 and .NET Framework 3.5 SP1 RTM is here</title>
      <description>RTM SP1 for Visual Studio 2008 and .NET Framework 3.5 is out and available for download http://msdn.microsoft.com/en-us/vstudio/products/cc533448.aspx 

Visual Studio 2008 SP1 and .NET Framework 3.5 SP1 significantly improve the developer experience during the development process, and at runtime. These improvements address top issues reported by customers. For more information, see Visual Studio 2008 SP1 and .NET Framework 3.5 SP1.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnethitman.spaces.live.com%2fblog%2fcns!E149A8B1E1C25B14!255.entry"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnethitman.spaces.live.com%2fblog%2fcns!E149A8B1E1C25B14!255.entry" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Visual_Studio_2008_and_NET_Framework_3_5_SP1_RTM_is_here</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Visual_Studio_2008_and_NET_Framework_3_5_SP1_RTM_is_here</guid>
      <pubDate>Mon, 11 Aug 2008 18:54:30 GMT</pubDate>
    </item>
    <item>
      <title>How Do I: Build and Deploy Database Projects Using Team Build?</title>
      <description>&amp;quot;In this video we will look at how to automatically build and deploy Visual Studio Team System 2008 database projects using Team Foundation Build 2008.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2008%2f07%2fteam-build-with-data-dude.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2008%2f07%2fteam-build-with-data-dude.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/How_Do_I_Build_and_Deploy_Database_Projects_Using_Team_Build</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/How_Do_I_Build_and_Deploy_Database_Projects_Using_Team_Build</guid>
      <pubDate>Thu, 31 Jul 2008 09:55:36 GMT</pubDate>
    </item>
    <item>
      <title>VSTS - Workitem Architecture, Design Considerations and Customization</title>
      <description>In Part 1 of this article we discussed about the general architecture of a workitem type and listed all the sections and their options which go into defining a workitem type. In Part 2 we covered the architectural and design considerations related to customization of workitem type. In Part 3 now, we will go to the brass tacks to know how this customization can be actually achieved. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d157"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d157" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/VSTS_Workitem_Architecture_Design_Considerations_and_Customization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/VSTS_Workitem_Architecture_Design_Considerations_and_Customization</guid>
      <pubDate>Mon, 21 Jul 2008 10:37:41 GMT</pubDate>
    </item>
    <item>
      <title>Creating a project in Team Foundation Server</title>
      <description>A short screencast showing how to create a project in Team Foundation Server &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f24"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f24" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Creating_a_project_in_Team_Foundation_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Creating_a_project_in_Team_Foundation_Server</guid>
      <pubDate>Wed, 16 Jul 2008 16:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Hudson now supports Team Foundation Server</title>
      <description>Today a plugin was released that adds support for Microsoft's source control manager Team Foundation Server to Hudson (a continuous integration server). The plugin makes it possible to retrieve files and poll the server to detect changes on a project. If Hudson detects a change, a new build can be started automatically. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fredsolo.blogspot.com%2f2008%2f07%2fhudson-now-supports-team-foundation.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fredsolo.blogspot.com%2f2008%2f07%2fhudson-now-supports-team-foundation.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Hudson_now_supports_Team_Foundation_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Hudson_now_supports_Team_Foundation_Server</guid>
      <pubDate>Tue, 15 Jul 2008 10:48:28 GMT</pubDate>
    </item>
    <item>
      <title>Guidelines for effective TFS comments.</title>
      <description>Guidelines for writing effective TFS comments. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fphilosophil.spaces.live.com%2fblog%2fcns!7E55D8EFA2AEE5D6!158.entry"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fphilosophil.spaces.live.com%2fblog%2fcns!7E55D8EFA2AEE5D6!158.entry" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Guidelines_for_effective_TFS_comments</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Guidelines_for_effective_TFS_comments</guid>
      <pubDate>Mon, 14 Jul 2008 19:30:12 GMT</pubDate>
    </item>
    <item>
      <title> Visual Studio Team System 2008 Team Suite Overview</title>
      <description>Microsoft Visual studio team system 2008 is an integrated Application development and management solution which contains tools, processes and guidance to help everyone on the team to improve their skills and work more effectively together. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fmicrosoft%2fvisual-studio-team-system-2008-team-suite-overview%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fmicrosoft%2fvisual-studio-team-system-2008-team-suite-overview%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Visual_Studio_Team_System_2008_Team_Suite_Overview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Visual_Studio_Team_System_2008_Team_Suite_Overview</guid>
      <pubDate>Sun, 13 Jul 2008 11:44:58 GMT</pubDate>
    </item>
    <item>
      <title>Developer Error or TFS Shortcoming?</title>
      <description>Steve summarizes a recent experience where he had to reinstall his system and apps to eliminate a problem with unmanaged debugging. Source control ended up not having all of his code which could have been a disaster. Steve was able to successfully restore his machine but it took longer than it should have - couldn't TFS have helped with this? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f07%2f10%2fdon-t-be-stupid-like-me.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f07%2f10%2fdon-t-be-stupid-like-me.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Developer_Error_or_TFS_Shortcoming</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Developer_Error_or_TFS_Shortcoming</guid>
      <pubDate>Mon, 14 Jul 2008 20:01:03 GMT</pubDate>
    </item>
    <item>
      <title>How to implement workflow in VSTS - Case of Code Review</title>
      <description>There are many occasions when we need to implement workflow in the environment of VSTS. In this article, we will be taking up a case of building a workflow for Code Review. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d171"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d171" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/How_to_implement_workflow_in_VSTS_Case_of_Code_Review</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/How_to_implement_workflow_in_VSTS_Case_of_Code_Review</guid>
      <pubDate>Wed, 09 Jul 2008 14:23:52 GMT</pubDate>
    </item>
    <item>
      <title>TFS Wish list</title>
      <description>Javi goes through some limitations in TFS 2008 that he'd like to see sorted in the following version &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f07%2ftfs-wish-list.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f07%2ftfs-wish-list.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/TFS_Wish_list</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/TFS_Wish_list</guid>
      <pubDate>Tue, 08 Jul 2008 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>How to get up to speed with Team Foundation Server</title>
      <description>A collection of links about TFS, from evaluation to installation to customization and maintenance. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f06%2f20%2fHow-to-get-up-to-speed-with-Team-Foundation-Server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f06%2f20%2fHow-to-get-up-to-speed-with-Team-Foundation-Server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/How_to_get_up_to_speed_with_Team_Foundation_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/How_to_get_up_to_speed_with_Team_Foundation_Server</guid>
      <pubDate>Fri, 20 Jun 2008 11:01:03 GMT</pubDate>
    </item>
    <item>
      <title>The devil is in the details (Visual Studio Team System test policy)</title>
      <description>What if you have a Team Project with 2 solutions in 1 team project it? How can I enforce the check-in policy to run tests from solution A only when something in solution A is checked in, tests from solution B with solution B changes, ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f06%2fThe-devil-is-in-the-details-Visual-Studio-Team-System-test-policy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f06%2fThe-devil-is-in-the-details-Visual-Studio-Team-System-test-policy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/The_devil_is_in_the_details_Visual_Studio_Team_System_test_policy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/The_devil_is_in_the_details_Visual_Studio_Team_System_test_policy</guid>
      <pubDate>Thu, 12 Jun 2008 05:44:03 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Team System 2008 + MSDN giveaway contest</title>
      <description>Alvin is giving away 3 license for Visual Studio Team System. 2008 with MSDN subscription &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2falvin%2farchive%2f2008%2f06%2f08%2fgiveaway-visual-studio-team-suite-2008-with-msdn-premium.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2falvin%2farchive%2f2008%2f06%2f08%2fgiveaway-visual-studio-team-suite-2008-with-msdn-premium.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Visual_Studio_Team_System_2008_MSDN_giveaway_contest</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Visual_Studio_Team_System_2008_MSDN_giveaway_contest</guid>
      <pubDate>Wed, 11 Jun 2008 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>VSTS - How to create and deploy custom check-in policy</title>
      <description>In this article, we are going to take an overview regarding how to create and deploy custom check-in policy. We will explore these topics with an example which refers to a custom workitem type "Code Review" which was created in earlier series of articles. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d159"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d159" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/VSTS_How_to_create_and_deploy_custom_check_in_policy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/VSTS_How_to_create_and_deploy_custom_check_in_policy</guid>
      <pubDate>Tue, 27 May 2008 02:00:27 GMT</pubDate>
    </item>
    <item>
      <title>Custom NAnt Task for Removing TFS Bindings</title>
      <description>This article will highlight a custom NAnt task that strips a folder of all source control bindings.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fjake%2farchive%2f2008%2f05%2f21%2f2custom-nant-task-for-removing-tfs-bindings.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fjake%2farchive%2f2008%2f05%2f21%2f2custom-nant-task-for-removing-tfs-bindings.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Custom_NAnt_Task_for_Removing_TFS_Bindings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Custom_NAnt_Task_for_Removing_TFS_Bindings</guid>
      <pubDate>Thu, 22 May 2008 17:46:03 GMT</pubDate>
    </item>
    <item>
      <title>VSTS - Workitem Architecture, Design Considerations and Customi</title>
      <description>This article discusses the customization of workitems. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d154"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d154" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/VSTS_Workitem_Architecture_Design_Considerations_and_Customi_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/VSTS_Workitem_Architecture_Design_Considerations_and_Customi_1</guid>
      <pubDate>Wed, 14 May 2008 17:57:05 GMT</pubDate>
    </item>
    <item>
      <title>Best Of Visual Studio Team System(VSTS) Articles</title>
      <description>Here are some of the best of the Visual Studio Team System articles. Covers TFS, TDD, Unit Testing, Web Testing, Code Metrics, Work Items and much more!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fBrowseArticles.aspx%3fCatID%3d60"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fBrowseArticles.aspx%3fCatID%3d60" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Best_Of_Visual_Studio_Team_System_VSTS_Articles</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Best_Of_Visual_Studio_Team_System_VSTS_Articles</guid>
      <pubDate>Wed, 14 May 2008 10:48:07 GMT</pubDate>
    </item>
    <item>
      <title>VSTS - Workitem Architecture, Design Considerations and Customi</title>
      <description> In VSTS terminology, workitem is the data representation of any abstract entity which needs to be tracked over a period of time. Workitems store the data in the form of records in Team Foundation Server. Each workitem once created store the status of various data elements like identification, state, creation date, change history, links, attachments, quantification of work done etc.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d153"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d153" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/VSTS_Workitem_Architecture_Design_Considerations_and_Customi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/VSTS_Workitem_Architecture_Design_Considerations_and_Customi</guid>
      <pubDate>Mon, 12 May 2008 16:27:29 GMT</pubDate>
    </item>
    <item>
      <title>Are you still using Visual SourceSafe !!! ? </title>
      <description>Last version OF VSS was in 2005 and Microsoft Recommend moving to TFS Version Control and you still use VSS ...I can't believe that !!!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmydreamhelmy.blogspot.com%2f2008%2f05%2fare-you-still-using-visual-sourcesafe.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmydreamhelmy.blogspot.com%2f2008%2f05%2fare-you-still-using-visual-sourcesafe.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Are_you_still_using_Visual_SourceSafe</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Are_you_still_using_Visual_SourceSafe</guid>
      <pubDate>Mon, 05 May 2008 10:38:19 GMT</pubDate>
    </item>
    <item>
      <title>New Team Foundation Server projects on CodePlex!</title>
      <description>There's always time to browse CodePlex! It is actually a good thing to do that from time to time. In the past few days, I spotted two great new projects on Team Foundation Server. Thumbs up for their authors!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f04%2fNew-Team-Foundation-Server-projects-on-CodePlex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f04%2fNew-Team-Foundation-Server-projects-on-CodePlex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/New_Team_Foundation_Server_projects_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/New_Team_Foundation_Server_projects_on_CodePlex</guid>
      <pubDate>Wed, 30 Apr 2008 08:46:03 GMT</pubDate>
    </item>
  </channel>
</rss>