Update to the OData Library Available on CodePlex and NuGet

We have just released a new drop of ODataLib and EdmLib on CodePlex as a shared source project. ODataLib is a library used for advanced OData serialization and deserialization scenarios, and EdmLib is a library used to manipulate entity data models. We invite you to download the code and test it out – this is very much an alpha release so any and all feedback is welcome.

You can download the source for these libraries (and a number of others that we have published) at odata.codeplex.com. The libraries are also available as a NuGet package at https://nuget.org/List/Packages/ODataLibrary.

Shayne Burgess
Program Manager – OData

Comments

  • Anonymous
    September 23, 2011
    Shayne, you say "You can download the source for these libraries (and a number of others that we have published) at odata.codeplex.com", but I do not see them there. Also,
  1. Is there any samples associated with this library?
  2. Is it compatible with the June CTP EF/OData release? Thanks in advance, Jonathan
  • Anonymous
    October 10, 2011
    If you go to this sub-site of the odata.codeplex.com site (odata.codeplex.com/.../changesets) there is a link on the right-hand side to download the source code. There is a sub-folder in the source code named ODataLibrary that has a samples sub-folder with the sample project. This is a slightly more up-to-date version than the June CTP and you won't be able to replace the one in the June CTP with this. You will however, be able to use this to produce feeds that the June CTP can consume and consume feeds that the June CTP can produce. There will be an up-to-date version of this library in the next CTP Shayne