Spoike
Spoike

Reputation: 121742

Are there alternatives to Visual Studio Team System and Team Foundation Server?

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?

Upvotes: 4

Views: 9819

Answers (3)

Martin Woodward
Martin Woodward

Reputation: 11770

The following questions might also be useful in your research:

Hope that helps.

Martin.

Upvotes: 4

Andreas
Andreas

Reputation: 81

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

Upvotes: 4

Paul Nearney
Paul Nearney

Reputation: 6955

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

Upvotes: 1

Related Questions