LINQ: Language Integrated Query

Purchase a Subscription!

Watch the first few minutes on us! If you'd like to watch the entire video and hundreds more like it, download code samples, access offline videos and skills assessments, and use the discussion forums, log in or purchase a subscription.


Instructor

Tony Sneed

Description

Language Integrated Query (LINQ) makes querying data a first-class citizen of the C# programming language, as well as other LINQ-enabled languages (such as VB.NET). LINQ allows developers to program at a more declarative level, making the developer’s intent explicit while leveraging a reusable library of query operators. This session begins with the C# language features which make LINQ possible: lambda expressions, iterators, extension methods and anonymous types. You’ll learn the ins and outs of LINQ query operators and syntax, including grouping and joins, as well as paging, conversion and aggregation. You’ll also learn to exploit the power of LINQ for querying both in-memory objects and external data sources, such as relational databases or XML.

Table of Contents

{{toc.Position}} {{toc.Text}}

Related Links

  • {{link.LinkText}} (requires a paid subscription)

Series

This course is part of the following series: