摘要:学生信息管理系统是典型的管理信息系统(MIS),其开发主要包括后台数据库的建立和文护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。
本文介绍了利用C#与SQL server2012相结合的策略开发一个管理信息系统的过程。在这里以学校为背景,通过借鉴学校的教学管理系统网站,把学生数据库中的数据表信息利用C#的图形界面功能显示在前端,能让每个学生轻松地查询到自己的基本信息、课表信息、课程信息等。除此之外,本系统还加了管理员功能模块,通过管理员功能,管理员可以实现对数据库中每一个学生的数据表信息的修改、添加、删除等功能。本系统具有结构合理、易于操作、界面友善等特点,能使得应用中极大提高工作效率。
关键词: 管理信息系统,学生管理,C#,SQL server2012 ,3842
Designing And Developing Of MIS Platform For Students
Abstract: Students’ information management system is a typical management information system (MIS), its development mainly includes two aspects: the setting and maintenance of database and front-end application development. For the former requires to establish database that is consistent and integrity and security. For the latter requires the application fully functional, easy to use and so on.
This article introduces a management information system process using C# and SQL server2012 combined with the strategy of development. This puts the school as the background, by drawing on the website of teaching management system in school, the students in the database table data graphic user interface using C# information display on the front end, students can easily query to their information. In addition, this system adds the administrator function, through the administrator, administrators can implement the information data tables in a database to add, modify, delete and other functions. The system has a reasonable structure, easy to operate, friendly interface and other features, and can improve work efficiency greatly in the applications .