TFS SDK 2010
There are 2 entries for the tag
TFS SDK 2010
Technorati Tags: Team Foundation Server 2010,TFS API,TFS SDK 2010,TFS Administration Working as a TFS Administrator maintaining the user workspaces is a very important task. Using the TFS API it is very easy to get a list of user workspaces, undo pending changes and delete workspace mappings if required. It is common to see people leave as the bell curve dips with the project delivery but some times what is left behind is a set of checked out files in workspaces. In this blog post i will show you...
Technorati Tags: Team Foundation Server 2010,TFS API,TFS SDK 2010,TFS ALM Download a working solution Demo Solution Download I have seen a lot of questions in the community lately on how to use the TFS API to get a list of Team Projects, Iterations & Area Paths in that project, get a list of queries, see the wiql and execute the query programmatically. I will show you the steps on just how to do this. PDTZG6PKJYNE 1. Connect to TFS Programmatically I have a blog post that shows you from where...