Wednesday, April 18, 2007

NDoc 1.3, NDoc 2005 and Sandcastle

Code documentation tools for .Net.
NDoc 1.3 stop development at 2005 and is only working for .Net framework 1.0 and 1.1, can only import solution from VS 2003.

By adding a config file and recompile in VS 2005 it will work with .Net 2.0, but the generic class name will show improperly. This can be fixed by add FullName test function.

NDoc 2005 seems to take this projects and develop on .Net 2.0.

Microsoft has their own documentation tool Sandcastle.

One more thing, today I found a very good HTTP debugging tool: Fiddler. It logs all HTTP traffic between your computer and the Internet.

No comments: