It can be a challenge to move a project from one TFS source control to another. This is because TFS has the concept of workspaces. These workspaces are generally behind the scenes so you do not know they are being created. If you try and move a project that is currently associated with a workspace it will complain when you try and connect the same project with a new source control. The first step is to remove the workspace binding. To find the workspaces go to: File>Source Control>Workspaces. ......
An interesting application I was shown for documenting C# code is called Ghost Doc. Roland's summary of the tool:- GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments for C#. Either by using existing documentation inherited from base classes or implemented interfaces, or by deducing comments from name and type of e.g. methods, properties or parameters ......