AS P.NET体系结构外文翻译.docxVIP

  • 2
  • 0
  • 约1.6万字
  • 约 11页
  • 2018-09-27 发布于湖北
  • 举报
AS P.NET体系结构外文翻译

附录1:外文文献原文 ASP.NET Architecture /zh-cn/library/aa983562(VS.71).aspx ASP.NET is fully managed code to deal with the use of Web request for a mature platform engine. It not only only WebForms and WebServices. ASP.NET processing engine is also a request, access to client requests it, and then through its built-in channels, the request to an end, in the end, developers can add logic to deal with this request code. In fact the engine and HTTP or Web Server is completely separate. In fact, HTTP is a run-time components, you can host it in IIS on the outside of the application, and even can be, and other services together. Pipeline through the use of built-in routing the request, HTTP runtime to provide a set of complex, but very elegant mechanism. In dealing with every aspect of the request are a lot of objects, but the majority of objects or events can be derived from the expansion interface. Therefore, this framework has a very high scalability. A mechanism through which to enter a lower level interface, such as: caching, authentication, authorization, such as is possible. You can process the request before or after the content filtering, or simply to match the signature of the designated client requests directly to your router or to other code in the URL. For the same thing can be dealt with through different methods, and the realization of the code are very intuitive. In addition, between the easy development and performance, HTTP operation was to provide the best flexibility.? ASP.NET 2.0 is designed with administration and manageability in mind. We recognize that while simplifying the development experience is important, deployment and maintenance in a production environment is also a key component of an applications lifetime. ASP.NET 2.0 introduces several new features that further enhance the deployment, management, and operations of ASP.NET servers. Configuration API. ASP.NET 2.0 contains new configuration management APIs, enabling users to programmatically bu

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档