The Open Data Protocol (OData) is a standardized protocol for building REST APIs.
I have a fairly large data model that I want to expose using Web API OData using the OData V4 …
.net odata asp.net-web-api asp.net-web-api-odata odata-v4I want to get a list of distinct values from my OData endpoint. But distinct or group by isn't supported …
c# odata asp.net-web-api-odata odata-v4I have a side-by-side Web API 2.2 APIController and OData v4 ODataController. My APIController uses routing attributes internally like this (there …
c# asp.net-web-api odata asp.net-web-api-routing odata-v4When I run the following sample it is throwing the following exception... Additional information: The entity 'TestEntity' does not have …
c# entity-framework asp.net-web-api odata odata-v4In oData 4.0 Actions and functions are frequently referred. I couldn't get what are they and how they are different. Are …
.net asp.net-web-api asp.net-web-api2 odata odata-v4I have something in mind like this ( the action on itself is probably okay) [HttpPost] [ODataRoute("GenerateFromProduct")] public async Task&…
.net asp.net-mvc asp.net-web-api odata odata-v4