Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between WCF Web API and WCF Data Services

What is the difference between WCF Data Services and WCF Web API?

like image 664
Rasmus Christensen Avatar asked Apr 27 '11 20:04

Rasmus Christensen


1 Answers

WCF Data Services is a framework on top of WCF that makes it easy to create RESTful services that "talk" Atom/OData based on specified LINQ context (object model, LINQ2SQL or Entity Framework).

The new WCF Web APIs are currently under development, and will enhance the existing WCF framework to build better HTTP/RESTful services in general.

--larsw

like image 82
larsw Avatar answered Sep 22 '22 19:09

larsw