Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / IList

IList

IList

Great Reads

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...

Latest Articles

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...

All Articles

Sort by Score

IList 

by Jörgen Andersson
A propertymapping extension for DataReaders
by WyoMetz
Simple and easy paging of a WPF DataGrid with DataTable and LINQ queries