Documentation of C# Code with SandCastle and Visual Studio 2010
In this post I'll show you, how you can create a documention of your code. In the past ndoc was the tool to create code docus but the project seems to be dead. Therefore we use SandCastle, a freeware tool, that is also used by Microsoft to create Code-Documentations. Here is the reference of the comments within visual studio: http://msdn.microsoft.com/en-us/library/b2s063f7.aspx http://msdn.microsoft.com/en-us/magazine/cc302121.aspx First of all you need to install these things in the given order. Download and install SandCastle http://sandcastle.codeplex.com/releases/view/47665 Download and install SandCastle Help File Builder (shfb). This is a gui for SandBox. Sandbox is mostly a command line driven tool, with a poor gui. This tool helps to create the documentation easier. http://shfb.codeplex.com/releases/view/40105 If you want to create MS specific .chm (Compiled Html Help) files, download and install htmphelp.exe. http://www.microsoft.com/downloads/en/detail