Hello my dear readers,

In my last post I create a new team project, now it’s ready to hold source control and other stuff, lets add our solution( which we’ve created in part 1) inside the team project source control:

At this point you can update the project collection. Let’s add the new solution to Team Foundation Server again. Right-click the project in the Solution Explorer and select Add Solution to Source Control:

At this point you could create a new folder in Team Foundation Server for the solution or just take the default. When you are happy, click the OK button:

Upon success the Solution Explorer will now show the files are under source control (see the ‘+’ symbol in front of the files):

You will also see the list source control actions taken to publish the solution. Add a comment and then click Check-In:

Confirm the check-in by clicking Yes.

At this point your new solution is in Team Foundation Server and ready for Work Items!, to be continue…