4

Visual Studio Team System and Team Foundation Server offers a lot of goodies like source control, unit testing and automatic building.

I'm wondering the following: What alternatives are there for .NET developers that has all of this?

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
Spoike
  • 119,724
  • 44
  • 140
  • 158

3 Answers3

4

We're using

  • Subversion
  • TortoiseSVN
  • CruiseControl.Net (with NAnt)
  • Confluence and Jira (http://www.atlassian.com/)
  • Nunit
  • Microsoft enterprise library

It would be interesting to know how this product suite compares to TS/TFS

Andreas
  • 81
  • 6
  • well, it appears to me much cheaper ;-) – Avi Jul 09 '09 at 10:14
  • 2
    Not realy true since Visual Studio ALM (used to be Team System) is now included with ALL MSDN subscriptions. And not just the Client, the server is also included and a licence to run SQL Server as long as its only use is for TFS. So its FREE :) – MrHinsh - Martin Hinshelwood Aug 20 '10 at 20:03
4

The following questions might also be useful in your research:

Hope that helps.

Martin.

Community
  • 1
  • 1
Martin Woodward
  • 11,770
  • 31
  • 45
1

I don't think there is any one product that will provide the same feature set, but some alternatives are:

Source Control

Unit testing

Automated builds

Also check out Gallio, which has the aim of providing a common platform for multiple tools to plug into and use services from

Paul Nearney
  • 6,965
  • 2
  • 30
  • 37