Categories: Documentation - Code commenting
Latest version: 4.38Added 2004-11-20Updated 2006-05-27
Documentation system using a structured interface for creating documentation for your applications and components.Features include:- focus on content creation by separating the content and formatting through separate interface components- customizable with HTML templates and style sheets used for layout customization and custom code blocks in the templates to allow generation of any kind of output- designed to aid in creating developer documentation with imports for many kinds of component class interfaces including .NET, COM and Visual FoxPro classes- integration with Visual Studio .NET as an add-in and the Visual FoxPro IDE- HtmlHelp 2.0 Support - generates Hxs, and Merge Collections for VS.NET Integration
Categories: Miscellaneous
Latest version: 1.50Added 2004-11-24
Manages configuration settings in sensible manner that goes beyond the basic features found in .NET's ConfigurationSettings class.Features include:- A strongly typed interface to configuration settings- Read and Write access to configuration settings (given permissions)- Default value assignment that guarantees values are available - Error handling for invalid entries- Encryption for specific keys- Store configuration data in different sections, external .CONFIG files, plain XML files or even a database record.