Collaborative editing for .NET development - what are the possibilities
- by Olav
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.