NDoc Alternative – the .NET Documentation Tool
NDoc was a popular utility for documenting .NET Framework source code. Unfortunately, the latest version of NDoc, 1.3.1, was released way back in 2005 and only has very limited support for version 2.0...
View ArticleCode Reviewing ASP Source Code
Code reviews are the process of examining an application’s source code in order to find coding errors and identify regions of code that could be improved. These reviews can often improve application...
View ArticleWriting Software Documentation
This article describes what documentation you should consider writing for your software products, and how to go about producing the different types of documentation. Documentation for Installation...
View ArticleDocumenting a Microsoft SQL Server Database
This article describes how to document your Microsoft SQL Server database. The principles are similar for all versions of SQL Server, although SQL Server 2005 and above contain a number of neat...
View ArticleDocumenting Microsoft SQL Server 2005/2008 Databases
This article describes how the improvements in Microsoft’s SQL Server 2005 or 2008 relational database allow for most database entities to be documented. The documentation is held within the database...
View ArticleDocumenting VB.NET Source Code with XML Comments
What are Code Documentation Standards? Many programming languages have well defined standards for documenting source code. These standards are useful in that they allow developers to add comments to...
View Article