Showing results for 2014 - OData

Dec 18, 2014
0
0

[Announcement] WCF Data Services 5.6.3 RTM Tools Installer Release

Liang Wang [MSFT]
Liang Wang [MSFT]

We are happy to announce the release of WCF Data Services tooling version 5.6.3. It enables “Add Service Reference” to work with .NET 4.5.2 for consuming OData V1-3 services.  Previously, when you try to “Add Service Reference” for OData V1-3 service, in VS2012 or VS2013 with .Net 4.5.2, you will get the following erro...

Dec 14, 2014
0
0

[Announcement] ODataLib 6.9.0 Release

Layla Liu
Layla Liu

We are happy to announce that the ODataLib 6.9.0 is released. Detailed release notes are listed below. New Features: [GitHub issue #7, #24, #25] [GitHub issue #33] ODataLib now supports custom payload format, including: Improvements: [GitHub issue #12] OData Client for .NET supports using DELETE http method in DataServiceContext.Exe...

Dec 8, 2014
0
0

[Tutorial & sample] Functions & Actions in Web API V2.2 for OData V4.0 – Type Scenario

Sam Xu
Sam Xu

Introduction Functions and actions are two of the most important parts in OData. They are always very useful to define special/customized server-side behaviors to process the data in OData services. From OData V4 spec, functions and actions both are operations and can be either bound to a type or unbound. However, there's a little bit differenc...

Oct 20, 2014
0
0

[Announcement] ODataLib 6.8.1 Release

Layla Liu
Layla Liu

We are happy to announce that the ODataLib 6.8.1 is released. Detailed release notes are listed below. Bug Fix New Features   Call to Action You and your team are highly welcomed to try out this new version if you are interested in the new features and fixes above. For any feature request, issue or idea please feel free to reach o...

Sep 27, 2014
0
0

[Announcement] ODataLib 6.8.0 Release

Layla Liu
Layla Liu

We are happy to announce that the ODataLib 6.8.0 is released. Detailed release notes are listed below. Bug Fix New Features   Call to Action You and your team are highly welcomed to try out this new version if you are interested in the new features and fixes above. For any feature request, issue or idea please feel free to...

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
Sep 11, 2014
0
0

Announcing the Release of Web API OData 5.3

DB Blogs
DB Blogs

The NuGet packages for ASP.NET Web API OData 5.3 are now live on the NuGet gallery! Download this release You can install or update the NuGet packages for ASP.NET Web API OData 5.3 using the NuGet Package Manager Console, like this: What’s in this release? This release primarily includes great new features for Web API OData v4...

ODataASP.NETwebapi
Sep 4, 2014
0
0

[Announcement] ODataLib 6.7.0 Release

Layla Liu
Layla Liu

We are happy to announce that the ODL 6.7.0 is released and available on NuGet. Detailed release notes are listed below: New Features   Bug fixes Call to Action You and your team are highly welcomed to try out this new version if you are interested in the new features and fixes above. For any feature request, issue or idea please fe...

Aug 27, 2014
0
0

Announcing the Release Candidates for Web API OData 5.3

DB Blogs
DB Blogs

The release candidate NuGet packages for ASP.NET Web API OData 5.3 are now live on the NuGet gallery! Download this release You can install or update the release candidate NuGet packages for ASP.NET Web API OData 5.3 using the NuGet Package Manager Console, like this: What’s in this release? This release primarily includes gre...

ODataASP.NETwebapi