Book Review - Pro LINQ: Language Integrated Query in C# 2008
Recently I've started to read a book about LINQ.
I must say, LINQ language some how manage to amaze me each time i starting a new topic, it already changed the way I code.
I consider LINQ to be a "Must Know" language for every developer in every day coding.
This book is very light, understandable, and contains allot of good code examples with allot of explanations in it, step by step.
Later in the book, the language starts to be more complex and less understandable, because of some complex code samples.
Nonetheless, if you determine to understand the code, and read it couple of time again, finally you will understand the complex code.
It covers all the LINQ related topics:
- LINQ to Objects
- LINQ to XML
- LINQ to DataSet
- LINQ to SQL
You will also find some lambada expression with a good explanation about what the hack are they doing and way.
I must say, that I having allots of fun learning from this book, because the ease of the syntax and the language by the author Jr. C. Rattz, this book is speaking my language so i found it very educating.
I really recommend this book for developers how already start messing with LINQ and not for beginners developers.