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)
Creating a NuGet Package Feed to Host Artifacts
Step-by-Step Guide: Creating a NuGet Package Feed to Host Artifacts 🔹 Step 1: Create a C# Class Library and Generate NuG...

Recent Post
-
Compiler Error CS0121 The call is ambiguous between the following methods or properties: 'TestMet...
-
You simply want o execute your code in response to event or on a schedule without worrying about...
-
CNCF Cloud Native Interactive Landscape ...
No comments:
Post a Comment