BuildingAnODataAPIAspNetCore
BuildingAnODataAPIAspNetCore copied to clipboard
Question: How to use POCO Entities without System.ComponentModel.DataAnnotations and Microsoft.OData.ModelBuilder attributes?
How to use OData for Filtering Entity data where Queryoptions come from SPA Application's grid component in ODataQueryOptions
- How to declare REST API action method for filtering data e.g. https://js.devexpress.com/Documentation/Guide/Data_Binding/Specify_a_Data_Source/OData/
*.Api - REST API *.Application - Queryhandler and command handler here *.DomainModel.Entities - POCO entities *.DomainModel.Persistence - Mapping POCO entities using FluentNhibernate to DataStore