A simple student registration system built with C# (.NET) and MSSQL to manage student enrollment processes and maintain student records efficiently.
- Student Registration
- View, Edit, and Delete Student Records
- Organized Student Information Management
- Built with a clean and user-friendly interface
- Frontend: C# Windows Forms (.NET)
- Backend: MSSQL Database
The project uses an existing database backup file.
- Open SQL Server Management Studio (SSMS).
- Create a new database.
- Right-click the newly created database > Tasks > Restore > Database.
- Select the provided .bak file located in the Database folder.
- Complete the restore process.
Prerequisites:
- Visual Studio with C# (.NET Desktop Development)
- Microsoft SQL Server
- SQL Server Management Studio (SSMS)
- Clone the repository.
- Open the solution file (.sln) in Visual Studio.
- Configure the database connection string if necessary.
- Run the project.
This project was developed as part of an academic requirement and serves as a basic implementation of a student registration system.