Student Information System is a simple desktop application developed using C# Language. The Project is based on the concept of managing students information. Create student information system using C# for your school and college project. Also, you can use this project source code to create information system for your client and business.
About Simple Student Information System In C#
Talking about the system, a user can record information by providing student’s name, age, gender, and address. Then the user can easily enter any existing records for updating or removing details. For this a user has to pass through a login system.
Besides, the user can easily search for student’s detail. In order to update or remove student detail, the user has to select a record and click the right mouse button. It’ll show other options for the users. Talking about the database, it has a MySQL database. This simple application is specially for the beginners.
How to run Simple Student Information System In C# ?
Design of the project is very simple so that the user won’t find any difficulties while working on it. This project uses an external file as a database. Simple Student Information System project helps in the management of student details. To run this project you must have installed Visual Studio IDE and XAMPP on your PC. Start Apache and MySQL in XAMPP, and follow the given steps
Connecting Database (MySQL)
- 1st Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
- 2nd Step: Then, click on the databases tab
- 3rd Step: Create a database naming “students” and then click on the Import tab
- 4th Step: Click on browse file and select “students.sql” file which is inside “Database (MySQL)” folder
- 5th Step: Click on go.
After Creating Database,
- Final Step: Open “Students_registration.sln” file.