Pseudo Knowledge Base

Useful stuff I've collected... Enjoy.
posts - 26 , comments - 34 , trackbacks - 0

Documentation

Tips on Connecting to the New Team Foundation Server and moving a project
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. ......

Posted On Tuesday, October 27, 2009 4:33 PM | Comments (0) | Filed Under [ Documentation ]

Documenting C# Code
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 ......

Posted On Tuesday, November 4, 2008 9:30 AM | Comments (2) | Filed Under [ Documentation ]

Powered by: