Now there is no excuse for not using source control

Microsoft has started offering free TFS in the cloud.  Signing up and using with visual studio is a pretty easy process.  Microsofts directions are found here.

Go to http://tfs.visualstudio.com/#

Click signup, create a new url for your project.  Once you have done that create a new TFS Root then you will have an options to start new instance of Visual Studio.  On my configuration this did not work, but if you inspect the link you could see the url to the TFS server.

Grab the url, figure out the link and go to visual studio -> team -> then put your new TFS server in there.  Check in your code and enjoy.

Now it's time to go find all of my old projects and get them checked into source control.

Add a Comment