January 2016
Intermediate to advanced
340 pages
7h 53m
English
The TFS object model exposes a few options for connecting to Team Foundation Server. The Team Project Picker (TPP) is one of the options; the advantage of using the project picker is that the user sees a TFS connection dialog that they are familiar with. The user can specify the TFS Server details and authenticate using this dialog. In this recipe, you'll learn how to use the TPP to authenticate and connect to TFS programmatically.
Follow the steps in the Acquiring TFS object model from the NuGet Gallery recipe to create a project in Visual Studio and add the TFS NuGet packages to this project.
Program.cs class in the newly created ...Read now
Unlock full access