Sharing visual studio projects between computers

version-control, visual-studio

Solution

The simplest way to do this at the moment is to use Microsoft's new and free TFS (Team Foundation Server) service "in the cloud".

First, sign up a TFS account here. You will have to choose a name, which will give you a URL like http://yourname.visualstudio.com/

Next, within Visual Studio you can add a TFS server, where you will be able to check-in and check-out your solutions and projects from any number of computers.

Problem

I have a laptop and a desktop computer that I wish to share visual studio projects between - what is the simplest way to do this?

Original source