filmov
tv
What is the difference between WCF and Web API in dotNet? DotNet Interview Question 49 of 100:
Показать описание
DotNet Interview Question 49 of 100:
What is the difference between WCF and Web API in dotNet?
Answer: WCF is a framework for building service-oriented applications. It can be used to send data as asynchronous messages from one service endpoint to another. Web API is a framework for building HTTP services, more suited for reaching a broad range of clients including browsers and mobile devices.
What is the difference between WCF and Web API in dotNet?
Answer: WCF is a framework for building service-oriented applications. It can be used to send data as asynchronous messages from one service endpoint to another. Web API is a framework for building HTTP services, more suited for reaching a broad range of clients including browsers and mobile devices.