alien Posted February 15, 2012 Report Posted February 15, 2012 Some LINQ resources:LINQ in ActionDownload:linq-in-action.9781933988160.30173.zipThis book has been written so that you can choose what you want to read and howyou want to read it. It has 5 parts, 13 chapters, an appendix, a list of resources, anda bonus chapter.Part 1 introduces LINQ and its toolset. It also helps you to write your first LINQ queries.Part 2 is dedicated to LINQ to Objects and querying in-memory collections.Part 3 focuses on LINQ to SQL. It addresses the persistence of objects into relational databases. It will also help you discover how to query SQL Server databases with LINQ. Part 4 covers LINQ to XML. It demonstrates how to use LINQ for creating and processing XML documents.Part 5 covers extensibility and shows how the LINQ flavors fit in a complete application.LINQ Cheat sheetDownload:LINQ CHEAT SHEET.ZIPThis is a very useful comparison of LINQ vs Lambda Syntax.LINQ Videos - StanfieldDownloadDownload LINQ_VIDEOS.zip from Sendspace.com - send big files the easy wayContains 8 video covering almost all there is about LINQ in C#. Part 1 Password rstcenter.com Quote