1 / 8

ASP.NET 2.0 网站开发

ASP.NET 2.0 网站开发. 主讲:张鸽 clearwish@126.com. 课程目标. 基本掌握 ASP.NET2.0 开发网站的流程和基本技术 掌握一些基本控件的应用技术 掌握 ADO.NET 和其它数据控件开发数据库系统的基本方法 自己设计开发一个应用系统. 课程要求. 1.请自学 C#,HTML,DHML,XML 等基础知识 2.按照课本自行实现课本实例 3.对于课本介绍不详细的地方,自行找资料补充 4.在学习结束,提交一个自己设计开发的系统. 参考资源. C# 语言入门:《 C# 入门经典》

glen
Download Presentation

ASP.NET 2.0 网站开发

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ASP.NET 2.0网站开发 主讲:张鸽 clearwish@126.com

  2. 课程目标 • 基本掌握ASP.NET2.0开发网站的流程和基本技术 • 掌握一些基本控件的应用技术 • 掌握ADO.NET和其它数据控件开发数据库系统的基本方法 • 自己设计开发一个应用系统.

  3. 课程要求 • 1.请自学C#,HTML,DHML,XML等基础知识 • 2.按照课本自行实现课本实例 • 3.对于课本介绍不详细的地方,自行找资料补充 • 4.在学习结束,提交一个自己设计开发的系统

  4. 参考资源 • C#语言入门:《C#入门经典》 • ASP.NET2.0基本:《ASP.NET 2.0动态网站开发教程》,《精通ASP.NET 2.0 》 • 三层开发实例:Scott Mitchell 的ASP.NET 2.0数据教程之一: 创建一个数据访问层 • 此外,本课程还涉及到HTML,DHTML,XML等技术,可以用帮助文献MSDN。 • 网站:1。在线中文MSDN(http://www.microsoft.com/china/MSDN/default.asp); 2。CSDN http://www.csdn.net/

  5. 为何选择ASP.NET • CGI/API(EXE,DLL) • ASP, JSP,PHP(脚本语言VBScript等,嵌入到HTML,解释执行,速度慢) • J2EE(Java,EJB,编译执行,速度快) • ASP.Net (OOP,分离式,更多易操作对象,编译执行,速度快)

  6. ASP.NET 特点 • ASP.NET1.1 • 代码分离模式 • 数据验证 • 状态管理 • ADO.NET • Asp.net2.0 • 更多数据源、数据绑定组件 • 主题,用户控件和主控页 • 网站导航 • 角色管理 • 个性化

  7. ASP.NET 特点 • 强大的类库 • 多方面服务支持,如智能输出 • 多语言开发 • 跨平台能力 • 安全保障

  8. 第一章 配置ASP.NET2.0开发环境 • .NET Framework 2.0 • Visual Studio 2005 • SQL Server2005/2000 • MSDN • MSXML 6.0

More Related