Skip to content

zita94/StudentManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

ASP.NET MVC Web App for managing international university students

For this assignment, I was tasked with creating an Entity Framework-based ASP.NET MVC web application, that supports creating, editing, deleting and listing the details of international students at the university.

I first created the database and used EF to map the DB to a C# representation (model). I created the controller and implemented the repository pattern to abstract the controller logic (allowing for much easier testing).

The homepage has links to the student information and applicable external university information.

Displaying the data stored on international students.

Creating a new student.

Showing various field validation.

The updated data after a new student has been added.

The edit student information functionality.

The delete student functionality.

A screenshot of the updated data in the database.

Final Grade: 98
COM580 Enterprise Computing

About

ASP.NET MVC Web App for managing university students

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published