Exploring the Team Foundation Object Model

Mickey Gousset, a Team System MVP, is blogging about his exploration of the Team Foundation object model. In his first post, he creates a simple console application that authenticates with a Team Foundation Server.

In this post, we are going to create a simple application using the TFSOM. The plan is to then build off this sample application in future posts. For this post, we are going to create a console application, in which we create a Team Foundation Server object, and write out some of it's properties.

Mickey Gousset – Simple Team Foundation Server Object Model Application

720