My experience with OData
Briefly

The simplest use
To begin with, we need a Web service.I'll create it using ASP.NET Core.To use OData, we need to install the Microsoft.AspNetCore.OData NuGet package.Now we must configure it.Here is the content of the Program.csfile:
In the AddOData method we specify which operations of all possible in OData we allow.
Read at CodeProject
[
add
]
[
|
|
]