Showing results for ODataLib - OData

Sep 12, 2014
0
0

[Tutorial & Sample] ODataUriParser Extension Support

Karata Liu
Karata Liu

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: All the demo code in this post has been put into ODataSamples project, you can check it out under the Components/UriParser subfolder. Backgroun...

ODataLib
Apr 14, 2014
0
0

[Announcement] ODataLib 6.2.0 release

LeoHu1
LeoHu1

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 for u...

ODataODataLib
Mar 5, 2014
0
1

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

Zoe Luo
Zoe Luo

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 addres...

ODataODataLibSingleton