ASPNET 概述外文翻译

上传人:洪易 文档编号:32416756 上传时间:2018-02-11 格式:DOCX 页数:11 大小:37.70KB
返回 下载 相关 举报
ASPNET 概述外文翻译_第1页
第1页 / 共11页
ASPNET 概述外文翻译_第2页
第2页 / 共11页
ASPNET 概述外文翻译_第3页
第3页 / 共11页
ASPNET 概述外文翻译_第4页
第4页 / 共11页
ASPNET 概述外文翻译_第5页
第5页 / 共11页
点击查看更多>>
资源描述

《ASPNET 概述外文翻译》由会员分享,可在线阅读,更多相关《ASPNET 概述外文翻译(11页珍藏版)》请在金锄头文库上搜索。

1、郑州轻工业学院专科毕业设计(论文)英文翻译题 目 基于 ASP.NET 的企业网站宣传 学生姓名 马宝勇 专业班级 网络系统管理 10-02 班 学 号 621013550221 院 (系) 软件学院 指导教师(职称)康国磊(副教授) 完成时间 2012 年 3 月 25 日 1英文原文ASP.NET OverviewASP.NET is a unified Web development model that includes the services necessary for you to build enterprise-class Web applications with a mi

2、nimum of coding. ASP.NET is part of the .NET Framework, and when coding ASP.NET applications you have access to classes in the .NET Framework. You can code your applications in any language compatible with the common language runtime (CLR), including Microsoft Visual Basic, C#, JScript .NET, and J#.

3、 These languages enable you to develop ASP.NET applications that benefit from the common language runtime, type safety, inheritance, and so on.ASP.NET includes:A page and controls frameworkThe ASP.NET compilerSecurity infrastructureState-management facilitiesApplication configurationHealth monitorin

4、g and performance featuresDebugging supportAn XML Web services frameworkExtensible hosting environment and application life cycle managementAn extensible designer environmentThe ASP.NET page and controls framework is a programming framework that runs on a Web server to dynamically produce and render

5、 ASP.NET Web pages. ASP.NET Web pages can be requested from any browser or client device, and ASP.NET renders markup (such as HTML) to the requesting browser.ASP.NET Web pages are completely object-oriented. Within ASP.NET Web pages you can work with HTML elements using properties, methods, and even

6、ts. The ASP.NET page framework removes the implementation details of the separation of client and server inherent in Web-based applications by presenting a unified model for 2responding to client events in code that runs at the server. The framework also automatically maintains the state of a page a

7、nd the controls on that page during the page processing life cycle. The ASP.NET page and controls framework also enables you to encapsulate common UI functionality in easy-to-use, reusable controls. Controls are written once, can be used in many pages, and are integrated into the ASP.NET Web page th

8、at they are placed in during rendering.The ASP.NET page and controls framework also provides features to control the overall look and feel of your Web site via themes and skins. You can define themes and skins and then apply them at a page level or at a control level. All ASP.NET code is compiled, w

9、hich enables strong typing, performance optimizations, and early binding, among other benefits. Once the code has been compiled, the common language runtime further compiles ASP.NET code to native code, providing improved performance.ASP.NET includes a compiler that will compile all your application

10、 components including pages and controls into an assembly that the ASP.NET hosting environment can then use to service user requests. In addition to the security features of .NET, ASP.NET provides an advanced security infrastructure for authenticating and authorizing user access as well as performin

11、g other security-related tasks. You can authenticate users using Windows authentication supplied by IIS, or you can manage authentication using your own user database using ASP.NET forms authentication and ASP.NET membership. Additionally, you can manage the authorization to the capabilities and inf

12、ormation of your Web application using Windows groups or your own custom role database using ASP.NET roles. You can easily remove, add to, or replace these schemes depending upon the needs of your application. ASP.NET always runs with a particular Windows identity so you can secure your application

13、using Windows capabilities such as NTFS Access Control Lists (ACLs), database permissions, and so on. For more information on the identity of ASP.NET, 3ASP.NET provides intrinsic state management functionality that enables you to store information between page requests, such as customer information

14、or the contents of a shopping cart. You can save and manage application-specific, session-specific, page-specific, user-specific, and developer-defined information. This information can be independent of any controls on the page.ASP.NET offers distributed state facilities, which enable you to manage

15、 state information across multiple instances of the same application on one computer or on several computers. ASP.NET applications use a configuration system that enables you to define configuration settings for your Web server, for a Web site, or for individual applications. You can make configurat

16、ion settings at the time your ASP.NET applications are deployed and can add or revise configuration settings at any time with minimal impact on operational Web applications and servers. ASP.NET configuration settings are stored in XML-based files. Because these XML files are ASCII text files, it is simple to make configuration changes to your Web applications. You can extend the config

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 行业资料 > 教育/培训

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号