Programming with Microsoft Visual C++.NET 6ed [Electronic resources] نسخه متنی

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

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

Programming with Microsoft Visual C++.NET 6ed [Electronic resources] - نسخه متنی

George Shepherd, David Kruglinski

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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








Chapter 34: Programming ASP.NET Using Managed C++



Overview


Chapter 28 and Chapter 30 introduced Microsoft Windows as a viable Internet server platform using the sockets API and the WinInet API and using ATL Server to write ISAPI DLLs. ASP.NET represents another way to intercept and process HTTP requests. In this chapter, we'll look at the ASP.NET architecture. The ASP.NET features we'll look at include the path a request takes from the time Microsoft Internet Information Services (IIS) passes it to ASP.NET to the time the ASP.NET application renders its content. You'll also see examples of writing ASP.NET Web sites using managed C++ components.


/ 319