龙源期刊网 http://www.qikan.com.cn
基于Web网络教学平台的设计与研究
作者:王永恒 刘群
来源:《信息安全与技术》2013年第03期
【 摘 要 】 网络教学作为对传统教学的补充,能充分发挥网络在教学中的优势,体现以学生为主体、教师为主导,构建学生充分参与和自主学习的环境等现代教育思想。随着计算机技术的不断发展,网络教学得到越来越广泛的应用,已经成为现代教育流行的教学模式。 【 关键词 】 网络教学;ASP.NET;DataGrid控件;数据库设计
The Development and Research of Computer Instruction System Based on Web Wang Yong-heng Liu Qun
(Shanghai Zhongqiao College Shanghai 201319)
【 Abstract 】 TThe Web Instruction System can fully exert the advantage of on-line learning and embody the modern education thoughts, taking the student as the main body and the teacher as the leadership, constructing the environment on which the student can fully participate and study independently. Along with the development of the computer technology, The Web Instruction System has being widely used and its performance has become more diverse.
【 Keywords 】 web Instruction; ASP.NET; datagrid; database development 1 系统的设计思想
基于Web的网络教学平台的设计,必须符合一定的教学规律和教学理论,能真正灵活地有利于师、生的教与学,同时又要考虑网络技术的特点和数据库技术的运用,充分发挥计算机网络的优势。
本课题选择了以ASP.NET技术为基础的三层结构(B/S结构),ADO.NET为最新的数据库访问技术,面向对象的C#作为编程语言实现的好处有几点。
(1)通用性强。采用ASP.NET技术可以在服务器端只需要第一次编译页面,而后不需要重新编译,直到该页面被修改或Web应用程序重新启动。ASP.NET通过ADO.NET提供的DataGrid控件、GridView控件和DetailsView控件等可以直接和数据库联系。
(2)系统易于实现。ASP.NET是操作系统的一个有机组成,其程序设计是完全面向对象的,它共享了传统应用程序使用的许多对象,还可以使用所有的.NET对象,因此容易编写这类网络程序。
相关推荐: