Difference between MVC and Web API
MVC (Basic Definition)
MVC is used for building web apps with UI views. It follows MVC pattern which help in separation of concerns
Web API (Basic Definition)
Web API is used to build the Restful API Services that allow communication between applicat...
aryanmehta.hashnode.dev1 min read