Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why isn't there a Team Foundation Server Express Edition?

Why isn't there a Team Foundation Server Express Edition?

like image 726
Chris Pietschmann Avatar asked Sep 15 '08 21:09

Chris Pietschmann


3 Answers

Almost 3 years and 16 answers later,TFS Express is now a fact.

like image 95
KMoraz Avatar answered Nov 16 '22 09:11

KMoraz


The Express Editions are specifically designed for individuals who do not have access or, more bluntly, cannot afford the full versions of Visual Studio but who would like to develop in the .NET Framework.

Team Foundation Server on the other hand, is specifically designed for corporations which has software development teams with a number of members. Corporations (nor startups) have never been the target of the Express product.

You can still take advantage of Express editions and collaborative tools by using open source products in conjunction with them, e.g., use Subversion for source control, Cruise Control for continuous integration, etc. They will give you most of what you need and still allow you to use the Express editions in a team environment.

I am not sure, however, if specifically using Express editions in a team environment is a violation of its EULA. Hope not :P

like image 13
Jon Limjap Avatar answered Nov 16 '22 10:11

Jon Limjap


There is an Express version of TFS coming out with Visual Studio 2012:

http://blogs.msdn.com/b/bharry/archive/2012/02/23/coming-soon-tfs-express.aspx

like image 10
Darren Avatar answered Nov 16 '22 11:11

Darren