Getting Started With Team Foundation Service

Before reading this article, please read my article describing how to connect the Team Foundation Service (TFS) to Visual Studio 2013 Preview.

Introduction

In this article, I am introducing the procedure for uploading your source code in the Team Foundation Service to Visual Studio 2013 Preview. This helps you to build and share your source code with team members. The procedure for uploading the code to TFS is the following:

  • Work with Source Control
  • Source Code in TFS

Work with Source Control

  1. At first, connect with the Team Foundation Service account. If you do not have an account, then create it; you need to create your Visual Studio account.
     
  2. If you want to work with Source Control then you need a location in which to put your source code or solution. The location helps you to view your source control items. When choosing a location, choose one that is easy to remember.

    MovingFolder-in-TeamFoundationServer.jpg
     
  3. Open your solution in Visual Studio 2013 Preview.

    OpenProject-in-TFS.jpg

    Choose Location

    OpenProject-in-VisualProject-2013.jpg

Source Code in TFS

  1. Go to Solution Explorer, right-click on your solution to add it to TFS.

    AddSolution-in-TFS.jpg

    Type a name for your Solution Folder.

    AddSolution2-in-TFS.jpg
     
  2. After adding the solution in TFS, click on "Check In".

    CheckIn-in-TFS.jpg

    Adding comment in Team Explorer

    TeamExplorer-in-TFS.jpg

    ChangesetSucessful-in-TFS.jpg
     
  3. Now, open your solution from Source Control Explorer in Team Explorer.

    SourceControlExplorer-in-TFS.jpg

    Now you can view your solution in Source Control Explorer.

    SourceControlExplorer2-in-TFS.jpg
     
  4. Now the entire team can code in the source code, and the changes are tracked in the Team Foundation Service.

Summary

This article introduced how to upload your source code in Team Foundation Service using Team Foundation account in Visual Studio. I introduce the information for connecting the source code solution to TFS through images, if you have any problem then let me know. I'll write further if I find anything more that is new in this technology. 


Similar Articles