Plodding Into LINQ
Thursday, April 17th, 2008I spent a solid 2 hours (and an equal number of benjamins) on some books I bought today, hedging my bets on a well-reviewed book, Linq in Action. I can agree with the other reviews I’ve seen, it really is a great book to start picking up Linq and some of the newer concepts in 3.0/3.5 … and I learned that you can even use Linq in VS2008 while targeting 2.0. That would’ve been good to know on a project I’m finishing up.
Time Spent: roughly 2 hours
Net gain: learned about Linq basics, extension methods, lambda expressions, and how lambda expressions work using anonymous delegates. Also learned basics of Linq to XML and Linq to SQL.
Repeat This Approach? Hell yes, this was time well spent.
Sources: Linq in Action, one book.