BuildingAnODataAPIAspNetCore icon indicating copy to clipboard operation
BuildingAnODataAPIAspNetCore copied to clipboard

Building an OData API in ASP.NET Core (.NET 5 and .NET Core 3.1)

Results 2 BuildingAnODataAPIAspNetCore issues
Sort by recently updated
recently updated
newest added

How to use OData for Filtering Entity data where Queryoptions come from SPA Application's grid component in ODataQueryOptions 1. How to declare REST API action method for filtering data e.g....

Question 1: How to do ODataQueryOptions imperative style handling instead of Processing query in Action filter [EnableQuery]. We would like to avoid bringing DataContext to Controller at all costs. Question...