Home   Free Applications   Code Snippets   Fun Stuff 
 
 You are here: Home > Free Applications
Register   Login  

 
Site Navigation


Print Print this page
Email E-mail this page
Bookmark Add to Favorites

 

Free Applications
The following are free, open source applications that I've written.   The applications are released under the BSD license, feel free to use them as you wish.

CodeAssistant
CodeAssistant is a Visual Basic Add-in to aid in Visual Basic development.

ComSerialization
The ComSerialization component can be used to serializes and deserializes objects into and from XML documents. Serialization is the process of converting an object's public properties and fields to a serial format (in this case, XML) for storage or transport. Deserialization restores the object to its original state from the XML output. You can thus think of serialization as a way of saving the state of an object into a buffer.

FileSearch
FileSearch is a simple and fast file searching component that uses the Windows file search API. Source code and examples included.

GenLib
Generic Libarary (GenLib) is a Visual Basic 6 COM DLL with a collection of classes that are very usefull when doing web or windows development.

NetSpell
The NetSpell project is a spell checking engine written entirely in managed C# .net code. NetSpell's suggestions for a misspelled word are generated using phonetic (sounds like) matching and ranked by a typographical score (looks like). NetSpell supports multiple languages and the dictionaries are based on the OpenOffice Affix compression format. The library can be used in Windows or Web Form projects.

SourceTracker
The SourceTracker project is a web service wrapper for the Visual Source Safe client. Project work will include web service, web client, GUI client and Visual Studio integration. Coming Soon ...

WebUI
The Web UI library is a collection of asp.net web controls. The first control in this series if a web menu.

WilsonORMapper CodeSmith Templates
The following CodeSmith templates are to generate the WilsonORMapper mapping file and to generate the business classes that can be mapped to.

XPathAddin
XPath Addin Coming Soon...

Calculator.NET
Calculator that evaluates math expressions.

 



Top