Quantcast
Channel: ASP.Net Web API vs WCF, which one should I choose in my project - Stack Overflow
Browsing latest articles
Browse All 5 View Live

Answer by RajeshKdev for ASP.Net Web API vs WCF, which one should I choose in...

The Question you have asked is an overly-broad or primarily opinion-based, and its hard to give an example for what you have asked. Important Points:Firstly, if you are going to create a service which...

View Article



Answer by Uwy for ASP.Net Web API vs WCF, which one should I choose in my...

First things first, RESTful is a stateless and uniform interface norm that can be applied to web services. It doesn't have to be automatically and only plain old CRUD service backed by a DB.In the real...

View Article

Answer by FullStackdev for ASP.Net Web API vs WCF, which one should I choose...

I would suggest Web API if it is for RESTful services as WCF was never made to serve as Restful services although you can serve as one where as Web API was made particularly for this.

View Article

Answer by PMerlet for ASP.Net Web API vs WCF, which one should I choose in my...

WebAPI is not just good for RESTful webservices. You can easily send requests to a WebAPI controller and handle it the way you want : calculations, sending messages, interact with a CRM, interact with...

View Article

ASP.Net Web API vs WCF, which one should I choose in my project

I have read many articles in the web so far, about the differences between WCF and ASP.Net web API. Unfortunately I could not come up to a clear idea about what will serve my purpose. Most of the...

View Article

Browsing latest articles
Browse All 5 View Live


Latest Images