When I downloaded this software last week I had very little or no idea what it does for me. Today I found time to try it and went through the documentation provided with it. NDoc is a Code Documentation Generator for .NET. What it does is it generates class library documentation from the comments and documentation which programmers have already put in their code.

You can generate all these comments into a XML file and store in your project directory.Once all such XML files are ready (NDoc docementation says how…………) build your project. This will create all the XML files with your code.

The interesting part comes next. Since I want you’ll to feel it yourself ,try this. You can download NDoc free. But try documenting……………………..Happy coding.