* How to write methods that can be easily used in LINQ queries. * How to distinguish between eager and lazy evaluation. You'll learn these techniques by building an ...
Creating the Data Set Let's start by creating a deck of cards. You'll do this using a LINQ query that has two sources (one for the four suits, one for the thirteen values). You'll combine those ...