摘 要:网上选课不仅方便了学生们更好的选择自己喜欢的课程,更减轻了教务管理的工作。本系统使用的开发语言为C#,SQL Server 2005作为数据库,在Windows7系统和VS.NET平台下开发完成。该浏览器/服务器结构的系统有较高的安全性,其中连接数据库的字符串可以随时在web.config里修改,并经过编码进行加密,增加灵活性的同时也保护了数据库的安全。38556 毕业论文关键词:网上选课;浏览器/服务器结构;ASP.NET;SQL Server 2005
Design and Implement of Course Selection System Based
Abstract: Online course electing reduces the work of teaching management and lets each student choose their favorite subjects better. This designation uses Windows7 and VS.NET platform to develop the system based on C# as ASP.NET development language and SQL Server 2005 as the database. The system of the Browser/Server structure has high security and performance. At the same time, the character string, which is used to connecting to the database, can be modified at any time in web.config, furthermore, the string is encoded and encrypted, increasing flexibility and protecting the safety of the database.
Key Words: Online course; ASP.NET; SQL Server 2005
目 录
摘 要 1
引言 1
1.绪论 2
1.1系统开发的现状 2
1.2系统开发的意义 2
2.相关技术简介 2
2.1 ASP.NET技术 2
2.2 SQL Server2005数据库技术 2
3.网站总体分析与设计 3
3.1网站功能设计 3
3.2数据库设计 4
4.网站实现 8
4.1网站使用的主要类 8
4.2主要功能模块的实现 9
5.总结 11
参考文献 11
致谢 13
选课系统设计与实现引言
网上选课减轻教务处的工作还方便了学生们更好的选择自己所喜欢的课程。本系统使用的开发语言为C#,SQL Server 2005作为数据库,在Windows7系统和VS.NET平台下开发完成。