Click here to Skip to main content
15,907,497 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What are the best reference for LINQ among those books

Essential LINQ - Charlie Calvert, Dinesh Kulkarni
LINQ in Action - Fabrice Marguerie, Steve Eichert, Jim Wooley
Pro LINQ - Language Integrated Query in C# 2010 - Adam Freeman, Joseph C. Rattz
Programming Microsoft LINQ in Microsoft.NET Framework 4 - Paolo Pialorsi, Marco Russo
LINQ Unleashed for C# - Paul Kimmel

I meant by best reference is the amount of knowledge someone will gain after reading the reference because there may be references including more info. than others and include topics missed in others. The reference simplicity to deliver the idea of each topic it includes etc. Sometimes I am getting confused because of the number of pages. For example, Essential LINQ having nearly 518 pages of data while Pro LINQ having nearly 793 pages of data. Too many pages in difference, 275 pages, I think that difference may be because of more data on the later over the former or missed topic etc.

What I have tried:

Compare bet. reference's content to check their missed topic or concise info
Posted
Updated 19-Feb-17 17:05pm
v2

# of Pages does not determine a good book, it's the Author that make the difference. Go on to Amazon and read the feedback of each book.

IMHO, Adam Freeman is a pretty good author and was my starting book many years ago...

But nothing makes up for rolling up your sleeves and getting dirty with Linq. Google can be your best friend too if you ask the right questions - tons of user experience there...
 
Share this answer
 
Comments
Amr Mohammad Rashad 19-Feb-17 23:37pm    
My confusion comes from that I've read a book on ASP.NET it was Beginning ASP.NET 4.5.1 in C# and VB - Imar Spaanjaars and while reading it every time the author telling the readers that if they want to know about an issue or topic in more detail they can pick up another reference Professional ASP.NET 4.5 in C# and VB - Jason N. Gaylord, Christian Wenz, Pranav Rastogi, Todd Miranda, Scott Hanselman. When I checked that referred book, I found it indeed better and more detailed than the one I was reading from and containing topics the book I am using did not mention anything about them. If we compare the number of pages/chapters the first one is about 754 pages and 19 chapters while the second is 1331 pages and 35 chapters, in addition to, its appendix sections talking about useful topics too. Since that I am confused picking up any resource to read from not just in LINQ but in other things HTML5, CSS3, JavaScript, jQuery, ASP.NET Web API, Ajax, and even C# for example which better to read from C# 6.0 in a Nutshell or C# 6.0 and the .NET 5 Framework, 7th edition?. So I am trying to ask hoping that someone can giving an advice/tell me about which reference is better to use because it is more detailed or having that section explained better than others etc.
Maciej Los 20-Feb-17 2:45am    
5ed!
 
Share this answer
 
Comments
Amr Mohammad Rashad 19-Feb-17 23:31pm    
Thank you. The first link is great one, covering great range of LINQ functionality :). "LINQ Pocket Reference" I have that one but I am searching for a comprehensive reference to learn from what is that technology about, how to use, best practices etc. I have the above mentioned books and I am confused to pick one to start reading from. I think "Book-Name Pocket Reference" can be used a memory refresher using it just to remember about a specific topic or functionality etc.
Karthik_Mahalingam 20-Feb-17 0:14am    
before starting LINQ, go through ACTION, FUNC, DELEGATE, PREDICATE
Amr Mohammad Rashad 20-Feb-17 3:31am    
Thank you for your time and consideration. I will :)
Karthik_Mahalingam 20-Feb-17 3:33am    
:) welcome Amr
Maciej Los 20-Feb-17 2:45am    
5ed!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900