Create an OData v4 Endpoint Using ASP.NET Web API 2.2 | The ASP.NET Site
The Open Data Protocol (OData) is a data access protocol for the web. OData provides a uniform way to query and manipulate data sets through CRUD operations (create, read, update, and delete). ASP.NET Web API supports both v3 and v4 of the protocol. You ....