The CRUD Project - Student Department System is an ASP.NET MVC application designed to streamline the management of student records and academic departments within a university or educational institution. The primary goal of this project is to provide a user-friendly interface for performing essential CRUD operations on both departments and student records.
This project simplifies the administrative tasks associated with student and department management, making it an invaluable tool for educational institutions seeking an efficient and organized approach to record-keeping. Its user-friendly interface ensures that users, whether administrative staff or educators, can quickly access and modify the necessary information, ultimately contributing to a smoother academic workflow.
- Create: Easily add new department or student records to the system.
- Read: Retrieve and view information about departments and students efficiently.
- Update: Edit and update details of existing departments or student profiles.
- Delete: Remove outdated or unnecessary records from the database.
- User-friendly interface for managing data.
- .NET Framework - You will need .NET Framework installed on your machine.
- Visual Studio - You can use Visual Studio for development.
- SQL Server - Required for database operations.
- Clone this repository to your local machine:
git clone https://github.com/ammar-gamal/Student-Department-System.git
- Open the project in Visual Studio.
- Build the solution.
- Run the application.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add feature"
- Push to your branch:
git push origin feature/your-feature-name
- Create a pull request.