基于.net的课程学习系统的设计与实现.rar

RAR格式版权申诉手机打开展开

基于.net的课程学习系统的设计与实现,基于.net的课程学习系统的设计与实现1.4万字44页包括开题和任务书摘 要本文主要介绍了基于.net的课程学习系统的设计与实现。首先,在本文先描述了该系统所使用的新技术。由于learningsystem使用的是vs.net2005开发平台。该平台较之vs.net2003新增了很多功能。故本系统在实现时,尽可能的使用这...
编号:58-34735大小:510.80K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 20023286 发布

基于.NET的课程学习系统的设计与实现
1.4万字 44页
包括开题和任务书


摘 要
本文主要介绍了基于.NET的课程学习系统的设计与实现。
首先,在本文先描述了该系统所使用的新技术。由于LearningSystem使用的是VS.NET2005开发平台。该平台较之VS.NET2003新增了很多功能。故本系统在实现时,尽可能的使用这些新技术。这些技术包括:母版页,数据源控件,数据绑定控件,登陆控件,站点导航等。
接下来,本文详细地描述了系统的设计过程。先讲述了系统架构的选择,通过对比各种架构进行比较分析,最终鉴于三层结构的种种优势,LearningSystem采用了三层架构实现。然后根据需求分析报告,将系统分为5个功能模块:学生个人信息管理,资源下载,作业提交,简易论坛和网上测试,并且仔细的描述了各个模块的工作流程。同时,本文还介绍了LearningSystem的数据库设计与结构。
最后,本文详细地描述了网站和各个类库的实现方式。按照系统的三层结构,逐条介绍各部分的实现代码。

关键词:三层架构,母版页,数据源控件,数据绑定控件,身份认证,登陆控件
Design and Implementation of Learning System
based on the .NET Framework


Abstract
This paper describes the design and implementation of Learning System based on VS.NET.
First, at the beginning part ,this paper presents the technology that the System uses. Compared with the VS.NET2003 develop environment, this Learning System which is based on VS.NET2003 has many new functions. I try my best to use the new technology, including Master Pages , Data Source Controls , Data Controls , Role Management , Login Controls and so on.
Second, this paper describes the design process of the system in detail. It describes the decision of system structure. Trough the comparison of each structure, the Three-tier Structure is adopted by the Learning System as it has more advantages. Then the paper presents the 5 modules of the system according to the requirement analysis report, including Students’ individual information management, resource download, homework submission, simple bbs and test online and describes the implementation flow of each module in detail. In addition, this paper describes the design and structure of the database for the Learning System.
Finally, this paper describes the implementation of the system and each class libraries in detail and introduces the code of each part according to the Three-tier Structure.
Key Words: the Three-tier Structure , Master Pages , Data Source Controls , Data Controls , Role Management , Login Controls

目 录
1 绪论 1
1.1 开发平台简介 1
1.2 学习系统概论 1
2技术背景 1
2.1绪论 1
2.2母版页 1
2.3数据源控制 2
2.4数据显示控件 4
2.5登陆控件 5
2.6数据驱动的站点导航 6
2.7验证控件 6
3系统架构 7
3.1 系统架构的选择 7
3.1.1 LearningSystem采用三层架构实现。 7
3.1.2三层架构的设计 7
3.2 三层架构的实现 8
3.2.1 建立表示层: 9
3.2.2 建立数据库访问层: 9
3.2.3 建立业务逻辑层: 9
3.2.4 添加引用: 9
4 系统设计 10
4.1 系统的功能模块 10
4.2 系统设计说明 10
4.2.1 学生个人信息管理 10
4.2.2 资源下载: 10
4.2.3 作业提交: 11
4.2.4 简易论坛: 11
4.2.5 网上测试: 12
4.3 系统数据库设计 13
5 系统实现 15
5.1 概述 15
5.2 用户表示层的实现 15
5.2.1 母版页的实现 15
5.2.2 学生个人信息管理 16
5.2.3 资源下载 18
5.2.4 作业提交 20
5.2.5 简易论坛 22
5.2.6 网上测试 23
5.2.7 登陆页面Login.aspx 25
5.2.8 Web.Config文件配置 25
5.3 数据访问层的实现 26
5.3.1 DAL概述 26
5.3.2 PrepareCommand函数 26
5.3.3 ExecuteNonQuery函数 26
5.3.4 ExecuteReader函数 27
5.4 业务逻辑层的实现 27
5.4.1概述 27
5.4.2 UserInfo类 28
5.4.3 ResourceDownload 类 29
5.4.4 HomeworkUpload类 31
5.4.5 BBS类 33
5.4.6 Test类 35
5.4.7 userControl类 37
6 结论 38
6.1 本文总结 38
6.2 系统改进和优化 38
致 谢 39
参考文献 40


参考文献
[1] 黎晓冬,李华飚, 王福水.精通ASP.NET编程[M].北京:科学出版社,2003:1-156
[2] 季久峰.专家门诊:ASP.NET开发答疑200问[M].北京:人民邮电出版,2004 .1-169
[3] 肖建.ASP.NET编程实例与技巧集粹[M].北京:北京希望电子出版社,2003:1-256
[4] 杨智泽.简论提高ASP.Net应用程序性能的六种策略[J].微电子学与计算机,2006,23(7):161-163.