Head First C# Code: Chapter 12, Review and Preview

Chapter 12 Opening Image

Learning's no good until you BUILD something.

Head First C#

Until you've actually written working code, it's hard to be sure if you really get some of the tougher concepts in C#. In this chapter, we're going to learn about some new odds and ends: timers and dealing with collections using LINQ (to name a couple). We're also going to build phase I of a really complex application, and make sure you've got a good handle on what you've already learned from earlier chapters. So buckle up...it's time to build some cool software.

Download the Code