OData

Create and consume RESTful APIs in a simple and standard way

[Announcement] OData Web API 5.4 RC

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...
Comments are closed.0 0

[Announcement] OData Web API 5.4 Beta

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

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

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...
Comments are closed.0 0

The commenting system is not working

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...
Comments are closed.0 0

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

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...
Comments are closed.0 0

[Tutorial & Sample] ODataLib Custom Payload Format

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 ...
Comments are closed.0 0