New i4o Release Published - i4o 0.91 Beta 2
Well, it's about time, but after a hiatus to work on implementing indexing in CSLA.net, I have provided some very badly needed updates to i4o.
Added are the following:
* POCO support
Indexable collections can be done over existing classes. Indexes are added using the AddIndex(string property) method, where by adding the index by naming the property, an index gets created for current items, and all future items. RemoveIndex(string property) is also added.
* Remove fixed
The remove method has been properly implemented.
* Unit test suite
A unit test suite that achieves over 90% code coverage has been added. Future development will be done via Red-->Green-->Refactor. :)
* VB String queries supported
An issue where VB queries that use strings were not being indexed due to VB replacing a standard string compare with it's own string comparison method call. That corner case is now handled.
As always, you can download the new bits by going to codeplex.com/i4o