Nugs
Nugs

Reputation: 5793

Which web-based version control system should we use with .net and visual Studio

We are about to begin a project where we will be working with a few developers all around the country (and possibly world). I'm looking for a good source control solution that is cloud-based where the developers can check in and check out source files.

If it matters, the project itself is .Net and the developers are working in Visual Studio.

Also we have tried tortous-SVN and the like, we are looking for a different, web based solution. Anyone know of anything i can take a look at?

Thanks

Upvotes: 1

Views: 783

Answers (2)

Lazy Badger
Lazy Badger

Reputation: 97395

You haven't any reasons (mentioned) to use exactly cloud-based solution. And also doesn't mention which VCS you can (have|planning) to use

For just web-frontend to VCS-of-choice your have wide selection of pure VCS-hostings (free or not) or PM|ALM tools

I can't see real question here, at least while requirements are not defined more strictly and deeply

Upvotes: 0

Jay Slupesky
Jay Slupesky

Reputation: 1913

How about github.com? It's quite popular and well thought-of.

Upvotes: 1

Related Questions