We’re happy to announce that OData .NET (ODL) 9 Preview 3 has been officially released and is available on NuGet:
What’s New in OData .NET (ODL) 9 Preview 3
The OData .NET (ODL) 9.0.0 Preview 3 introduces a set of important changes and cleanup efforts to modernize the library,
align with .NET’s evolving runtime, and simplify ...
We’re happy to announce that OData .NET (ODL) 9 Preview 2 has been officially released and is available on NuGet:
What’s New in OData .NET (ODL) 9 Preview 1 & 2
The OData .NET (ODL) 9.0 previews introduce a set of important changes and cleanup efforts to modernize the library,
align with .NET’s evolving runtime, and simpl...
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 update of the OData .NET dependencies to the 8.x major version.
By updating the dependencies, we're able to take advantage of the improvements and new capabilities introduced in Microsoft.ODa...
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 that interacts with the OData binary large object (BLOB) feed to both retrieve and post binary data along with the metadata for the media resource.
The OData BLOB feed created in Part 1 s...
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 resource (MR) is an unstructured piece of data or stream, e.g., a document, image, or video. It is requested from the data service separately from the entry in the feed to which it belongs, ...
The query options part of an OData URL can be quite long, potentially exceeding the maximum length of URLs supported by components involved in transmitting or processing the request. HTTP does not impose any limits on the length of a URL, however, many hosting environments (including IIS) impose limitations which may restrict the client's ability t...
When working with open types in an OData service, dynamic properties are held in a container property of type . However, support for a similar container property has traditionally been absent in OData client. For this reason, dynamic properties returned from an OData service could only be mapped to declared properties on the client backing type. Wh...
OData Connected Service 0.9.0 has been released and is now available on Visual Studio Marketplace. This release adds the following features and bug fixes:
You can get the extension from Visual Studio Marketplace