KNXKO / StudentInfoSystem-C-Windows-Forms

This project is a student information management system implemented in C# using a Windows Forms application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StudentInfoSystem - C# Windows Forms Application

This project is a student information management system implemented in C# using a Windows Forms application. It allows users to manage and interact with student records, providing features such as adding, updating, and deleting student information. The system utilizes a MySQL database to store and retrieve student data efficiently.

Table of Contents

Description

The repository contains files for a student information management system. It includes C# code for a Windows Forms application, a Student class, and a SQL script for the database structure.

Files

FormStudent.cs

C# code for the Windows Forms application related to managing individual student information.

Student.cs

Definition of the Student class representing student information.

FormStudentInfo.cs

C# code for the main form that displays and manages student information using a DataGridView.

DbStudent.cs

C# code for database operations related to students. It includes methods for adding, updating, deleting, and displaying/searching student records in the MySQL database.

Database.sql

SQL script for creating the database structure (student_info table).

About

This project is a student information management system implemented in C# using a Windows Forms application.

License:MIT License


Languages

Language:C# 100.0%