All Questions
Tagged with asp.net-mvc-web-api project-structure
1 question
41
votes
3
answers
45k
views
Should we call Web API from MVC application in same solution?
I am working on a project in MVC that has mobile application so one thing is clear that we have to use Web API so it can used in mobile application.
After creating API when we started to develop Web ...