Skip to main content
Microsoft
OData
OData
  • Home
  • DevBlogs
    • Visual Studio
    • Visual Studio Code
    • Visual Studio for Mac
    • DevOps
    • Developer support
    • CSE Developer
    • Engineering@Microsoft
    • Azure SDK
    • IoT
    • Command Line
    • Perf and Diagnostics
    • Dr. International
    • Notification Hubs
    • Math in Office
    • DirectX
    • PIX
    • SurfaceDuo
    • Startups
    • Sustainable Engineering
    • Windows AI Platform
    • C++
    • C#
    • F#
    • Visual Basic
    • TypeScript
    • PowerShell Community
    • PowerShell Team
    • Python
    • Q#
    • JavaScript
    • Java
    • Java Blog in Chinese
    • .NET
    • .NET MAUI
    • Blazor
    • ASP.NET
    • NuGet
    • Xamarin
    • #ifdef Windows
    • Apps for Windows
    • Azure Depth Platform
    • Azure Government
    • Bing Dev Center
    • Microsoft Edge Dev
    • Microsoft Azure
    • Microsoft 365 Developer
    • Old New Thing
    • Windows MIDI and Music dev
    • Windows Search Platform
    • Azure Cosmos DB
    • Azure Data Studio
    • Azure SQL Database
    • OData
    • Revolutions R
    • SQL Server Data Tools

    OData

    Create and consume RESTful APIs in a simple and standard way

    March 2014 - OData

    [Discussion] Future Direction of WCF Data Services
    [Discussion] Future Direction of WCF Data Services
    March 27, 2014 Mar 27, 2014 03/27/14
    Mike Pizzo
    WCF Data Services Microsoft initially released WCF Data Services as an easy way to implement an OData service over queryable data sources. This made it very easy to expose a model backed by the Entity Framework as an OData Service, and included a data provider model for plugging in other types of queryable data sources. WCF Data Services ...

    Comments are closed.0
    [Announcement] ODataLib 6.1.0 release
    [Announcement] ODataLib 6.1.0 release
    March 21, 2014 Mar 21, 2014 03/21/14
    Yi Ding - MSFT
    Hi all, As our commitment in rolling out new functionality in the OData V4 protocol continuously, we are excited to announce that OData Core Libraries 6.1 has been released to NuGet.  This release contains four packages, Core, EDM, Spatial and the .Net client. Call to Action If your team has an existing OData service or is ...

    Comments are closed.0
    [Announcement] OData core libraries now support OData v4
    [Announcement] OData core libraries now support OData v4
    March 21, 2014 Mar 21, 2014 03/21/14
    Yi Ding - MSFT
    Hi all, We are tremendously excited to announce that we have released version 6.0.0 of the OData core libraries to NuGet on Jan 27th. This release is particularly noteworthy as it is the first production-ready releasewith support for OData v4, the newest version of the OData protocol. We had two primary goals for this release: We have ...

    Comments are closed.0
    [Announcement] The ASP.NET Web API 2.2 for OData release and the OData Client Code Generator release
    [Announcement] The ASP.NET Web API 2.2 for OData release and the OData Client Code Generator release
    March 20, 2014 Mar 20, 2014 03/20/14
    Yi Ding - MSFT
    We are very excited to announce the availability of nightly builds on MyGet for ASP.NET Web API 2.2 for OData v4.0 along with OData Client Code Generator for writing OData v4 clients. The Web API 2.2 release is particularly noteworthy as it is the first Web API release with support for OData v4 with selected highly demanded ...

    Comments are closed.0OData Client ToolsWeb API
    [Tutorial & Sample] Use Enumeration types in OData
    [Tutorial & Sample] Use Enumeration types in OData
    March 18, 2014 Mar 18, 2014 03/18/14
    Tian Ouyang
    Enumeration is a very common data type in various data models. Enumeration types are useful means to represent data that needs to support certain programmatic options (such as the ability to detect one or more options are selected). OData v4 now supports Enumeration types, along with Primitive types, Complex types, and Entity types. And we ...

    Comments are closed.0
    [Tutorial & Sample] Using Parameter Alias to simplify the OData URL
    [Tutorial & Sample] Using Parameter Alias to simplify the OData URL
    March 12, 2014 Mar 12, 2014 03/12/14
    tjf_azure
    Are you suffering from typing complex parameter values in URL? Or even make it worse you need to type it more than once? To solve this problem, now Microsoft.OData.Core.dll 6.0 supports parameter alias in request URL, such as: ~/People?$filter=LastName eq @name and contains(Description, @name)&@name=’Bob’ It is implemented by ...

    Comments are closed.0
    [Tutorial & Sample] Containment is Coming with OData V4
    [Tutorial & Sample] Containment is Coming with OData V4
    March 12, 2014 Mar 12, 2014 03/12/14
    Liang Wang [MSFT]
    Before OData V4, every entity set must be accessed from top-level even it is in a containment relationship with other set. For example, assume a schema where Order Lines (Type: “OrderLine”, EntitySet: “OrderLines”) live within Orders (Type: “Order”, EntitySet: “Orders”). Then, Orders have an “id” member that is the key, ...

    Comments are closed.0
    [Tutorial & Sample] How to use OData Client Code Generator to generate client-side proxy class
    [Tutorial & Sample] How to use OData Client Code Generator to generate client-side proxy class
    March 11, 2014 Mar 11, 2014 03/11/14
    Layla Liu
    Edited on July 09, 2014 by updating “Add OData Client Proxy File” for V2.0.0 and adding "Appendix" part. Please refer to "OData Client Code Generator 2.0.0 release" for V2.0.0 release notes Edited on Apr 29, 2014 by adding "Upgrade the Project Dependencies to the Most Recent Version" part. In this tutorial, you will generate an ...

    1Data ServicesOData Client ToolsT4
    [Tutorial & Sample] Use Singleton to define your special entity
    [Tutorial & Sample] Use Singleton to define your special entity
    March 5, 2014 Mar 5, 2014 03/5/14
    Zoe Luo
    Ever had a special entity where there can be only one of its kind, but bothered by having to define a one-element entity set for it? Ever wanted to request a special entity but bothered by needing to find out its key first? Use a singleton! Singleton is newly introduced in OData V4, to allow developers name such special entity, and it can be ...

    Comments are closed.0ODataODataLibSingleton
    Relevant Links

    OData site

    OData Specification

    OData NuGet Package

    OData tutorials

    OData discussion group

    OData GitHub source

    Top Bloggers

    Sam Xu
    Senior Software Engineer

    Kennedy Kangethe Munga

    Hassan Habib
    Sr. Software Engineering Manager

    Clement Habinshuti
    Software Engineer

    Lisi Case

    Archive
  • April 2022
  • February 2022
  • January 2022
  • August 2021
  • July 2021
  • April 2021
  • February 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • May 2020
  • April 2020
  • March 2020
  • January 2020
  • December 2019
  • October 2019
  • August 2019
  • July 2019
  • May 2019
  • April 2019
  • July 2018
  • August 2016
  • May 2016
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • April 2014
  • March 2014
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • May 2012
  • April 2012
  • January 2012
  • October 2011
  • September 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • May 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • Stay informed

    Login
    Code Block
    What's new
    • Surface Pro 8
    • Surface Laptop Studio
    • Surface Pro X
    • Surface Go 3
    • Surface Duo 2
    • Surface Pro 7+
    • Windows 11 apps
    • HoloLens 2
    Microsoft Store
    • Account profile
    • Download Center
    • Microsoft Store support
    • Returns
    • Order tracking
    • Virtual workshops and training
    • Microsoft Store Promise
    • Flexible Payments
    Education
    • Microsoft in education
    • Devices for education
    • Microsoft Teams for Education
    • Microsoft 365 Education
    • Education consultation appointment
    • Educator training and development
    • Deals for students and parents
    • Azure for students
    Business
    • Microsoft Cloud
    • Microsoft Security
    • Azure
    • Dynamics 365
    • Microsoft 365
    • Microsoft Advertising
    • Microsoft Industry
    • Microsoft Teams
    Developer & IT
    • Developer Center
    • Documentation
    • Microsoft Learn
    • Microsoft Tech Community
    • Azure Marketplace
    • AppSource
    • Microsoft Power Platform
    • Visual Studio
    Company
    • Careers
    • About Microsoft
    • Company news
    • Privacy at Microsoft
    • Investors
    • Diversity and inclusion
    • Accessibility
    • Security
    English (United States)
    • Sitemap
    • Contact Microsoft
    • Privacy
    • Manage cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2022