Lecture overview -- Keyboard shortcut: 'u'  Previous page: Query Syntax versus Method Syntax -- Keyboard shortcut: 'p'    Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    An Introduction to LINQ - slide 11 : 11

A Final Example: Sieve of Eratosthenes.
An simple and elegant way of finding prime numbers
sieve-query-operator.cs
The Sieve query operator.
sieve-application.cs
An application of the Sieve query operator.
long-extension.cs
The AdInfinitum extension method in type long.
sieve-output
The program output - the first 100 primes.