I plan to create a web service to provide JSON / XML data to the client via HTTP. And I plan to do it RESTful, but this is only the best option, not a must. And, as a rule, I will post it in IIS.
To achieve this, in my analysis, I have 3 options (I need to use MS technologies): WCF service, WCF data service, and MVAP4 WebAPI. I still have one more question before making a final decision. Yes, there are many discussions on the Internet when you need to choose one of them, but they focus on other topics, such as the protocol, are easily implemented, use HTTP, etc. Etc.
However, I am focusing on another aspect: from the performance aspect, which is the best (suppose I use them correctly) of 3 options (to provide JSON / XML via HTTP)?
Shuping
source share