Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments. Sandcastle has the following key features:
# Works with or without authored comments
# Supports Generics and .NET Framework 2.0
# Sandcastle has 2 main components (MrefBuilder and Build Assembler)
# MrefBuilder generates reflection xml file for Build Assembler
# Build Assembler includes syntax generation, transformation..etc
# Sandcastle is used internally to build .Net Framework documentation
Download Sandcastle here - Related for this resources visit Sancastle Blogs
System Requirements:
* Supported OS: Windows Server 2003; Windows Vista; Windows XP Service Pack 2
Required Software:
* Microsoft .NET Framework Version 2.0, available here
* HTML Help Workshop available here
Optional Software:
* Visual Studio 2005
* MS Help Compiler from VS SDK here
Previous Post
VB 2005 Power Packs 2.0
VB 2005 Power Packs 2.0
Next Post
VB6.0 OLEAUT32.DLL Security Update
VB6.0 OLEAUT32.DLL Security Update
Related Posts
News from the VB teamThe latest updates and new released you should know from the Visual Basic team, There's y
MANAGE XPS: Different spheres of project life cycle problem handlerThe software package MANAGE XPS handles problems related to different spheres of project
Use MSWord spell corrector tools within VBIf you would like to incorporate a Spellings Corrector in your VB app, it would take you
How to create app manifest for VB in winXPThis is a brief tutorial on creating an application manifest in Windows XP. Like we all k
How to be a good programmer?I found this nice documentation written by. Robert L. Read, a good article to find the an
OLE DB syntax based on providers (Part. I)1. OLE DB Provider for Active Directory ServiceoConn.Open "Provider=ADSDSOObject;" &