3
In Visual Studio when we create a web project it gives you the options to mark:
Webforms MVC Web API
When MVC + Web API frame the two are in the same project.
There is some advantage/performance in using MVC + Web API in it project or it is better to separate the MVC from the Web API into different projects within the same Solution?