What is the difference between web api and mvc routing?
Answer Posted / Tarun Kumar
Web API is a framework for building HTTP services, while MVC Routing is used to map URLs to Controller actions in an ASP.NET MVC application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers