473,563 Members | 2,867 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to Work Many Developers at a project, simultaneous?

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

Nov 19 '05 #1
5 1384
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.

"Dexter" <pr******@yahoo .com.br> wrote in message
news:el******** ******@TK2MSFTN GP12.phx.gbl...
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

Nov 19 '05 #2
Setup Visual SourceSave. Every developer can develop on his local machine.

Eliyahu

"Dexter" <pr******@yahoo .com.br> wrote in message
news:el******** ******@TK2MSFTN GP12.phx.gbl...
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

Nov 19 '05 #3
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
"Dexter" <pr******@yahoo .com.br> wrote in message
news:el******** ******@TK2MSFTN GP12.phx.gbl...
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

Nov 19 '05 #4
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)

"Dexter" <pr******@yahoo .com.br> wrote in message
news:el******** ******@TK2MSFTN GP12.phx.gbl...
| 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
|
|
|
Nov 19 '05 #5
"Dexter" <pr******@yahoo .com.br> wrote in message
news:el******** ******@TK2MSFTN GP12.phx.gbl...
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?


See Team Development with Visual Studio .NET and Visual SourceSafe
(http://msdn.microsoft.com/library/de...sp?frame=true).
It's useful even if you're not using SourceSafe.
John Saunders


Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2437
by: slugger | last post by:
Hope this is not OT: I am running into some strange things whenever my ASP pages send out simultaneous requests to another ASP page which in turn gains access to a MySQL database using a DSNless connection string. Whenever I run a page that just puts out a single request things seem to go fine, but if I activate some Flash components that...
6
2316
by: Jimnbigd | last post by:
I want to write a game, and sounds will really add to it. Note that I would always make the sounds optional. I hate it when I go to a URL and unexpectedly get sounds or music. I have played with bgsound in IE, and found I can have simultaneous sounds using multiple bgsound tags. I have done a google search, and the only results I found...
96
5610
by: Karen Hill | last post by:
SELECT surgeries.*, animals.* FROM surgeries INNER JOIN animals ON .=. AND WHERE ((.=Date()) Or .=Date()); I'm trying to write a query that joins two table together, animals and surgeries where surgeries.id = animals.id and only where the surgery date was date_a or date_b. I'm doing this in Microsoft Access 2000 and am tearing out my...
2
1416
by: George Durzi | last post by:
I'd like to get some real world feedback from developers out there who have to work with the "design" folks to integrate look and feel stuff into a vs.net web project. A lot of designers use web page design specific products such as Macromedia Dreamweaver when building sites. What happens when you as a vs.net developer have to work with a...
12
2298
by: Dan V. | last post by:
Since an ASP.NET/ADO.NET website is run on the server by a single "asp_net worker process", therefore doesn't that mean that even 50 simultaneous human users of the website would appear to the database backend as a single user. Therefore, wouldn't switching our Access (actually Jet 4.0 OLEDB) database backend on our ASP.NET/ADO.NET website to...
15
1897
by: Brett | last post by:
I'd like to know what management and the work environment are like where you work. I need something relative to compare my current work environment. Here's a few questions I have: 1.) Is it normal for (technical) management (actually 1 of 2 co owners) to constantly interrupt developers all day with with questions such as: "can we look at...
5
7111
by: WebMatrix | last post by:
Hello, It might seem like a stupid question to some. But I need to put this issue to rest once and for all, since it keeps coming up in code reviews every now and then. There’s a static function in business logic class invoked by a Web multi-user application. Each request calls this static function passing in one unique ID, and XML...
0
1820
by: melledge | last post by:
Ajax Developers' Day to Kick Off XTech 2006 Conference Industry experts offer insight into next generation of the Web ALEXANDRIA, VIRGINIA, USA - April 25, 2006 - In response to the rapidly developing world of Ajax user interfaces on the browser, IDEAlliance (www.idealliance.org) announced today that its annual XTech Conference will kick...
4
6458
by: raylopez99 | last post by:
Compound question: first, and this is not easy, if there's a way to detect multiple simultaneous key presses in C# let me know (in the below code, keys c and d being pressed simultaneously or nearly so). I researched this and for C# (as opposed to MFC) there is no library function, and no easy way, though some code on the net suggested that...
0
7583
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7888
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7642
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5484
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3643
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2082
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.