Entries from November 2007

VB9 - LINQ and Extension Methods in Action

Date November 30, 2007

Here is the scenario, I have collection of books and I want to get a book with a specific ISBN.  In the old ways, you will probably have to create a custom collection and inherit a generic collection of books, then add a method to get by ISBN.
Thanks to LINQ and extension methods, you can […]

Close
E-mail It