Adding EF POCO Classes to TFS Source Control

I have various projects which included Entity Framework POCO (Plain Old CLR Object) Classes. By default, these are not automatically included in TFS Source Control. To add these classes in VS2012; Open the Team Explorer Window using View>Team Explorer You will see a list of shortcuts... My Work, Pending Changes and so on; Under "Pending [...]

Visual Studio – Solutions not configured for Integrated Source Control

I recently ran into an issue where, when I opened up one of my Solutions which were under TFS Source Control, I was presented with a message box which showed; The solution you have opened is under source control but not currently configured for integrated source control in Visual Studio. Would you like to bind [...]

Visual Studio 2010 Source Control using Windows + Git + Git Extensions + DropBox

The following lays out a way to use Git + Git Extensions + Drop Box with an existing Visual Studio 2010 project. This will allow you to collaborate across multiple PC’s on the same project. There may be quite a few steps, but it’s all quite simple stuff… Install Git Install Git Extensions Install Drop [...]

By |2011-05-29T22:48:00+01:00May 29th, 2011|DropBox, Git, Source Control, Visual Studio|0 Comments