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

前端 未结 2 1650
不思量自难忘°
不思量自难忘° 2020-12-22 18:06

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

2条回答
  •  时光取名叫无心
    2020-12-22 18:48

    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. Now a days, you have a lot of choices to build HTTP services on .NET framework. here you can read more:

    WCF vs ASP.NET Web API

    WCF Service vs ASP.NET Web Api

提交回复
热议问题