Showing results for January 2015 - OData

Jan 30, 2015
0
0

[Announcement] OData Web API 5.4 RC

Congyong
Congyong

The NuGet packages for OData Web API 5.4 RC are now available on the NuGet gallery. Download this release You can install or update the NuGet packages for OData Web API 5.4 RC using the Package Manager Console: What’s in this release? This release primarily includes new features for OData (v4 and v3) Web API as summarized below: V4...

Jan 22, 2015
0
0

[Announcement] OData Web API 5.4 Beta

Congyong
Congyong

The NuGet packages for OData Web API 5.4 beta are now available on the NuGet gallery. Download this releaseYou can install or update the NuGet packages for OData Web API 5.4 beta using the Package Manager Console: What’s in this release?This release primarily includes new features for OData (v4 and v3) Web API as summari...

ODatawebapiWeb API OData
Jan 11, 2015
0
0

How to consume SQL Spatial Data with Web API V2.2 for OData V4

Sam Xu
Sam Xu

Introduction Today, along with the increasing demands of Location-Based Services (LBS), it becomes more and more important to provide functionalities on SQL Spatial Data through a unique, robust and scalable service based on a standard protocol. This post is intended to give a tutorial about how to consume the SQL Spatial Data through EF & ...

Jan 8, 2015
0
0

The commenting system is not working

Yi Ding - MSFT
Yi Ding - MSFT

Dear OData blog readers, The commenting system is not working. The MSDN support team has been reached out to and the rough fix timeline is early Feb. During this time, any advice or suggestion please send mail to odatafeedback@microsoft.com or open GitHub issues at our project repositories on GitHub. Best regards, The OData team

Jan 8, 2015
0
0

[Announcement] RESTier – A turn-key solution to build OData services

Yi Ding - MSFT
Yi Ding - MSFT

What is RESTier RESTier is a RESTful API development framework for building standardized, OData V4 based REST services on .NET. It can be seen as a middle-ware on top of Web API OData.  RESTier is built with the inspiration of combining simplicity of WCF DS with the flexibility of Web API OData. The main exciting features of RESTier are: W...

Jan 5, 2015
0
0

[Tutorial & Sample] ODataLib Custom Payload Format

Karata Liu
Karata Liu

This post is to guide you through the custom payload format support in ODataLib, which was introduced in ODataLib 6.9.0 release. All the sample codes in this post have been put to ODataSamples project, you can check it out under ScenariosCustomFormat folder. Background The OData specification defined several payload formats for data exchange. ...