Contoso University

This is a web site for a fictional Contoso University. It includes functionality such as student admission, course creation, and instructor assignments.

The about section shows the student body statistics. It checks the database and groups the students by their enrollment date.

This page allows you to create new students by clicking the create new link. The only information needed is last name, first name, and enrollment date. It also allows you to check the details for each student, edit their information, and delete them if necessary. You can search for students by name either first name, last name, or even just a couple of characters. The students are also orgainized into pages so that the information can be accessed with less scrolling. You can also sort the data either by last name or enrollment date.

This page allows you to create new courses and fill in the necessary information such as number, title, credits, and department. It also allows you to check the details for each course, edit its information, and delete them if necessary. You can sort the courses by their department using the dropdown at the top.

This page allows you to create new instructors and fill in the necessary information such as last name, first name, hire date, office location, and what classes they teach. It also allows you to check the details for each instructor, edit their information, and delete them if necessary. There is also a fourth option to select the instructor which give you which courses they teach. If you select one of the courses you can see the students enrolled in that class and their grade.

This page allows you to create new departments and fill in the necessary information such as name, budget, start date, and administrator. It also allows you to check the details for each department, edit their information, and delete them if necessary.
To visit the repository and check out the code Click Here.
To view the project shown Click here.