How to Work Many Developers at a project, simultaneous?

  • Thread starter Thread starter Dexter
  • Start date Start date
D

Dexter

Hello all,
I need all my developers work at a project simultaneous.
How it is possible? I need a machine as web server?
And how to configure the visual studio to all to work
simultaneous?

Thanks


Dexter
 
What typically happens is that there is a source control system. Developers
get files locally that they need, work on them, and then check them back in.
Everyone works on their own machine.
 
Setup Visual SourceSave. Every developer can develop on his local machine.

Eliyahu
 
I am sure there are many ways to do parallel development. I am using
Rational ClearCase with Project VOB and the tool proved worthy (I don't get
any money for recomending it!!). Five programmers are developing an asp.net
project in parallel.

Prodip
 
as other said you need some source control system. while you will want a
common webserver to publish and test on, with VS and asp.net, each developer
needs their own webserver (usually local), as asp.net only allows one
debugging session, and any code changes force a recompile.

-- bruce (sqlwork.com)

| Hello all,
| I need all my developers work at a project simultaneous.
| How it is possible? I need a machine as web server?
| And how to configure the visual studio to all to work
| simultaneous?
|
| Thanks
|
|
| Dexter
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top