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 ......
In this blog post I’ll be showing you,
- How to connect to TFS programmatically using TFS 2010 SDK
- How to connect to TFS programmatically using TFS 2012 SDK
- DLL references required to connect to TFS programmatically
- Connectivity classes & scope
- How to establish a connection interactively
- How to establish a connection without user intervention
- Download a Demo Solution