What exactly is OData?

前端 未结 2 1950
星月不相逢
星月不相逢 2021-02-13 10:12

What exactly is OData and how important/necessary is it to start learning this new concept, wrt implementing data services?

Also why is the WCF Data Services documentati

2条回答
  •  半阙折子戏
    2021-02-13 10:44

    To answer the second question first, OData (or the Open Data Protocol) is the evolution of Project Astoria/ADO.NET Data Services and is Microsoft's attempt to create an "open standard" for creating readable/writable data using REST. OData is the open protocol that ADO.NET/WCF Data Services uses to implement its functionality, and was directly created as a result of use in several Microsoft products, thus the tight connection.

    As for the WHAT, OData is, in essense, a set of extensions to the Atom Publishing Protocol that enable data representation, querying, alternate formatting (JSON), etc.

    Here are a couple of good resources to get you started:

    • OData is grease to cut data friction
    • Microsoft Proposes OData as de facto Web Data Protocol
    • OData – Getting Started

提交回复
热议问题