- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于.NET的课程学习系统设计实现论文
基于.NET的课程学习系统的设计与实现
摘 要
本文主要介绍了基于.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
文档评论(0)