| WCF | Web API |
|---|---|
| It is based on SOAP and return data in XML form. | It is also based on SOAP and return data in XML form. |
| It support only HTTP protocol. | It is the evolution of the web service(ASMX) and support various protocols like TCP, HTTP, HTTPS, Named Pipes, MSMQ. |
| It is not open source but can be consumed by any client that understands xml. | It is not open source but can be consumed by any client that understands xml. |
| It can be hosted only on IIS. | It can be hosted with in the applicaion or on IIS or using window service. |
Search This Blog
Friday, 11 August 2017
Web Service Vs WCF
Subscribe to:
Post Comments (Atom)
API Authentication
Reference · Identity & Access API Authentication Methods Four common ways a client proves who it is to a server, ord...
Recent Post
-
Duplicate code If you see the same code structure in more than one place. Long Method The longer a procedure is, the ...
-
https://azure-blaze.blogspot.com/2017/08/is-renaming-worth-effort.html https://azure-blaze.blogspot.com/2017/08/bad-s...
-
CNCF Cloud Native Interactive Landscape ...
No comments:
Post a Comment