Showing results for July 2014 - OData

Jul 23, 2014
0
0

[Tutorial & Sample] Using Unsigned Integers in OData

LewisCheng
LewisCheng

Unsigned integers can be useful in many ways, such as representing data sizes, resource handles and so on. Though OData V4 only supports signed integer natively, the protocol offers a flexible way called type definition to allow users to ‘define’ unsigned integer types themselves. As an example, we know that any UInt16 integer can be represented b...

Jul 20, 2014
0
0

[Tutorial & Sample] Open complex type step by step with Web API 2.2 for OData v4.0

Sam Xu
Sam Xu

Introduction Recently, Microsoft officially announced Web API 2.2 for OData v4 via the blog post Announcing the Release of ASP.NET MVC 5.2, Web API 2.2 and Web Pages 3.2. In this release, a new feature named open complex type is introduced. As the ODL v4 spec says: Open complex types are keyless named structured types consisting of a set of dec...

Jul 9, 2014
0
0

[Tutorial & Sample] Client Delayed Query

Junlin Zheng
Junlin Zheng

In OData Client 6.5.0, together with OData Client Code Generator 2.0.0, we have improved the user experience on the client side by introducing delayed query into it. This feature enables valid compositions as many as you want when building a query in client, getting all parts into one request URL and sending it out when you get it ready. Current...

OData Client Tools
Jul 8, 2014
0
0

[Announcement] OData Client Code Generator 2.0.0 release

Yi Ding - MSFT
Yi Ding - MSFT

We are happy to announce that the OData Client Code Generator is released and available on Visual Studio Gallery. In this release, we focused on lighting up more OData features and the usability of the generated APIs while preserving the most consistency with the former version. Following is the release notes: Improvements of this OData Client Cod...

OData Client Tools
Jul 4, 2014
0
0

[Tutorial & Sample] Using ODataUriParser for OData V4

Karata Liu
Karata Liu

Background This post is intended to guide you through the UriParser for OData V4, which is released within ODataLib V6.0 and later. You may have already read the following posts about OData UriParser in ODataLib V5.x: Some parts of the articles still apply to V4 UriParser, such as introduction for ODataPath and QueryNode hierarchy....

Jul 3, 2014
0
0

[Announcement] ODataLib 6.5.0 Release

LeoHu1
LeoHu1

We are happy to announce that the ODL 6.5.0 is released and available on nuget along with the source code oncodeplex (please read the git history for the v6.5.0 code info and all previous version). Detailed release notes are listed below. Bug Fix New Features A type definition defines a specialization of one of ...