1
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected about 1 year ago.
Posted about 11 years ago by James Craig
Added fix in SQL Server helper when the column length is set to max.
Posted about 11 years ago by James Craig
Finished additions for XML and JSON based config. Should serialize correctly now. Dynamo also has a couple changes to it, allowing it to be serialized easier.
Posted about 11 years ago by James Craig
Fixed a couple of issues if using a string as a primary key in the ORM.
Posted about 11 years ago by James Craig
Updating issue with a couple issues with SQLHelper.
Posted about 11 years ago by James Craig
More work on the configuration code. Also updating Dynamo class so that it can get/set properties on child objects as well as get the actual keys/values. Fixed the extension method classes so they don't show up in Intellisense. Working on serializing an object that uses the Dynamo class as a base class.
Posted about 11 years ago by James Craig
Finished up caching code.
Posted over 11 years ago by James Craig
Moved over Math and AI items. Also moved around a couple of other classes. Fixed a couple of bugs in Dynamo and conversion classes.
Posted over 11 years ago by James Craig
Added unit test based on MBDTeam's bug. Still can't reproduce though.
Posted over 11 years ago by James Craig
Finished DataMapper code and moved that into both Dynamo and the Conversion code. Now both have a much stronger ability to convert between class based objects. Also added generic versions of Is function... Not sure why that wasn't there before...
Posted over 11 years ago by JaCraig
Out of curiosity, if you switch to using StringParameter instead of Parameter(Of String), does that fix the issue?