This is Asp.net MVC project which communicates with web api to perform operation.
a) In this project, there are four minor module
i) List customer details ii) Add customer details iii) Edit customer details iv) Delete customer details
b) All this is done in Asp.net mvc.
To Execute application please download both the application.
- Open the project with Visual studio.
- Framework 4.5 is used to develop this project.
- Run the web api project (CustomerWebApi) and copy web api url form browser.
- Open the Webconfig of mvc project and search for key "WebApiUrl" and replace the copied web api url here. E.g key="WebApiUrl" value="http://localhost:55029/"
- Once this is done run your mvc project.
- Now you can use this application.
- Pre-requites: visual studio, framework and sql server installed.
Note: if possible run both application with administrator rights.
Please find below git link to download CustomerWebAp.