ASP.NET入门C#版(含外文出处)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

asp.NET入门C#版(含外文出处)(中文3900字,英文2300字)
作者姓名:Chris Hart & John Kauffman
文章出处:Beginning asp.NET 2.0
摘    要:本文主要介绍ASP是一种服务器端脚本编写环境,可以用来创建和运行动态网页或Web应用程序。ASP网页可以包含HTML标记、普通文本、脚本命令以及COM组件等。利用ASP可以向网页中添加交互式内容(如在线表单),也可以创建使用HTML网页作为用户界面的web应用程序。以简明的语句和解释很好的阐述了asp的特性、发展、影响及意义,内容系统全面,一目了然。
关键字:asp 动态网页 web应用程序 html标记 com组件

Beginning asp.NET 2.0 in C#
asp (Active Server Pages) is a relatively new technology that’s already leapt through several stages of evolution. It was introduced about seven years ago as an easy way to add dynamic content to ordinary web pages. Since then, it’s grown into something much more ambitious: a platform for creating advanced web applications, including e-commerce shops, data-driven portal sites, and just about anything else you can find on the Internet.