Skip to content

mhantour/StudentRecords

Repository files navigation

StudentRecords

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.

Version: 1.0

Important Notes:

  • 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".

About

This demo demonstrates how to integrate ASP.NET MVC application as a front-end with ASP.NET WebApi application as a back-end with using Unit Testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors