1

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.

  • 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 Answers1

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:

https://www.nuget.org/packages/Microsoft.AspNetCore.OData

lukkea
  • 3,606
  • 2
  • 37
  • 51
Wauna
  • 2,226
  • 2
  • 10
  • 11
  • 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