Collaborative editing for .NET development - what are the possibilities?

Real-time collaborative edits in IDE is probably not desirable because that would make code uncompilable unless all participants are done at the same time. This means you can't frequently run and test your changes and see your test getting passed. Your edits would block another person and vice versa.

A good alternative is continuous integration where you can push code at every time your tests passes and immediately do pull afterwards to get other people's changes. This can be done by simple scripting with most version control systems.

Real-time collaborative edits in IDE is probably not desirable because that would make code uncompilable unless all participants are done at the same time. This means you can't frequently run and test your changes and see your test getting passed. Your edits would block another person and vice versa.

A good alternative is continuous integration where you can push code at every time your tests passes and immediately do pull afterwards to get other people's changes. This can be done by simple scripting with most version control systems. One of the app I frequently use for collaborative code discussion is collabedit.com.

Cloud9 IDE announced team coloboration feature, but now this feature is haven't released yet.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions