what is different Team Foundation Server (TFS) and Microsoft Visual Studio Team System?
3
votes
2 Answers
10
votes
TFS is a source control server and associated applications (bug/issue tracker).
Team Foundation Server (commonly abbreviated to TFS) is a Microsoft product offering source control, data collection, reporting, and project tracking, and is intended for collaborative software development projects.
Visual Studio Team System was the former name of Visual Studio Application Lifecycle Management, which is a suite of tools for software development that includes TFS:
a collection of integrated software development tools developed by Microsoft. These tools include IDEs, source control, work items, collaboration, metrics, and reporting tools.
2
votes