Top "Odata" questions

The Open Data Protocol (OData) is a standardized protocol for building REST APIs.

Could not load file or assembly 'System.Web.Http 4.0.0 after update from 2012 to 2013

I did the upgrade according to. http://www.asp.net/mvc/tutorials/mvc-5/how-to-upgrade-an-aspnet-mvc-4-and-web-api-project-to-aspnet-mvc-5-and-web-api-2 I get the error. …

c# asp.net-web-api odata visual-studio-2013
415 Unsupported Media Type - POST json to OData service in lightswitch 2012

I am getting 'error 415: Unsupported Media Type' when posting to an OData service when using JSON. Solution at the bottom …

json web-services post odata visual-studio-lightswitch
Could not load file or assembly System.Net.Http, Version=4.0.0.0 with ASP.NET (MVC 4) Web API OData Prerelease

Problem After installing the Microsoft ASP.NET Web API OData package 5.0.0-rc1 prerelease I end up with the following exception: …

asp.net-mvc-4 asp.net-web-api odata assembly-resolution
Difference between OData and REST web services

What is the difference between OData and REST-ful web services?

web-services rest odata
OData: Date "Greater Than" filter

Is there a way to return a series of records in OData by specifying a "Date greater than xxxxx" filter...…

odata
OData $filter with multiple predicates

If I have two entities in my model, "People" and "Addresses", and a particular Person has zero or more addresses, …

wcf filter odata predicate
how to return json format from ODATA?

I know ODATA can return json but not sure if I have to use an attribute or interface to do …

json odata
OData $filter with items in a $expand

I have given some web services to access informations. The first thing that i have tries to expand a node . …

wcf filter filtering odata expand
OData filter options (handle null or empty values)

We are using $filter system query option in OData to execute filters where the filter value is sent in at …

odata
OData "where ID in list" query

I have an OData service where I'm trying to filter by a list of IDs; the SQL equivalent would be …

linq collections filter odata