Posts

Showing posts from December, 2008

SCRUM with Visual Studio

SCRUM addons and process templates are available for Visual Studio but of course there are prerequisites such as Team Foundation Server (TFS) which must be installed and in use. 3 of the options available are  http://www.codeplex.com/VSTSScrum ,  http://www.scrumforteamsystem.com/ and eScrum. These provide applications which help manage the SCRUM process more easily.  I've had a quick look at the VSTSSCrum myself, the version I've looked at is Vs01 as my current project is running on Visual Studio 2005. To use go to the url above,  http://www.codeplex.com/VSTSScrum , download version 1. The template itself must be installed on the machine running your TFS, see the Readme.txt in the unzipped files.After installation the of the process template on the server you'll also need to install another client template on the Client, again the Readme.txt explains this. I haven't used this yet. There's also a Project Connector available from codeplex, this might be handy, I th...

Visual Studio Team Foundation Server and Team Suite and Team System

The acronyms TFS and VSTS stand for Team Foundation Server and Visual Studio Team Suite or Visual Studio Team Server. All of the above terms are regularly used to represent each other but this is incorrect. The terms are different, hears a brief explanaition below thanks to  Dmytro Lapshyn  : People frequently say "VSTS" when they actually mean "TFS" and this creates some confusion. Use of VSTS to address both "Visual Studio Team Suite" and "Visual Studio Team System" also contributes to the confusion. To clear things up a bit: TFS - the server part of the suite that provides source control, build management and enables teamwork/ALM management Visual Studio Team Suite - the fullest edition of Visual Studio that includes team tools for developers, architects, testers, DB pros and a client license to TFS. Note that Team Explorer needs to be installed separately even though you have the CAL Visual Studio Team System - a more generic term for TFS plu...