Jump to content
alien

[C#] LINQ Resources

Recommended Posts

Posted

Some LINQ resources:

linq.jpg

LINQ in Action

Download:linq-in-action.9781933988160.30173.zip

This book has been written so that you can choose what you want to read and how
you want to read it. It has 5 parts, 13 chapters, an appendix, a list of resources, and
a 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 sheet

Download:LINQ CHEAT SHEET.ZIP

This is a very useful comparison of LINQ vs Lambda Syntax.

LINQ Videos - Stanfield

DownloadDownload LINQ_VIDEOS.zip from Sendspace.com - send big files the easy way

Contains 8 video covering almost all there is about LINQ in C#.

Part 1

Password

rstcenter.com

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...