Page 11 : 11
Object-oriented Programming in C#
An Introduction to LINQ
Origin and Rationale
LINQ Concepts
Map, filter, and reduce
Basic LINQ Examples
An overview of some LINQ Query Operators
LINQ Query Operations vs List<T> methods.
How a LINQ Query Operation works
Deferred Execution
The technical basis of LINQ
Query Syntax versus Method Syntax
A Final Example: Sieve of Eratosthenes.
A Final Example: Sieve of Eratosthenes.
An simple and elegant way of finding prime numbers
The Sieve query operator.
An application of the Sieve query operator.
The AdInfinitum extension method in type long.
The program output - the first 100 primes.