Chapter 1. The Object Model
The single greatest leap of faith a developer needs to make in the world of ASP.NET is to accept the object-oriented nature of this technology. It can be a hard sell because much of what you build from day to day is easily accomplished by writing very procedural code. Why fix what isn't broken?In this chapter we'll make our sales pitch for object-oriented programming by defining it and comparing it to script-style programming.