what do you mean by "working on the same program?" Is it possible to
develop an application with more then 1 developer then the answer is yes
assuming you segragate the tasks and define interfaces and or use a tool
like Visual Source Safe.
If you mean can you install the application on a server and have multiple
users use the same windows-form application then I believe that the answer
is yes assuming that the appropriate dot.net security setting have been
made.
If you mean actually changing the code, then no.. You will need some
source control software (such as Visual Source Safe) which enables a
developer to "check out" code for update which will prevent anybody else
checking out the same code until the first developer checks it back in
again.
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.