Skip to main content

Latest Articles: TFS


Performance Testing Guidance for web applications
Entry Date: Aug 2010 site: Codeplex Rating:
keywords:Performance; TFS;
Article Description:
Performance Testing Guidance for Web Applications - PDF Version.
Comments:

Small companies cannot afford having an own specialized performance testing team, but knowing the basics can let us make some decent performance testing and ensure some minimum levels of quality.

This guide is quite useful a must read to get the concepts.

Click Here To Navigate to the Article

Microsoft Visual Studio Team Explorer Everywhere 2010
Entry Date: Jul 2010 site: Microsoft Download Rating:
keywords:TFS; Team Explorer;
Article Description:
Eclipse plug-in and cross-platform command-line client for Visual Studio 2010 Team Foundation Server
Comments:

Looking for an Eclipse TFS free plugin, or for multiplaform Team Explorer / command line. Microsoft just bought Team Prise technology and now you can download this plugin for free.

Click Here To Navigate to the Article

TFS and Excel – The Basics
Entry Date: Sep 2009 site: wordpress Rating:
keywords:Excel; TFS; Team Explorer;
Article Description:
Flicking through my blog stats on a Friday shows an interesting trend. On Friday my most common search term is generally “connecting to TFS in Excel”. This tells me 2 things – lots of reports are being written on a Friday, and there’s some demand for a starter guide for TFS and Excel integration!
Comments:

Team Foundation Server for Managers... when your boss comes to your desk asking for adjusting work items... just ask him to install team explorer and show him the Excel Add-In, no more excuses :-).

Click Here To Navigate to the Article

Continuous Integration Using Team Foundation Build
Entry Date: Sep 2008 site: MSDN Rating:
keywords:TFS;
Article Description:

Organizations always need a repeatable and reliable method to create a regularly available public build. In my previous organizations, I used in-house tools.—I even used a continuous integration build type. I just did not know at that time that it had a name!

What is continuous integration? Continuous integration is the process of generating a build whenever a programmer checks code into the source control server. When you use this process, it is a good idea to have a dedicated build server where you can synchronize and compile the sources, and run unit tests.

Software development life cycle processes evolved over time. Development teams realized the importance of having periodic builds. It started with a weekly build. Then it grew tighter when "nightlies" began, and tighter still with "hourlies." As the benefits of frequent builds became more obvious, organizations wanted more builds. And now we have continuous integration. But nightlies still exist. Many organizations still count on them to get a formal, reliable build.

Comments:

Until now implementing Continuous Integration on .net involved installing a lot of great open source tools, sometimes a bit difficult to configure (Cruise Control, NAnt, NUnit, NCover...).

Now Visual Studio Team Suite + TFS offers an easy way to configure continuous integration in your project, in this guide you will find an overview about Team Foundation Build.

Click Here To Navigate to the Article

Visual Studio 2005 Team Foundation Installation Guide
Entry Date: Sep 2008 site: Microsoft Download Rating:
keywords:VS 2008; Visual Studio 2008; TFS; Team Explorer;
Article Description:
The most current version of the Installation Guide for Visual Studio 2005 Team Foundation Server and Team Explorer.
Comments:

TFS is not something that you can install by clicking next next next..., you have to carefully plan and configure the installation, a lot of power, some complexity.

QUITE IMPORTANT: once you download this chm file, in some computers it won't display the pages properly (well, won't display them at all), you have to:

1. Right-click the CHM file, and then click Properties.
2. Click Unblock.
3. Double-click the .chm file to open the file."
Click Here To Navigate to the Article

How to: Back Up a Team Foundation Server
Entry Date: Mar 2008 site: MSDN Rating:
keywords:TFS; Team Explorer;
Article Description:
Use this procedure to back up Team Foundation Server data on the data tier. Before you start backing up your Team Foundation application-tier server, back up the Reporting Services Encryption key. For more information, see How to: Back Up the Reporting Services Encryption Key.
Comments:

Performing backups in regular basis it's quite important, you never know when the server is going bananas, or your hard disk dies, or some smart ass break your source control / databases

This article explains you how to backup the data in a TFS, start with Source Control data and make a dummy test before having to face the real issue (it's not very pleasant to find that you didn't catch the concept of backup once you are going to restore a critical one ;-)).

Click Here To Navigate to the Article

How to: Move Your Team Foundation Server from One Environment to Another
Entry Date: Mar 2008 site: MSDN Rating:
keywords:Networking; TFS; Team Explorer;
Article Description:
In contrast to restore-based moves, environment-based moves do not involve moving Team Foundation Server data from one set of hardware to another. Instead, an environment-based move involves changing the environment of the Team Foundation Server itself. The most common environment-based move scenario is moving from a Team Foundation Server deployment in a workgroup to a Team Foundation Server deployment in a domain. The procedures in the following section specifically support this scenario.
Comments:

So your TFS is working like heaven, some months ago you installed it in a local instance or stand alone server and everybody is happy using it, BUT...

Because of everybody wants to use it, your boss tells you to integrate it in the organization domain, or even worse a client wants to migrate all the repository to his company domain...

This guide will tell you how to perform this change, is not talking about hardware change it's more about domains, users, permissions...

Click Here To Navigate to the Article

How to: Move Your Team Foundation Server from One Hardware Configuration to Another
Entry Date: Mar 2008 site: MSDN Rating:
keywords:Performance; TFS; Team Explorer;
Article Description:
The most common type of Team Foundation Server move is the restoration-based move. This is where you configure a new installation of Team Foundation Server on new hardware and then restore the data from your original Team Foundation Server deployment to the new environment.
Comments:

Sometimes you start with a "test" TFS server machine and in one year you realize that the whole company is using that machine... your machine is just a toy for all the needs of the company :-)

This articles explains you how to migrate your TFS installation and databases from one machine to another, quite interesting

One of the common bottlenecks can be hard disk, in that case I would evalue moving the MDF and LDF DB files to a new hard disk (of course configuring it correctly in your SQL Server instance :-)), maybe that solves the problems and you don't need to make any dramatic change

Click Here To Navigate to the Article

TFS AddIn - CheckOut and Get Last Version
Entry Date: Feb 2008 site: Codeplex Rating:
keywords:TFS; Team Explorer;
Article Description:

When in VS2005 is working with Team Foundation Server, when you check out for edit it doesn't get the last version. It doesn't act like Source Safe. This thing could make some mistakes while merging and some code can disappear.

This Addin check when you check out for edit if you have the last version, and download it.

Comments:

Another plugin that solves the Check Out without Get Latest Version (GLV).

If you have to stick to 2005 it's worth to give a try to this free plugin

Click Here To Navigate to the Article

From VSS to TFS
Entry Date: Feb 2008 site: Cox.net Rating:
keywords:TFS; Team Explorer;
Article Description:
An Introduction to Team Foundation Server Version Control from a Visual SourceSafe User’s Perspective
Comments:

99 % of the Ms developers use Visual Source Safe (VSS) for source code repository... when you move to Team Foundation Server (TFS), things seems to work the same but... you will find some differences that are not quite obvious

This doc will help you to tranfer your VSS knowledge into TFS / Team Explorer

Click Here To Navigate to the Article

TFS Get Latest Version on Check-Out in VS2008
Entry Date: Feb 2008 site: Vitalygorn Rating:
keywords:VS 2008; Visual Studio 2008; TFS; Team Explorer;
Article Description:
Those of us who are using Team Foundation Server 2005 know that a file is not updated on your local workspace when you check it out. The idea under this behavior is good - developer should manually pick files to update. I'm lazy to write why, here is quote describing that.
Comments:

One of the most annoying things that you find when moving from VSS to TFS is that making a checkout on a file does not automatically makes a getlatest version of that file in your local environment. Ms says that is because of good practices... I would say that's a pain in the neck !!! You are going to loose a lot of time merging and fixing files :-(.

Good news are: Ms has fixed this in 2008 version, but what about us poor souls that have to work with Visual Studio 2005 version ? We can use several free plugins that force that get latest just by clicking an option on the configuration settings !!

Click Here To Navigate to the Article

Page (1) Of 2 Next Articles >>