Chapter Correspondences – C# Dummies
This should help you map from the 2010 book in front of you to a combination of the 2008 book in print and the Bonus Chapters on the csharp102.info site.
Note that Bill Sempf, the author of the 2010 book, got a considerably larger page count to work with: 835 pages vs. my 434 pages for the 2008 book. Thus he had room to (a) pull some of the online-only Bonus Chapters from 2008 into print for the 2010 book, (b) add a considerable amount of extra coverage that I lacked space for in 2008.
See also several additional notes after the upcoming table.
2010 book
2008 book
Notes
Book 1, Basics of C# Programming
Ch 1, first console app
same
Ch 2, variables & types
Ch 3, strings
Ch 6
Ch 4, operators
Ch 3
Ch 5, program flow
Ch 4
Ch 6, collections
Ch 5
Ch 7, stepping through collections
Bonus Ch 7
Ch 8, generics
Bonus Ch 6
Ch 9, exceptions
Bonus Ch 2
Book 2, Object-Oriented C# Prog
Ch 1, Object –Oriented Prog, what?
Ch 10
Should have been in Part IV, not III
Ch 2, Showing some Class
Ch 7
Ch 3, We have our methods
Ch 8
Ch 4, Let me say this about this
Ch 9
Ch 5, Holding a class responsible
Ch 11
Ch 6, Inheritance
Ch 12
Ch 7, Poly-What-Ism?
Ch 13
Ch 8, Interfacing with interface
Ch 14
Ch 9, Debugging those events
Ch 15
Ch 10, Can I use your namespace?
Bonus Ch 1
Book 3, Designing for C#
Ch 1, Writing secure code
No corresponding coverage
See examples at Bill’s site
Ch 2, Accessing data
“
Ch 3, Fishing the FileStream
Bonus Ch 3
Ch 4, Accessing the Internet
Ch 5, Creating images
piotrek_r