You must Sign In to post a response.
  • Category: Visual Studio

    How to wok with teamfoundation server in .net applications

    how to work with team foundation sever using .net applications
  • #747122
    What is Team foundation Server?--> TFS is a source control tool provided by Microsoft. You can integrate .NET source code with TFS very easily.
    Why we use it? In order to manage the source code efficiently you require a source control tool. TFS one among the source control tool available in the market.
    How to use it--> You may go through one of the tutorials in this regard:http://msdn.microsoft.com/en-us/library/vstudio/hh529827(v=vs.110).aspx
    where we can use it--> To manage any source code you can use TFS


    Regards,
    Asheej T K

  • #747123
    Hi,

    TFS is a source control tool provided by Microsoft. You can integrate .NET source code with TFS very easily.

    How to use it--> You may go through one of the tutorials in this regard:http://msdn.microsoft.com/en-us/library/vstudio/hh529827(v=vs.110).aspx


    Regards,
    Asheej T K

  • #747134
    TFS is source control system where you can check your code on the daily basis which will serve as a backup in cloud. For setting TFS you need to have TFS account to be created. Once you get in to TFS website you can able to create skeleton an empty solution. Later you can add the solution to the TFS base project. Kindly visit the link shared by Asheej for getting better understanding.,
    All is well.
    Thanks,
    Dharma
    Editor,Mentor,MVM
    Try and fail but don't fail and try

  • #747368
    Hi,

    When the people are working together with the same project in that case mostly we go for TFS,VSS..
    Using this only one person can able to handle that particular page at the same time( when you checkout). Once you checkIn then only other people can able to access that page.

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/


  • Sign In to post your comments