Our team decide to use Visual Studio Community instead of Visual Studio 2013. I wonder can we install TFS in Visual Studio Community and work well? Thanks!
Asked
Active
Viewed 3.0k times
12
-
4This question appears to be off-topic and should be directed at the tool vendor's sales or support services – xmojmr Dec 16 '14 at 15:09
1 Answers
33
Visual Studio Community edition is feature equal to Visual Studio Professional except that in an organization it can only be used for open source projects, academic research or learning. For other commercial scenarios you're only allowed to use the Community edition up to 5 users.
Team Foundation Server is a separate product. If you have an MSDN subscription (which you won't have if you're using VS Community), you get licenses to install TFS.
However, instead of installing TFS you can also look at Visual Studio Team Services, a hosted version of TFS which is free up to five users.
So, if you're with less than 5 users, you can use Community and Visual Studio Team Services completely free.

Wouter de Kort
- 39,090
- 12
- 84
- 103
-
2There is a free TFS Express for up to 5 users. Can the community edition connect to that? http://www.microsoft.com/en-us/download/details.aspx?id=46922 – Simon_Weaver Aug 13 '15 at 21:18
-
1@Simon_Weaver I would assume that's possible. Haven't tried it however. – Wouter de Kort Aug 14 '15 at 19:12
-
1On the feature comparison chart it shows zero features for TFS for community edition. Will update later when my corrupted TFS upgrade gets fixed :-/ – Simon_Weaver Aug 14 '15 at 19:36
-
3I just tested and confirmed that VS Community edition 2015 can connect to on-premise TFS 2015 Express edition. – Damn Vegetables Nov 24 '15 at 03:54
-
1
-
2@PreguntonCojoneroCabrón It's the same for Visual Studio 2017 Community. Or did you mean something else? – Wouter de Kort Nov 20 '17 at 16:04