InterviewSolution
Saved Bookmarks
| 1. |
Is it true that ASP.NET Web API has replaced WCF? |
|
Answer» It’s a misconception that ASP.NET Web API has replaced WCF. It’s another way of building non-SOAP based services, for example, PLAIN XML or JSON string etc. Yes, it has some ADDED advantages like utilizing full features of HTTP and reaching more clients such as mobile devices etc. But WCF is still a good choice for the following scenarios:
|
|