views:

55

answers:

1

Hi all,

I've just started working with LINQ (mainly in context of the ADO.NET Entity Framework) and currently learning the basics from The ADO.NET Entity Framework Overview @ MSDN and this LINQ tutorial.

Any other online primers recommended for beginners to learn LINQ fundamentals? I generally do know the syntax and how to get the objects I need but learning more should help me to write more efficient code.

Thanks!

+1  A: 

Im a book guy and I can recommend you two books:

Linq In action
Beginning ASP.NET 4

That are two books I have read. The second one use Linq to ADO.NET EF (A very good introduction).

At least you should consider the first book as a very good intro to LINQ. (You read the parts you want obviously :))

Jesus Rodriguez
+1 for the books, but I'm mainly looking for online resources. Linq in Action seems to be quite a well-recommended book, will try to find a copy at the local library.
Mr Roys
You always have msdn but I think that books are more capable to teach you better :)
Jesus Rodriguez