Beta Exam 71-510: Study Links

Like several others out there, I am planning on taking the Beta 71-510 exam next week.  Being that this is the first time this test has existed, it is difficult to figure out what to study and where to find study materials (other than the obvious - experience with TFS itself).  I've put together a few links that I've been using while studying for the exam so I thought I'd post them here in case anyone else finds them useful. Preparation Guide for Exam 70-510 - this is Microsoft's guide detailing what items are covered on the test. Team Foundation Administrator's…
Read More

Beta Exam 71-510: TS: Visual Studio 2005 Team Foundation Server

I just saw this post on Rob Caron's blog.  Registration for the 71-510 Beta Exam is now open.  The exam can be taken between February 20th and March 5th.  There are a limited number of slots available on a first-come, first-served basis so sign up quickly!  I signed up this evening without any problems. Use the promotion code TSVS510 when registering to cover the cost of the exam. There is a preparation guide available here.  The list of topics is quite length so I'll definitely be spending some time brushing up on a few areas. See Rob's post for more…
Read More

Displaying Team System reports in the Team Portal

One of the nicest features of the TFS SharePoint site (in my opinion) is the ability to display various reports on the portal's home page.  We currently display a build report as well as a defect report.  To do this, I've always used the default Page Viewer web part and manually set the URL to the desired report. However, today I noticed a post from Jeff Atwood describing a different approach.  He explains how to install the SQL Server 2005 Reporting Services web parts (which already exist on your TFS server - they just need to be setup). There are…
Read More

TFS Bug Item Synchronizer 1.1 for Mercury Quality Center – Part 2

A couple of months ago I posted about a utility I happed across that synchronizes Team Foundation Server bugs with Mercury's Quality Center/Test Director product.  At that time I hadn't yet had the opportunity to try the utility out.  This past week I finally planned some time into my iteration to setup the utility and try it out. Our development team currently uses Visual Studio Team System for development whereas our testers are currently using Mercury Quality Center to track defects.  On past projects I've actually went through the trouble of manually synchronizing defects in both systems (luckily we didn't…
Read More

TFSBuildManager

For anyone managing multiple build types within Team Foundation Server's Team Build service, you've probably come to realize there are several shortcomings in v1.0.  For example, there's nothing in the IDE that lets you stop a running build for delete completed builds. Although I've built a couple of utilities on my own to alleviate some of these issues there is now a project on CodePlex which handles these issues very nicely (and looks way cooler than anything I've written for these tasks :-) - TFSBuildManager. TFSBuildManager has the following features: Start, stop a build Change build/s quality Delete, backup build/s…
Read More

AssemblyInfoTask Fix for Year 2007

For anyone using the AssemblyInfoTask custom build task you may have noticed that it does not work (using default settings) when performing a build in the new year (2007). This is due to a restriction within Microsoft's version number scheme (i.e. it uses 16 bit numbers).The AssemblyInfoTask home page suggests a work around by modifying the Microsoft.VersionNumber.targets file (on the build server) and changing all occurrences (there's two of them) of "yyMMdd" to "01MMdd". This will work for the remainder of the year, at which point you'll need to change the format to "02MMdd" for 2008.If you are like most…
Read More

Visual Studio 2005/TFS Service Pack 1 Released

As announced on Soma's blog, Service Pack 1 for Visual Studio 2005 and Team Foundation Server has been released.This Service Pack addresses a range of issues that were found through customer and partner feedback as well as our own internal testing. Many of these issues were reported by you and I thank you for taking the time to report them to us. The release also adds a number of customer requested functionality and enhancements to some of the most common development scenarios to Visual Studio that I think you’ll find interesting and valuable.You can find the full details here.
Read More

TFS Bug Item Synchronizer 1.1 for Mercury Quality Center

I'm currently working in a shop that tracks defects in Quality Center but I would like for our development team to be able to work with TFS defects directly from their Visual Studio IDE. I started to work on an in-house solution for synchronizing defects, however, I recently found out about a utility for synchronizing bug/defect items between Mercury Quality Center and Team Foundation Server. Although I haven't used it yet (I'll be trying it out over the next week or so) it looks to be very promising.Here is a quick rundown of how it works:For every selected defect for…
Read More

TFS Permission Manager

The SRL Team has released a new utility to help with the management of Team Foundation Server permissions.? TFS Permission Manager 1.0 has allows you to work with all aspects of TFS-related permissions and includes the following capabilities: Add or remove TFS group memberships, Reporting Services role memberships and SharePoint role memberships Set Server- and Project-level permissions Set Area Path and Source Control permissions Create new TFS users with permissions identical to those of an existing user Save user permissions as a template and use it later to create new or update existing users If you have the responsibility?of managing?permissions…
Read More

Team System Basics Training (200 Level)

Microsoft has made available for download a Virtual PC (VPC) based set of training for Visual Studio Team System basics.? The modules within this training program include:Module 1 - Overview Module 2 - Team Foundation AdministrationModule 3 - ArchitectModule 4 - DeveloperModule 5 - TesterModule 6 - Project ManagerModule 7 - Team ExplorerThis is a relatively large download (5GB) and is comprised of eight separate files that must be downloaded and then extracted (a single download would have been nice :-).? The extracted files will take up about 15GB of space and can be ran using Virtual PC 2004 or…
Read More