Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Me and a buddy of mine have just opened a small IT Software Company, and we are using Microsoft MVC, visual Studio and Management Studio

Now we are using 2 machines to develop and we developing the same app, what tool can we use to save our code in the same project but using different machine without over writing the other one s code, just like in the coparate Firm

Where we have multiple developers working on the same app on their local machine but wen they commit that code to the server it merges they code and doesnt over writes the other developers s work
Posted

Is really good this[^] one !
 
Share this answer
 
I would suggest to use https://bitbucket.org[^] as this is a git based anda sort of industry standard.

Bitbucket is integrated with https://appharbor.com/pricing[^] which is free for one user to host MVC applications and this could be used as a testing environment for you (Still, Please check the AppHarbour terms and conditions before you start to use)


Bitbucket easily integrate with visual studio 2012
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900