restweb-serviceswcfasp.net-web-apiwcf-web-api

Difference between WCF, Web API, WCF REST and Web Service?


What is difference between WCF and Web API and WCF REST and Web Service? Is WCF really so complicated that the webapi should be used? Whether WebApi can do all the work and do not take advantage of others?


Solution

  • The .Net framework has a number of technologies that allow you to create HTTP services such as Web Service, WCF and now Web API. There are a lot of articles over the internet which may describe to whom you should use.

    Web Service

    WCF

    WCF Rest

    Web API

    To whom choose between WCF or WEB API

    Reference: http://www.dotnettricks.com
    Author : Shailendra Chauhan