版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、1原文 原文 1A low-level Look at the ASP.NET ArchitectureAbstractASP.NET is a powerful platform for building Web applications that provides a tremendous amount of flexibility and power for building just about any kind of Web
2、application. Most people are familiar only with the high level frameworks like WebForms and WebServices which sit at the very top level of the ASP.NET hierarchy. In this article I’ll describe the lower level aspects of A
3、SP.NET and explain how requests move from Web Server to the ASP.NET runtime and then through the ASP.NET Http Pipeline to process requests. What is ASP.NETLet’s start with a simple definition: What is ASP.NET? I like to
4、define ASP.NET as follows:ASP.NET is a sophisticated engine using Managed Code for front to back processing of Web Requests.It's much more than just WebForms and Web Services…ASP.NET is a request processing engine. I
5、t takes an incoming request and passes it through its internal pipeline to an end point where you as a developer can attach code to process that request. This engine is actually completely separated from HTTP or the Web
6、Server. In fact, the HTTP Runtime is a component that you can host in your own applications outside of IIS or any server side application altogether. The runtime provides a complex yet very elegant mechanism for routing
7、requests through this pipeline. There are a number of interrelated objects, most of which are extensible either via subclassing or through event interfaces at almost every level of the process, so the framework is highly
8、 extensible. Through this mechanism it’s possible to hook into very low level interfaces such as the caching, authentication and authorization. You can even filter content by pre or post processing requests or simply rou
9、te incoming requests that match a specific signature directly to your code or another URL. There are a lot of different ways to accomplish the same thing, but all of the approaches are straightforward to implement, yet p
10、rovide flexibility in finding the best match for performance and ease of development.The entire ASP.NET engine was completely built in managed code and all of the extensibility functionality is provided via managed code
11、extensions. This is a testament to the power of the .NET framework in its ability to build sophisticated and very performance oriented architectures. Above all though, the most impressive part of ASP.NET is the thoughtfu
12、l design that makes the architecture easy to work with, yet provides hooks into just about any part of the request processing.3ISAPI is the initial code point that marks the beginning of an ASP.NET request. ASP.NET maps
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 外文翻譯---從經典asp到asp.net
- asp.net外文翻譯--學習asp.net3.5
- asp.net外文翻譯
- asp.net外文翻譯
- asp.net 外文翻譯
- asp.net體系結構外文翻譯
- asp.net概述外文翻譯
- 外文翻譯--asp.net技術
- 外文翻譯--- asp.net 概述
- asp.net 概述外文翻譯
- asp.net 和 .net framework外文翻譯
- 外文翻譯--ASP.NET 技術.doc
- 外文翻譯--ASP.NET技術.doc
- ASP.NET概述外文翻譯.doc
- 外文翻譯--ASP.NET技術.doc
- asp.net網頁的生成【外文翻譯】
- asp.net 技術畢業(yè)論文外文翻譯
- asp.net語言外文翻譯
- 外文翻譯--ASP.NET 技術.doc
- 外文翻譯--asp.net技術和vb語言
評論
0/150
提交評論