I have an ASP.NET Core 1.1 web project.
I installed Microsoft.OData.Core and followed the Getting Started link at http://odata.imtqy.com/ .
Both of the following links on this page are for .Net 45
This month, SO respond to Microsoft.AspNetCore.OData , which is NOT Microsoft owned and last updated more than a year ago.
This SO answer implies "Support for OData in the ASP.net Core"
I see this third-party AutoODataEF.Core solution for automatically creating controllers.
Finally, I see that the git issue indicates that OData WebAPI for ASP.Net Core is coming out, but it is ultimately not available at the moment.
Assuming I have a Person model and an EF DbContext.
How to implement a minimal OData controller?
odata asp.net-core restier
ttugates
source share