<span>Chapter 24: </span> Case Study IBuyAdventure.NET - Professional ASP.NET 1.1 [Electronic resources] نسخه متنی

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

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

Professional ASP.NET 1.1 [Electronic resources] - نسخه متنی

Alex Homeret

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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


"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">








  • Chapter 24: Case Study IBuyAdventure.NET


    Overview


    The previous chapters of this book have looked at the individual features of ASP.NET, such as web controls, data binding, configuration, and security. Powerful though they are, these features are like pieces of a jigsaw puzzle; the final objective is to figure out how to put them together to create the big picture.

    This chapter will explain how to use ASP.NET to create a simple n-tier e-commerce application that is scalable, yet still relatively simple to code and understand. Along the way, the chapter will discuss and review:



    • How to design and write an n-tier e-commerce application on the .NET platform



    • Using HTML form-based authentication to secure an e-commerce application



    • Scalability considerations when creating an e-commerce site that must scale in a web farm



    • Using business objects to encapsulate business logic and data access



    • Using 'code behind' to share common page logic



  • / 243