OData
Create and consume RESTful APIs in a simple and standard way
Latest posts
Announcing ASP.NET Core OData 9 Official Release
We're happy to announce that ASP.NET Core OData 9 has been officially released and is available on NuGet: The major highlight of this release is the ...
Announcing OData .NET 8 Official Release
We're happy to announce that OData .NET 8 has been officially released and is available on NuGet: We would like to thank the community for ...
Announcing OData .NET 8 Release Candidate 1
OData .NET 8.0 RC1 is now available, bringing numerous significant improvements to the following libraries: This is the final release ...
Microsoft.AspNetCore.OData 9 Preview Release
We are excited to announce the forthcoming major release of Microsoft.AspNetCore.OData, scheduled for June. In preparation for this significant update, we have ...
OData .NET 8 Preview Release
We would like to announce that we are planning a new major release of OData .NET core libraries in June. Ahead of this release, we have released preview ...
Deep insert support in OData client
In the Deep insert support in OData webapi blog post, we demonstrated how to add deep insert capabilities to an OData service. In this blog post, we demonstrate...
Working with media resources in OData – Part 2
In Part 1 of this blog post, we demonstrated how to implement an OData service that serves media resources. In Part 2, we look at how to implement a client app ...
Working with media resources in OData – Part 1
OData enables you to define data feeds that serve binary large object (BLOB) data. In OData lingo, this binary data is referred to as a media resource. A media ...
Enable Un-typed within ASP.NET Core OData
Introduction The latest ASP.NET Core OData supports the following two built-in OData abstract types: Developers can use them to advertise a ...