This demo demonstrates how to integrate ASP.NET MVC application as a front-end with ASP.NET WebApi application as a back-end with presensce of Unit Testing.
-
this demo uses Code-First approach so remenber to run the required commands for enabling migrations and updating the database.
-
after running the project, remeber to change the web service url at thet MVC application so that the MVC app can find the WebApi application this can be found at MVC Application >>> web.config >>> appSettings >>> WebServiceUrl.
-
remember to upload some images for any student before running the unit tests for "DeleteStudentFile".