Maximizing ASP.NET Real World, Object-Oriented Development [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Maximizing ASP.NET Real World, Object-Oriented Development [Electronic resources] - نسخه متنی

Jeffrey Putz

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید











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.


/ 171