Atlanta ASP.Net MVC Developer/ Architect
Book Review: .Net 2.0 Generics
Is it possible for book to have a more niche title? Interestingly to broaden the market appeal examples are in both C# and VB.Net; I find it hard to believe anyone interested in reading a book on Generics cannot read C#.
You have already read about Generics in Jeff Ricters’ CLR via C# and possibly Jesse Liberty’s Visual C# 2005 too. Today the standard developer quote about Generics is that they are easy; just use List<T> and be on your merry way. Amazingly just that one BCL Generic has removed almost all type-unsafe code from our assemblies.
Recently I as binding a GridView to a custom collection. Naturally the collection implements List<T>, but I wished to sort the GridView on several columns. After expecting auto-magic in GridView to do the sorting for me, it was disappointing remembering about ObjectDataSource – this means we still need to do manual labor so I looked for a reusable solution. Long story short after pinging GridView whiz Marcie 60 seconds later this book was on my desk.
List<T> the mainstay of my Generic usage, but I suspect that as time progresses we as a community will leverage them much more.
Before Marcie kicks me in the face I must return her book. Hence I’ll be putting an order into Amazon for my own copy, as I need to revisit a few of the more technical areas to solidify my knowledge. IMO $25 with free shipping is a bargain for this knowledge, please buy via my link
and put another $2 into the Lockwood retirement fund, LOL
| Print article | This entry was posted by Paul Lockwood on June 6, 2006 at 5:26 pm, and is filed under Book Review. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
