zita94 / StudentManagementSystem

ASP.NET MVC Web App for managing university students

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 90.1%Language:HTML 5.3%Language:C# 4.1%Language:CSS 0.4%Language:ASP.NET 0.0%