I'm willing to use OData in my application using ASP.NET Core, but OData is currently available only in beta version. I would like to know the release date of the stable version of OData for .NET Core.
Asked
Active
Viewed 888 times
1
-
Related stackoverflow question: [OData Support in ASP.net core (2016)](https://stackoverflow.com/questions/39279552/odata-support-in-asp-net-core) – RAM Nov 20 '18 at 09:43
1 Answers
1
The team has released a .NET Core oData on NuGet. You can find it here:
https://www.nuget.org/packages/Microsoft.OData.Core/
It's now out of beta; here's the announcement
The ASP.NET implementation is here:
-
There is a YouTube video here that might be helpful as well -> https://www.youtube.com/watch?v=C-PXkbtNI2Q – Wauna Feb 23 '18 at 21:16