Since I started to program in Visuel Studio and have experience of TFS in my last Project, I wanted to know, if I can use version control on my local machine?
Since I don’t work in a team and I cannot acces the old TFS (because it was from my university), it would be cool, if there is a feature in Visual Studio 2010, which allows version control locally.
As I never used Version Control, I am not very used to alternatives and would like to keep it simple with a Visual Studion Build in solution.
How can i achieve that?
The most common solution for a single developer is to use some free version control solution, like SVN, Mercurial or Git. All of them make it easy to set up your own repository, or you can use some hosting provider (some providers provide free hosting for small projects). SVN can integrate into Visual Studio using AnkhSVN and the user experience will be a lot similar to the MS Team solution.