Working same project by multiple programmers simultaniously
-
Dear friends, I would like to know , how multiple programmers can develope a web application by accessing/coding the different webforms at the same time in MS.NET2005 Me and my friend wish to develope a web application parallelly.. Be thankful for any advices.....
They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
CrazySanker -
Dear friends, I would like to know , how multiple programmers can develope a web application by accessing/coding the different webforms at the same time in MS.NET2005 Me and my friend wish to develope a web application parallelly.. Be thankful for any advices.....
They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
CrazySankerBoth of you can divide the project amongst yourself and then merge the web forms in the application manually. Steps to follow- 1. Build the webforms. 2. Copy all the webforms & classes which was coded by your friend on your PC in the project folder . 3. Open the solution (.sln) file. Right-click in solution explorer and select "Include In Project". Compile the project. Your application is built for release. :)
-
Dear friends, I would like to know , how multiple programmers can develope a web application by accessing/coding the different webforms at the same time in MS.NET2005 Me and my friend wish to develope a web application parallelly.. Be thankful for any advices.....
They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
CrazySankerHi, you have to install source safe and then add project to souce safe. so you all can work together.
Thanks, Sun Rays To get something you must have to try once. My Articles
-
Dear friends, I would like to know , how multiple programmers can develope a web application by accessing/coding the different webforms at the same time in MS.NET2005 Me and my friend wish to develope a web application parallelly.. Be thankful for any advices.....
They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
CrazySankerIn my project, I used to use SVN for that. As Sun Rays suggested, you can also use Visual SourceSafe. VSS 2005 supports web access too..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
Dear friends, I would like to know , how multiple programmers can develope a web application by accessing/coding the different webforms at the same time in MS.NET2005 Me and my friend wish to develope a web application parallelly.. Be thankful for any advices.....
They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
CrazySanker -
Thank you very much!!!
They laugh at me; they think I’m different. I laugh at them, ‘coz they are all same!!
CrazySankerYou can also download Araxis trial version and use that tool to merge your changes. It enables line by line comparison of two files and allows you to insert or delete lines from one file to another. Regards N.Surendra Prasad