views:

213

answers:

2

What are the best options for real-time collaborative editing for .NET development? (C#,VB.NET, ASP.NET - not Mono unless it is the best way to get collaboration)

1) Anything possible with visual studio?

2) Collaborative editors? I know Eclipse has real-time collaboration, but I don't know how far you can combine it with .NET support.

3) Web-based tools?

4) Desktop sharing tools like VNC, NX etc.


The main points is that 2 developers in different locations should be able to see edits in real time. Both should be able to edit, or it should be easy to switch control.

Regarding .NET, syntax highlighting etc is better than nothing.

A: 

I think that the new Visual Studio caters for such thing.

npinti
I don't think so. Please provide a reference.
John Saunders
I found thishttp://blogs.msdn.com/habibh/archive/2009/12/01/one-bug-two-developers-collaborative-debugging-is-now-a-reality-in-visual-studio-2010.aspx
npinti
+3  A: 

take a look on http://www.wave-vs.net, it is more than a collaborative editor, is a Visual Studio Real-Time Collaboration Platform for team work Development supporting built-in Pair Programming.

  • Implements Google Wave Protocol.

  • Integrates with Major Source Control Version (SVN, TFS, VSS).

  • Support Server Federation (you can setup multiple servers on different locations and make each one communicate to the others).

  • Do not relay on Google infraestructure, you setup your own wave-vs.net Servers, you manage them and you choose how to handle all comunnications.

  • All communications are TLS encrypted.

  • Has embedded communications (IM, Conference Rooms...)

  • With the Client is also install on your computer a wave-vs.net Personal Wave Server (PWS); You can use it to work together with other colleague, it is limited to up to two concurrent connections, if you need more than this, there is wave-vs.net Enteprise Server with unlimited number of connections, (the one supporting Server Federation).

it is on pre-release state, release version will be available around march 2010...

This release has built-in support for Vs2008, for Vs2010 will be released just when we get release version for Vs2010 and can check everything

For a complete list of features take a look on above link :) or go directly to Complete Feature List (http://www.wave-vs.net/product_features5.aspx)

If you want you can test pre-release :) just asking for a pre-release License Key, (follow instruction on email you receive with download instructions for wave-vs.net pre-release.

Enjoy!

Jesus.

Jesus Salas