Code Downloads, Errata, and Feedback
Part I. The Leap to Object-Oriented Programming
Breaking Away from the Linear Script Way of Thinking
Your Classes Are as Special as Microsoft''s
Chapter 2. Classes: The Code Behind the Objects
Properties and Private Variables
Assessing Your Needs and Requirements
Instantiated Classes Versus Static Methods
Using Classes for Simple Data Structures
Chapter 4. Application Architecture
The Benefit of Splitting Applications into Layers
Case Study: The POP Forums Architecture
Assessment of Needs and Requirements in the Real World
Chapter 5. Object-Oriented Programming Applied: A Custom Data Class
Create, Update, and Delete Methods
Caching the Data for Better Performance
Getting More than One Record at a Time
Part II. The ASP.NET Architecture
Chapter 6. The Nuts and Bolts of IIS and Web Applications