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?
相关问题
- Design RESTful service with multiple ids
- Axios OPTIONS instead of POST Request. Express Res
- Plain (non-HTML) error pages in REST api
- Laravel 5.1 MethodNotAllowedHttpException on store
- Register MicroServices in Azure Active Directory (
相关文章
- WCF发布Windows服务 POST方式报错 GET方式没有问题 应该怎么解决?
- Using JAX-WS 2.2.5 client with JDK/JRE 1.5
- XCopy or MOVE do not work when a WCF Service runs
- Cannot use org.jvnet.jax-ws-commons.jaxws-maven-pl
- Got ActiveRecord::AssociationTypeMismatch on model
- Multiple parameters in AngularJS $resource GET
- How to create base64Binary data?
- POSTing data to WebApi after update to 5.1.0 fails
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
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
Reference: http://www.dotnettricks.com
Author : Shailendra Chauhan