I Finished a project over the weekend and generated the final documentation to give to the customer.
If you don't know about NDoc, it is an indepensible documentation generation tool for .NET developers that reads the code comments in your application and generates very nice documentation. Documentation is one of those areas that none of us are fond of doing, and NDoc makes it extremely easy and productive by allowing you to add the commenting in your code, where it should be, and generate the documentation from there.
It is a must for all .NET developers. Check it out.
Posted by David Hayden, ASP.NET Programmer