Skip to content

ASP.Net MVC Application for managing Departments and students in it and the courses they study

Notifications You must be signed in to change notification settings

AyaSHEHAT/Educational-system

Repository files navigation

🚀 Educational System

ASP.Net MVC Application for managing Departments and students in it and the courses they study

Using ASP.NET MVC and dealing with SQL Server to get and set data

📝 Description

The Educational System is an ASP.NET MVC application designed to manage departments, students within those departments, and the courses they study. It utilizes ASP.NET MVC framework for web development and SQL Server for data storage and retrieval.

🛠️ Technologies Used

  • ASP.NET MVC: Framework for building web applications using Model-View-Controller pattern.
  • SQL Server: Database management system for storing and managing application data.
  • C#: Programming language used in ASP.NET development.

⚙️ Installation and Setup

  1. Clone this repository to your local machine.
  2. Ensure you have Visual Studio installed with ASP.NET MVC support.
  3. Open the solution file in Visual Studio.
  4. Update the connection string in Web.config to point to your SQL Server instance.
  5. Build and run the application.

📚 Features

  • Department Management: Add, edit, and delete departments.
  • Student Management: Manage students within departments.
  • Course Management: Assign courses to students and departments.
  • Authentication: Secure access to application features using authentication.
  • Authorization: Control access to different parts of the application based on user roles.

🚦 Usage

  1. Login to the application using valid credentials.
  2. Navigate through the dashboard to access department, student, and course management features.
  3. Perform CRUD operations on departments, students, and courses as needed.
  4. Logout from the application when done.

📌 Additional Notes

  • Customize the application as per your educational institution's requirements.
  • Ensure proper data validation and error handling throughout the application.
  • Refer to ASP.NET MVC and SQL Server documentation for detailed information and best practices.

About

ASP.Net MVC Application for managing Departments and students in it and the courses they study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published