Category Archives: .NET
Building the Sandcastle
Sandcastle is a documentation tool for .NET code, that takes the class structure and the inline XML comments and builds either HTML or CHM files. It saves a considerable amount of time in documenting code by hand, although the documentation is only ever as good as the inline comments! Sandcastle is a Microsoft version of [...]
Also posted in Web development
Leave a comment