Name | Modified | Size | Downloads / Week |
---|---|---|---|
1.0.26.0 | 2011-03-12 | ||
Readme.txt | 2011-03-20 | 1.2 kB | |
About.txt | 2011-03-12 | 339 Bytes | |
Totals: 3 Items | 1.5 kB | 0 |
Our first initial release of this product was sometime back in 2005-06 on the now defunct Gotdotnet workspace. However, I thought I would bring it back to revise it a bit and clean-up some of the code and utilize the 4.0 Framework. This is a work in progress so there should be bugs. 0.0.89.0 - converted over to VisualBasic.NET, Visual Studio 2003 0.0.90.0 - First release on GotDotnet workspace. 1.0.0.0 - Integrated the Query Analyzer (QA) interface to allow for graphical UI interaction with the data. 1.0.26.0 - First release on SourceForge.net. - Updated to .NET Framework 4.0. Haven't quite worked out all of features (i.e. bugs). (FUTURE) - Complete some speed optimizations (i.e. Remove arraylist usage and switch to Generic List(Of T), HybridDictionary,etc). - Remove references to log4net.dll. - Include a couple of demo programs. - Move all Cache writing to a separate background thread. - Completely redesign namespace and overall data structure. - Delete many needless class calls and procedures. - Utilize a more standarized database class and methods. - Allow for xml schema exports.