CRUD Operations: Student Management Information System
Windows based form application that allows for managing student information for the campus. The application allows capturing details of students and details of the courses that the students do and store them in an SQL Relational Database.
The application has the following capabilities:
1. A Windows Forms GUI: For displaying information in a DataGrid view and an image preview
2. CRUD operations necessary to implement a persistent storage application: Create, Read, Update and Delete
3. ADO.Net and SQL Database
A database backup is included in the files and can be restored in SQL Server.