Visual Studio and Visual Studio Live (previously Team Foundation Server or TFS)
it is the collaboration platform at the core of Microsoft's application lifecycle management (ALM) solution.
basically it lets you do versioning and collaborative team editing of SW. Like what you might do with GIT and bitbucket.org
It is created by Microsoft and access to it is integrated into Visual Studio. For this reason it may be your choice for SW versioning and collaborative work control.
Visual Studio Live is the online repository where TFS is a server you setup. For that reason I suggest Visual Studio Live (you need a live.com account from microsoft) GO TO http://www.visualstudio.com/ and login once you have an account. Read online (i.e. http://msdn.microsoft.com/en-us/magazine/dn519923.aspx) for how to setup a project with Visual Studio LIve
See following for more information.
http://msdn.microsoft.com/en-us/vstudio/ff637362.aspx
|