ASP.NET 概述外文翻译
《ASP.NET 概述外文翻译》由会员分享,可在线阅读,更多相关《ASP.NET 概述外文翻译(10页珍藏版)》请在毕设资料网上搜索。
1、 郑州轻工业学院 专科毕业设计(论文) 英文翻译 题目 基于 ASP.NET 的企业网站宣传 学生姓名 马宝勇 专业班级 网络系统管理 10-02 班 学号 621013550221 院(系) 软件学院 指导教师(职称) 康国磊(副教授) 完成时间 2012 年 3 月 25 日 1 英文原文 ASP.NET Overview ASP.NET is a unified Web development model that includes the services necessary for you to build enterprise-class Web applications with
2、 a minimum 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, an
3、d J#. 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 framework The ASP.NET compiler Security infrastructure State-management facilities Application configuration Heal
4、th monitoring and performance features Debugging support An XML Web services framework Extensible hosting environment and application life cycle management An extensible designer environment The ASP.NET page and controls framework is a programming framework that runs on a Web server to dynamically p
5、roduce and render 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,
6、 methods, and events. 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 2 responding to client events in code that runs at the server. The framework also automatically maintains th
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- asp net 概述 外文 翻译
