Book 3 Sample Code ready

I have had to rebuild some of the sample code from C# 2010 All In One for Dummies from scratch, and I am going to have it done before BUILD, because I am starting a new book around then.  Book 3 is done, and I am started on Book 6. Book 4 has no real code and Book 5 is in the download from an earlier post.

Here is the code.

Book 3 is about the framework pieces that don’t fit neatly into any other book:

  • Security
  • Data
  • File system
  • Networking
  • Graphics

There are two interesting caviats to this code.  First, the Data chapter says it uses Northwind, but it doesn’t. I changed the sample to use AdventureWorks since that is the current sample.

Second, there are a few small bugs in the printed code form the Graphics chapter. I (int) a couple of ToString() statements, which you can’t do.  You have to use Int32.Parse.