摘要:
阅读全文
posted @ 2009-04-05 22:22 饭后爱 阅读(292) 评论(0) 推荐(0) 编辑
|
|||
摘要:
ASP.NET是一个非常强大的构建Web应用的平台,它提供了极大的灵活性和能力以致于可以用它来构建所有类型的Web应用。
绝大多数的人只熟悉高层的框架如: WebForms 和 WebServices --这些都在ASP.NET层次结构在最高层。
这篇文章的资料收集整理自各种微软公开的文档,通过比较 IIS5、IIS6、IIS7 这三代 IIS 对请求的处理过程, 让我们熟悉 ASP.NET的底层机制 并对请求(request)是怎么从Web服务器传送到ASP.NET运行时有所了解。通过对底层机制的了解,可以让我们对 ASP.net 有更深的理解。
阅读全文
posted @ 2009-04-05 22:11 饭后爱 阅读(322) 评论(0) 推荐(0) 编辑
摘要:
Side-by-side execution is the ability to install multiple versions of code so that an application can choose which version of the common language runtime or of a component it uses. Subsequent installations of other versions of the runtime, an application, or a component will not affect applications already installed.
This section describes side-by-side execution, how the runtime determines which version of the .NET Framework assemblies to load, and how to design software to take advantage of 阅读全文
posted @ 2009-04-05 14:29 饭后爱 阅读(310) 评论(0) 推荐(0) 编辑
摘要:
This section provides conceptual overviews of the key features of the .NET Framework, including the common language runtime, the .NET Framework class library, and cross-language interoperability.
In This Section
.NET Framework Conceptual Overview
Introduces the .NET Framework architecture and its components.
.NET Framework 3.5 Architecture
Explains the relationship between the .NET Framework version 3.5 and earlier versions and service packs.
Common Language Runtime
阅读全文
posted @ 2009-04-05 10:29 饭后爱 阅读(242) 评论(0) 推荐(0) 编辑
摘要:
The architecture of the .NET Framework version 3.5 and 3.5 Service Pack 1 (SP1) builds upon the earlier versions of the .NET Framework.
.NET Framework Versions
The following table lists the versions of the .NET Framework that are included in the .NET Framework 3.5 and 3.5 SP1. There is no need to install any of the previous service packs if you installed the .NET Framework 3.5 or 3.5 SP1 because they are already included.
阅读全文
posted @ 2009-04-05 08:32 饭后爱 阅读(391) 评论(0) 推荐(0) 编辑
摘要:
The Microsoft® .NET Framework introduces several new features aimed at simplifying application deployment and solving DLL Hell. Both end users and developers are familiar with the versioning and deployment issues that can arise with today's component-based systems. For example, virtually every end user has installed a new application on their machine, only to find that an existing application mysteriously stops working. Most developers have also spent time with Regedit, trying to keep all the ne 阅读全文
posted @ 2009-04-05 08:26 饭后爱 阅读(403) 评论(0) 推荐(0) 编辑 |
|||