OData

Create and consume RESTful APIs in a simple and standard way

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

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

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