Introducing LINQ to Objects
In the previous chapter I provided an overview of the LINQ technology and told you that it provides a unified programming model for querying different types of data sources using generally the same syntax constructs. You got a few examples of LINQ syntax, but from now on you see LINQ in action in different scenarios, therefore with more examples. This chapter is about LINQ to Objects, which is the standard provider for querying in-memory objects. This definition considers collections, arrays, and any other object that implements the IEnumerable or IEnumerable(Of T) interface (or interfaces deriving from them). LINQ to Objects can be basically considered as the root of LINQ providers, and it’s important to understand ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access