Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Collaborative editing for .NET development - what are the possibilities [closed]

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.

like image 927
Olav Avatar asked Feb 20 '10 16:02

Olav


People also ask

How does collaborative document editing work?

A collaborative real-time editor is a type of collaborative software or web application which enables real-time collaborative editing, simultaneous editing, or live editing of the same digital document, computer file or cloud-stored data – such as an online spreadsheet, word processing document, database or ...

What does online collaborative editing mean?

Collaborative editing is a process of writing and editing documents or projects by more than one person. Collaborative editing software tools like Firepad and Textflow as well as services like Google Docs facilitate collaborativelyediting individual computer files by multiple users.


1 Answers

I've recently found this tool

It looks like VsAnywhere is exactly what you need

like image 68
Dima Pasko Avatar answered Sep 18 '22 03:09

Dima Pasko