1、 中文 2072 字 毕业论文(设计)英文文献翻译 学生姓名 : 系 别 : 数学与计算机科学系 专 业 : 计算机科学与技术 年 级 : 学 号 : 指导教师 : 第 1 页 原 文 题目: ASP.NET language ASP Active Server Page is the acronym meaning Web server is Microsfot company in November 1996 introduced WEB application development technology, it is not a programming language, is not
2、 a development tool, but a technical framework , not to use Microsoft products can be prepared by its code can be generated and implementation of dynamic, interactive, high efficiency of the server station applications. VBscript ASP can be used, such as javascript scripting language embedded into HT
3、ML, the Web site can be quickly completed applications, without compiler can be directly enforced in the server-side. Easy to prepare, using an ordinary text editor to prepare, such as Notepad can be completed. From the script on the server rather than the client running, ASP scripting language used
4、 by the end-all in the service runs on the client browser does not need to provide any other support, such a big boost to users and the interaction between the server speed. In addition, it can be built-in components to achieve greater functionality, such as the use of A-DO can easily access the dat
5、abase. ASP for the working principle of the integration in the ASP Web site feature, the following things will occur: 1. out of site users, the default page extension yes. Asp. 2. the browser requests from the server, ASP document. 3, server-side scripting running ASP. 4. ASP, in accordance with the
6、 top down in the order paper started with the implementation of the script command, the Executive HTML page content. 5.pages of information sent to the browser. Microsoft introduced the ASP.NET. ASP This is not a simple upgrade, but the whole realization of a new generation of dynamic Web system for
7、 the establishment of a powerful WEB server applications. Microsoft is the development of the new architecture. NET part of the ASP and. NET technology combination. Provide component-based, event-driven form of programmable network, greatly simplifying the programming. ASP.NET can also use 第 2 页 net
8、working services. Out of site users, the default page extension yes. Aspx. ASP.Net from the previous ASP scripting language used to programming flaws, in theory, can use any programming language, including C + +, VB, JS, and so on, of course, the most suitable for MS or programming language. Launche
9、d specialized Net Frmaework C # (read c sharp), which can be seen as a VC and a mixture of Bar Java, although C # MS say more as the core of VC, but in fact, I still believe it and some more like Java. First, it is object-oriented programming language, rather than a script, it has object-oriented pr
10、ogramming language all the characteristics, such as encapsulation, inheritance, polymorphism, etc., which solved the mentioned The ASP of those weaknesses. Packaging code of logic makes clear, easy-to-manage, and applications to ASP.Net on business logic and can Html page separation, so no matter wh
11、at changes prototype pages, business logic code are not required to make any changes; inheritance and more Normality of making code reusable greatly improved, you can through inheritance has been the object of maximum protection of your previous investments. And the C # and C + +, Java provides a so
12、und like debugging / error correction system. ASP and ASP.NET distinction: Development of the different languages ASP is confined to the non-use scripting language to develop type, users WEB page add to the ASP code methods and client-side script code to add the same way, resulting in code mess. ASP
13、.NET allows users to select and improve the functional use of strongly-type programming language, allowing the use of the huge increase submarine. NET Framework. Different operating mechanism ASP is a programming framework to explain the operation, increase the efficiency of low. ASP.NET is the compiler of the programming framework, running on the server is compiled common language runtime library code, we can use early binding, the compiler to improve efficiency. 3. Development of different ways