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 […]
November 30, 2007
Posted in
content rss
