Working with OData Queries in ASP.NET Web API
OData protocol allows you to create RESTful data services by exposing URI end points. ASP.NET Web API supports OData queries so that your data can be consumed by the client over HTTP with the help of OData query options. Bipin Joshi illustrates how to wor...