Click here to Skip to main content
15,887,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
It is possible to implement REST in Both WCF and WEBAPI. Than why we go WEBAPI?. Instead of that we use WCF REST?.What is different between WCF REST and WEBAPI REST. As I know WCF used SOAP And WEB API Used REST.
Posted
Updated 14-May-15 2:45am
v2

1 solution

1.Shortly, in .NET, Web API should be used to implement backed for the WEB application. Web API is part of the ‘One ASP.net’ family which means that it natively supports all of the great shared features you may currently use with MVC or web forms.

2.WCF instead is designed for implementing communication between applications or applications modules, and it is a framework for building service-oriented applications.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900