Showing results for April 2014 - OData

Apr 30, 2014
0
0

[Announcement] ODataLib 6.3.0 Release

LeoHu1
LeoHu1

We are happy to announce that the ODL 6.3.0 is released and available on nuget along with the source code oncodeplex (please read the git history for the v6.3.0 code info and allprevious version). Detailed release notes are listed below. Bug Fix New Features   ODataLib now supports referencing external CSDL ...

Apr 29, 2014
0
0

[Tutorial & Sample] How to Use Open Type in OData

Liang Wang [MSFT]
Liang Wang [MSFT]

OData protocol introduces conception of open type which allows clients to add properties dynamically to instances of the type by specifying uniquely named values in the payload used to insert or update an instance of the type. This makes definition of entity type or complex type more flexible. Developers do not have to define everything which is pr...

OData Client Tools
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
Apr 9, 2014
0
0

[Tutorial & Sample] Client Property Tracking for PATCH

Layla Liu
Layla Liu

  In OData Client for .NET 6.2.0, we enabled the top level property tracking on client side when sending a PATCH. This feature allows client to send only updated properties, instead of the entire object to server. The top level property tracking means the client will only track the highest level properties in the class hierarchy. In othe...

OData Client Tools