Collaborative editing for .NET development - what are the possibilities

Posted by Olav on Stack Overflow See other posts from Stack Overflow or by Olav
Published on 2010-02-20T16:00:20Z Indexed on 2010/12/21 7:54 UTC
Read the original article Hit count: 300

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.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual-studio