Microsoft.OData.Core 6.4.0

Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData producers and consumers. Targets .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://odata.codeplex.com

Showing the top 20 packages that depend on Microsoft.OData.Core.

Packages Downloads
Microsoft.Graph
Microsoft Graph API exposes multiple APIs from Microsoft cloud services through a single REST API endpoint. It exposes information about productivity entities and the relationships between these entities, enabling rich navigation between data. Queries that are very difficult before are now simple navigations using this API. Learn more at http://dev.office.com/unifiedAPIs
20
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only. Targets .NET 4.0, and .NET Portable Lib with support for .NET 4.5, SL 5.0, Win Phone 8, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
14
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only. Targets .NET 4.0, and .NET Portable Lib with support for .NET 4.5, SL 5.0, Win Phone 8, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
16
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only. Targets .NET 4.0, and .NET Portable Lib with support for .NET 4.5, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://github.com/OData/odata.net
14
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only. Targets .NET 4.0, and .NET Portable Lib with support for .NET 4.5, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://github.com/OData/odata.net
16
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only. Targets .NET 4.0, and .NET Portable Lib with support for .NET 4.5, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://odata.codeplex.com
14
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4 only. Targets .NET 4.5 and .NET Platform Standard 1.1. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://github.com/OData/odata.net
15
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
14
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
15
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
16
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://odata.github.io/odata.net.
14
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://odata.github.io/odata.net.
15
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData payloads. Supports OData v3. Targets .NET 4.0, Silverlight 4.0 or .NET Portable Lib with support for .NET 4.5, SL 5.0, Win Phone 8, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
14
Microsoft.OData.Client
LINQ-enabled client API for issuing OData queries and consuming OData payloads. Supports OData v3. Targets .NET 4.0, Silverlight 4.0 or .NET Portable Lib with support for .NET 4.5, SL 5.0, Win Phone 8, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
15

New Features • ODataLib supports write & read async headers & payload. • OData Client supports model reference. • OData Client supports using enum in query options & operation parameter. • Improves the API of OData client for server-side paging support. Sample: NorthwindEntities ctx = new NorthwindEntities( new Uri(@"http://services.odata.org/V4/Northwind/Northwind.svc/")); var customers = ctx.Customers.GetAllPages(); // automatically get all pages of the Customers entity set foreach (var customer in customers) { Console.WriteLine(customer.CustomerID); } • ODataUriParser supports more type for ‘cast’ in $filter. • OData Client supports new async API in .NET 4.0 format. Sample: var customers = await ctx.Customers.ExecuteAsync(); Bug Fixs • Fix a bug for top level dynamic property payload don’t have @odata.type annotation. • Fix a bug for Core annotation is not written in full namespace. For example term value will be “Org.OData.Core.V1.Description” instead of “Core.Description”.

Any 0.0

Version Downloads Last updated
8.2.3 10 01/07/2025
8.2.2 14 11/27/2024
8.2.1 15 11/22/2024
8.2.0 13 11/29/2024
8.1.0 15 12/02/2024
8.0.2 12 11/28/2024
8.0.1 15 12/02/2024
8.0.0 10 11/30/2024
8.0.0-rc.1 13 01/01/2025
8.0.0-preview.3 12 11/27/2024
8.0.0-preview.2 16 05/24/2024
8.0.0-preview.1 12 05/24/2024
7.21.6 11 11/27/2024
7.21.5 10 11/28/2024
7.21.4 14 11/28/2024
7.21.3 13 11/27/2024
7.21.2 14 05/24/2024
7.21.1 16 05/24/2024
7.21.0 19 05/24/2024
7.20.0 15 05/24/2024
7.19.0 14 11/28/2024
7.18.0 13 05/24/2024
7.17.0 13 11/28/2024
7.16.0 18 05/24/2024
7.15.0 12 05/24/2024
7.14.1 18 05/24/2024
7.14.0 13 05/24/2024
7.13.0 12 05/24/2024
7.12.5 17 05/24/2024
7.12.4 15 05/24/2024
7.12.3 14 05/24/2024
7.12.2 16 05/24/2024
7.12.1 15 05/24/2024
7.12.0 18 05/24/2024
7.11.1 19 05/24/2024
7.10.0 14 05/24/2024
7.9.4 13 11/29/2024
7.9.3 15 05/24/2024
7.9.2 11 11/27/2024
7.9.1 13 05/24/2024
7.9.0 14 05/24/2024
7.8.3 13 05/24/2024
7.8.2 17 05/24/2024
7.8.1 17 11/27/2024
7.7.3 20 05/24/2024
7.7.2 16 05/24/2024
7.7.1 15 05/24/2024
7.7.0 13 05/24/2024
7.7.0-beta 16 05/24/2024
7.6.4 12 05/24/2024
7.6.3 13 05/24/2024
7.6.2 14 05/24/2024
7.6.1 12 05/24/2024
7.6.1-beta 13 05/24/2024
7.6.0 14 05/24/2024
7.6.0-beta 15 05/24/2024
7.5.4 17 05/24/2024
7.5.3 18 05/24/2024
7.5.2 15 05/24/2024
7.5.1 16 05/24/2024
7.5.0 19 05/24/2024
7.4.4 14 11/28/2024
7.4.3 13 05/24/2024
7.4.1 10 05/24/2024
7.4.0 15 05/24/2024
7.4.0-beta3 14 05/24/2024
7.4.0-beta2 13 05/24/2024
7.4.0-beta 14 05/24/2024
7.3.1 14 05/24/2024
7.3.0 14 05/24/2024
7.3.0-beta 16 05/24/2024
7.2.0 15 05/24/2024
7.1.1 14 05/24/2024
7.0.0 13 05/24/2024
7.0.0-beta 16 05/24/2024
6.19.0 14 05/24/2024
6.18.0 16 05/24/2024
6.18.0-beta 13 05/24/2024
6.17.0 15 05/24/2024
6.16.0 16 05/24/2024
6.16.0-beta 17 12/02/2024
6.15.0 16 05/24/2024
6.15.0-beta 16 05/24/2024
6.14.0 14 05/24/2024
6.14.0-rc2 18 05/24/2024
6.14.0-rc 17 05/24/2024
6.14.0-beta 15 11/27/2024
6.13.0 14 05/24/2024
6.13.0-rc 13 05/24/2024
6.13.0-beta 15 05/24/2024
6.12.0 15 05/24/2024
6.12.0-beta 18 05/24/2024
6.11.0 16 05/24/2024
6.10.0 15 05/24/2024
6.9.0 15 05/24/2024
6.8.1 13 05/24/2024
6.8.0 15 05/24/2024
6.7.0 12 05/24/2024
6.6.0 14 11/28/2024
6.5.0 13 05/24/2024
6.4.0 13 05/24/2024
6.3.0 12 05/24/2024
6.2.0 16 05/24/2024
6.1.0 14 05/24/2024
6.0.0 16 05/24/2024
6.0.0-beta1 14 05/24/2024
6.0.0-alpha2 14 05/24/2024
6.0.0-alpha1 16 05/24/2024