An Introduction to LINQ
- slide 11 : 11
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.