Can any one explain the difference between WCF Data Services and http://wcf.codeplex.com Wcf Web API?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
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 |
|||||||
|