英文文献及中文翻译:ASP.NET 概述ASP.NET Overview

上传人:jiups****uk12 文档编号:52230778 上传时间:2018-08-19 格式:DOC 页数:8 大小:61.50KB
返回 下载 相关 举报
英文文献及中文翻译:ASP.NET 概述ASP.NET Overview_第1页
第1页 / 共8页
英文文献及中文翻译:ASP.NET 概述ASP.NET Overview_第2页
第2页 / 共8页
英文文献及中文翻译:ASP.NET 概述ASP.NET Overview_第3页
第3页 / 共8页
英文文献及中文翻译:ASP.NET 概述ASP.NET Overview_第4页
第4页 / 共8页
英文文献及中文翻译:ASP.NET 概述ASP.NET Overview_第5页
第5页 / 共8页
点击查看更多>>
资源描述

《英文文献及中文翻译:ASP.NET 概述ASP.NET Overview》由会员分享,可在线阅读,更多相关《英文文献及中文翻译:ASP.NET 概述ASP.NET Overview(8页珍藏版)》请在金锄头文库上搜索。

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 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 Fram

2、ework.You can code your applications in any language compatible with the common language runtime (CLR), including Microsoft Visual Basic and C#. These languages enable you to develop ASP.NET applications that benefit from the common language runtime, type safety, inheritance, and so on.If you want t

3、o try ASP.NET, you can install Visual Web Developer Express using the Microsoft Web Platform Installer, which is a free tool that makes it simple to download, install, and service components of the Microsoft Web Platform.These components include Visual Web Developer Express, Internet Information Ser

4、vices (IIS), SQL Server Express, and the .NET Framework. All of these are tools that you use to create ASP.NET Web applications. You can also use the Microsoft Web Platform Installer to install open-source ASP.NET and PHP Web applications.Visual Web DeveloperVisual Web Developer is a full-featured d

5、evelopment environment for creating ASP.NET Web applications. Visual Web Developer provides an ideal environment in which to build Web sites and then publish them to a hosting site. Using the development tools in Visual Web Developer, you can develop ASP.NET Web pages on your own computer. Visual We

6、b Developer includes a local Web server that provides all the features you need to test and debug ASP.NET Web pages, without requiring Internet Information Services (IIS) to be installed.Visual Web Developer provides an ideal environment in which to build Web sites and then publish them to a hosting

7、 site. Using the development tools in Visual Web Developer, you can develop ASP.NET Web pages on your own computer. Visual Web Developer includes a local Web server that provides all the features you need to test and debug ASP.NET Web pages, without requiring Internet Information Services (IIS) to b

8、e installed.When your site is ready, you can publish it to the host computer using the built-in Copy Web tool, which transfers your files when you are ready to share them with others. Alternatively, you can precompile and deploy a Web site by using the Build Web Site command. The Build Web Site comm

9、and runs the compiler over the entire Web site (not just the code files) and produces a Web site layout that you can deploy to a production server.Finally, you can take advantage of the built-in support for File Transfer Protocol (FTP).Using the FTP capabilities of Visual Web Developer, you can conn

10、ect directly to the host computer and then create and edit files on the server.ASP.NET Web Sites and ASP.NET Web Application ProjectsUsing Visual Studio tools, you can create different types of ASP.NET projects, which includes Web sites, Web applications, Web services, and AJAX server controls. Ther

11、e is a difference between Web site projects and Web application projects. Some features work only with Web application projects, such as MVC and certain tools for automating Web deployment. Other features, such as Dynamic Data, work with both Web sites and Web application projects.Page and Controls

12、FrameworkThe ASP.NET page and controls framework is a programming framework that runs on a Web server to dynamically produce 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. As a r

13、ule, you can use the same page for multiple browsers, because ASP.NET renders the appropriate markup for the browser making the request. However, you can design your ASP.NET Web page to target a specific browser and take advantage of the features of that browser.ASP.NET Web pages are completely obje

14、ct-oriented. Within ASP.NET Web pages you can work with HTML elements using properties, 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 responding to client

15、events in code that runs at the server. The framework also automatically maintains the state of a page and 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

16、. Controls are written once, can be used in many pages, and are integrated into the ASP.NET Web page that 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.In addition to themes, you can define master pages that you use to create a consistent layout for the pages in your application.

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

当前位置:首页 > 行业资料 > 其它行业文档

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