In Visual Studio when we create a web project it gives you the options to dial:
WebForms MVC Web API
When the MVC + Web API framework both are in the same project.
Is there any advantage / performance in using MVC + Web API in the same project or is it better to separate the MVC from the Web API into different projects within the same Solution?