Library tutorials & articles tagged with linq
Page 1 of 1
-
Iterators, iterator blocks and data pipelines in C#
by Jon Skeet
With the arrival of LINQ to Objects, understanding how iterators work has become more important than ever before. Learn how to implement them in C# 2 (or 3), and how these apply to the fundamental aspects of LINQ to Objects.
-
LINQ to Objects for the .NET developer
by Mike James
Mike James explains that LINQ isn’t just for SQL programmers but is usable by every .NET developer. Learn how take the power of LINQ queries to your every-day coding through the lowly IEnumerable interface.
-
New C# 3.0 Language Features
by Scott Guthrie
Learn about some of the new features in C# 3.0 including automatic properties, collection initializers, extension methods, lambda expressions and anonymous types.