Reputation: 5391
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?
Upvotes: 60
Views: 94912
Reputation: 5391
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.
To whom choose between WCF or WEB API
Reference: http://www.dotnettricks.com
Author : Shailendra Chauhan
Upvotes: 144
Reputation: 2764
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 Service vs ASP.NET Web Api
Upvotes: 1