OData

Create and consume RESTful APIs in a simple and standard way

[Tutorial & Sample] ODataUriParser Extension Support

This post is to guide you through the extension support of OData URI parser, which was added in ODataLib 6.7 release. You can refer to the following article for basic usage of OData URI parser: [Tutorial & Sample] Using ODataUriParser for OData V4 All the demo code in this post has been put into ODataSamples project, you can ...

[Announcement] ODataLib 6.2.0 release

We are happy to announce that the ODL 6.2.0 is released and available on nuget along with the source code on codeplex (please read the git history for the v6.2.0 code info and allprevious version). Detailed release notes are listed below. Bug fixes Fixed a bug for parsing $it in UriParser. Improved the JSON serialization performance ...

[Tutorial & Sample] Use Singleton to define your special entity

Ever had a special entity where there can be only one of its kind, but bothered by having to define a one-element entity set for it? Ever wanted to request a special entity but bothered by needing to find out its key first? Use a singleton! Singleton is newly introduced in OData V4, to allow developers name such special entity, and it can be ...