aspnet概述-----外文翻译.doc

约15页DOC格式手机打开展开

aspnet概述-----外文翻译,asp.net 是一个统一的 web 开发模型,它包括您使用尽可能少的代码生成企业级 web 应用程序所必需的各种服务。asp.net 作为 .net framework 的一部分提供。当您编写 asp.net 应用程序的代码时,可以访问 .net framework 中的类。您可以使用与公共语言运行库 (clr) 兼...
编号:9-212075大小:89.50K
分类: 论文>外文翻译

内容介绍

此文档由会员 wanli1988go 发布

ASP.NET 是一个统一的 Web 开发模型,它包括您使用尽可能少的代码生成企业级 Web 应用程序所必需的各种服务。ASP.NET 作为 .NET Framework 的一部分提供。当您编写 ASP.NET 应用程序的代码时,可以访问 .NET Framework 中的类。您可以使用与公共语言运行库 (CLR) 兼容的任何语言来编写应用程序的代码,这些语言包括 Microsoft Visual Basic、C#、JScript .NET 和 J#。使用这些语言,可以开发利用公共语言运行库、类型安全、继承等方面的优点的 ASP.NET 应用程序。
ASP.NET 包括:


ASP.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 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#. These languages enable you to develop ASP.NET applications that benefit from the common language runtime, type safety, inheritance, and so on.