7

Can anybody list out the difference between WebAPI and OData Controllers?

tereško
58.5k26 gold badges100 silver badges151 bronze badges
asked Jan 24, 2014 at 9:20
2

1 Answer 1

2

WebApi is an application type (maybe a framework) used to facilitate the applications intercommunications between different platforms (web, mobile, windows). OData is a communication protocol supported by the WebApi infraesctructure. The OData's goal is to provide an uniform way to create CRUD (create, retrieve, update and delete) operations.

In WebApi you are kinda limited to the HTTP verbs (GET, PUT, DELETE, POST) and the OData (ODataController) adds new endpoints to facilitate the datasets manipulation.

answered Jun 3, 2015 at 15:20

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.