Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am doing my project in C#. And problem is I am not able to get in touch with my team members. So is there any solution so that all my team members can access the project even if we are not in a single location. Please give me a detail guideline to do so.
Posted

Hi, SVN repositories can serve this purpose. Please check Visual Studio Online and Team Foundation Server, they allow for source control and all the other features you might need. You will find a good tutorial at: Getting Started with Git and Visual Studio which shows you basically how you can work as a team to control code etc.
 
Share this answer
 
Yes you can use TFS (Team Foundation Server) or online free repositories like GIT.
You can do all the things you do to a SVN, so that project will be available for all.
 
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