alkampfer on January 27th, 2012

This is a super basic and easy question, but I found quite often people asking me how to add an existing project to a TFS Team Project. It turns out that there are more than one way of doing this, but I usually suggests this simple path that is quite simple and is understandable from [...]

kick it on DotNetKicks.com

Continue reading about Add existing project to TFS

alkampfer on December 21st, 2011

The search box functionality was introduced with the August release, but I see that some people still does not know it. This question arose during a talk about how to handle the lifecycle of a bug, and when it was time to deal with the “avoid duplication” issue, people told me that they want a [...]

kick it on DotNetKicks.com

Continue reading about Search in Tfs Work Items never was so easy :)

alkampfer on December 17th, 2011

You can read all the details Here, but basically it is a release mainly focused for “non visual studio developers”. This new release has a MSSCCI provider for 64 bit, and a version of Power Tools for eclipse, and it is available from the Eclipse update site. For those ones interested in knowing the news [...]

kick it on DotNetKicks.com

Continue reading about Team Foundation Server power tools December release

alkampfer on December 11th, 2011

One of the great advantage of using Tfs on Azure, called Team Foundation Service, is that you never should worry for update of the server, because everything is managed by the TFS team. If you already have an account, you probably noticed that the UI is radically changed, as described in Brian Harry’s post, new [...]

kick it on DotNetKicks.com

Continue reading about Team Foundation Service, december update

alkampfer on December 2nd, 2011

Shelvesets are a really useful concept in TFS, and you should be aware that thanks to Power Tools you can even do a Merge during an Unshelve in case of conflicts. As an example suppose this simple and stupid scenario, you have this code. Figure 1: Original Code Now lets generate a conflict with Shelveset; [...]

kick it on DotNetKicks.com

Continue reading about TFS Pills: merging conflicts during unshelve.