1
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected about 1 year ago.
Posted almost 11 years ago by James Craig
Fixed issue with large batches in ORM code (still need to fix in SQLHelper).
Posted about 11 years ago by James Craig
Worked a bit more on the ORM code.
Posted about 11 years ago by James Craig
Updated multiple items in the ORM namespace. Started working on the mapping code for the ORM.
Posted about 11 years ago by James Craig
Worked a bit more on the schema generator code. Added AddIfUnique method that takes in a Func to decide if items are the same or not. Added Distinct method for IEnumerables that takes in a Func to decide if items are the same or not.
Posted about 11 years ago by James Craig
Posted about 11 years ago by James Craig
Cleaned up the code a bit. Started working on some of the ORM code.
Posted about 11 years ago by James Craig
Posted about 11 years ago by James Craig
Cleaned up some using statements. Also started on ORM's schema generation code.
Posted about 11 years ago by James Craig
Added the ability to add extensions to the Dynamo class. Added randomization extension for Dynamo class. Added basic change tracking to Dynamo class (only goes back one change per property, does not keep an entire log from beginning of time). Fixed ... [More] issue with AOP manager not receiving correct generated class back in certain situations. Fixed GetHashCode so that delegates are not considered when calculating the value. [Less]
Posted about 11 years ago by James Craig
Updated Dynamo code to incorporate AOP system when converting to another type. Added a number of contract checks based on suggestions. Fixed a couple of issues with the AOP system and made it so AOP system builds sub classes at program startup. Added ... [More] Types extension when base type doesn't matter. Switched GetName extension so that it returns namespace as well. [Less]