Tuesday, March 26, 2019

Web Api vs Mvc

I'm about to start an application that has a mvc app and an API. My plan is to have the api built in web API and the app built in mvc. Two separate code bases.

Does this make sense to do or can I combine them into one codebase? The application serves a high level of requests per second via API and basically stores all sorts of data in the database. The mvc part is the portal to manage account and what not.

Web Api vs Mvc Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team