by Jörgen Andersson
A propertymapping extension for DataReaders
by cpsglauco
How to use delegate in List.Find() predicate in C#
by PIEBALDconsult
A binary search of a sorted IList to retrieve an index
by PIEBALDconsult
I wasn't going to publish this version, but I just used it a second time, so maybe someone else will need it too. This is very much like the second version above except that it uses a non-generic IList. Today, I used this to find and insert TreeNodes in a TreeNodeCollection, yesterday I used it...