Are multiple developers possible?

D

Daniel

How does ASP.Net handle multiple developers? Do you use Source Safe?

In classic ASP it wasn't really an issue because the site did not need to be
built prior to viewing/running. However, now if I'm in the middle of
something and a coworker wants to test the changes he's made to another part
of the site, he'll get build errors until my code is ready to run, won't he?
How do you handle this?
 
K

Ken Cox [Microsoft MVP]

There are five of us working on ASP.NET projects very successfully using
Visual SourceSafe. For the most part, we followed the pattern described
here:

Team Development with Visual Studio .NET and Visual SourceSafe

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/tdlg_ch7.asp

There are two rules that we enforce when working with multiple developers:

1. No one keeps the project file checked out. (It prevents others from
adding files.)
2. No one checks in anything that doesn't compile. It doesn't need to be
complete but it must compile. (Otherwise, people can't test their pages
after getting the latest version.)
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top