当前位置: 首页 > 网络学院 > 服务端脚本教程 > ASP.NET > ASP.NET 介绍
原文:http://www.w3schools.com/aspnet/aspnet_intro.asp
翻译:[email protected]
ASP.NET is the latest version of Microsoft's Active Server Pages technology (ASP).
ASP.NET是微软最新的动态网页技术(ASP)
Before you continue you should have a basic understanding of the following:
在开始学习之前你应该具备以下几点知识:
Microsoft's previous server side scripting technology ASP (Active Server Pages) is now often called classic ASP.
微软上一代服务端动态网页技术(ASP)现在经常被叫作经典ASP
ASP 3.0 was the last version of the classic ASP.
ASP 3.0 是经典ASP的最后一个版本
在本站你可以找到有关ASP的教程
ASP.NET is the next generation ASP, but it's not an upgraded version of ASP.
ASP.NET是新一代的ASP,但这不意味着它是ASP的升级版本。
ASP.NET is an entirely new technology for server-side scripting. It was written from the ground up and is not backward compatible with classic ASP.
ASP.NET作为一个完全崭新的服务端语言技术,它已经完全重写并且无法向后兼容于经典ASP
ASP.NET is the major part of the Microsoft's .NET Framework.
ASP.NET是微软.NET框架中的一个主要部分。
ASP.NET is a server side scripting technology that enables scripts (embedded in web pages) to be executed by an Internet server.
ASP.NET是一种服务端的脚本技术,能让网络服务器执行(嵌套在WEB页中的)脚本,
ASP+ is the same as ASP.NET.
ASP+ 可以理解为ASP.NET
ASP+ is just an early name used by Microsoft when they developed ASP.NET.
ASP+ 是作为微软在开发ASP.NET时期对ASP.NET的命名(可以理解为小名)
The .NET Framework is the infrastructure for the Microsoft .NET platform.
.net 框架是微软.NET平台的构架
The .NET Framework is an environment for building, deploying, and running Web applications and Web Services.
.NET框架是一个开发,建设,运行WEB应用程序以及WEB服务的集合环境
Microsoft's first server technology ASP (Active Server Pages), was a powerful and flexible "programming language". But it was to much code oriented. It was not an application framework and not an enterprise development tool.
微软的第一代服务端技术ASP是一个强大的并且具备扩展性的“程序语言”。但它不是一个程序框架也不是一个企业级的开发工具
The Microsoft .NET Framework was developed to solve this problem.
在微软的.NET框架中这个问题得到了解决
.NET Frameworks keywords:
.NET 框架的关键字:
The .NET Framework consists of 3 main parts:
.NET框架包含三个主要部分:
Programming languages:
程序语言:
Server technologies and client technologies:
服务端技术以及客户端技术:
Development environments:
开发环境:
ASP.NET 2.0 improves upon ASP.NET by adding support for several new features.
ASP.NET 2.0 为 ASP.NET作出了改进,加入了几个新功能的支持
ASP.NET 3.0 is not a new version of ASP.NET. It's just the name for a new ASP.NET 2.0 framework library with support for Windows Presentation Foundation, Windows Communication Foundation, Windows Workflow Foundation; and Windows CardSpace.
ASP .NET3.0并非ASP.NET的新版本。它只是更新的ASP.NET2.0框架的称呼,其中包含了对WINDOWS流行的基类,通讯基类,运作基类以及WINDOWS CardSpace