SaiBand
SaiBand

Reputation: 5355

What is the Difference between Visual Studio Team System and Team Foundation Server

Sounds like a very simple question. But What is the difference between TFS and Visual Studio Team System ?

I know TFS is version control and VSTS is collection of tools for developers, architects, testers.

But is TFS a part of VSTS ??

Also what is Visual Studio Team Services ? How are these products different from one another.

Please explain as these things can be sometimes very confusing.

Upvotes: 2

Views: 6446

Answers (2)

Alexan
Alexan

Reputation: 8625

Very short: VSTS is online version of TFS, main purpose: service control: TFVC and Git, but also includes Agile tools, continuous integration and so on.

See more detaled information in documentation.

Upvotes: 4

phifi
phifi

Reputation: 3018

Basically its local Server vs. Cloud. There are a lot of articles which can be found on the internet. eg. this one.

One major drawback is the reduced possibilities of customizing your development process, WITs and so on. Here is a list of things you can't in VSTS: Click

But is TFS a part of VSTS ??

No - its an online version of TFS.

If you have more questions, feel free to ask - but try to be more specific.

Upvotes: 0

Related Questions