College Management System v1.0
v0
This source code is a simple college management system developed using winform. It has the functions of adding, deleting, modifying, checking, and logging in and registering. It is very suitable for beginners.
Menu functions:
1. Log in, clear, register
2. College information: query, add, modify, delete
3. Class information: query
Things to note:
1. The development environment is Visual Studio 2010, the database is SQL Server 2008, and it is developed using .net3.5.
2. The administrator login name and password are: admin
3. Attach the database connection string configuration file in DBHelper.cs
4. There is a database file in the DB folder, just attach it