Head First C# Code: Chapter 8, Enums and Collections

Chapter 8 Opening Image

When it rains, it pours.

Head First C#

In the real world, you don't get to handle your data in tiny little bits and pieces. No, your data's going to come at you in loads, piles, and bunches. You'll need some pretty powerful tools to organize all of it, and that's where collections come in. They let you store, sort, and manage all the data that your programs need to pore through. That way you can think about writing programs to work with your data, and let the collections worry about keeping track of it for you.

Download the Code

View the Code

Breakfast for Lumberjacks: Card Comparer: Cards: GoFish: Two Decks: