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.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
|
22 |
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/.
|
22 |
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/.
|
21 |
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.
|
20 |
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://docs.microsoft.com/en-us/odata/.
|
6 |
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/.
|
5 |
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.
|
5 |
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.
|
5 |
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
|
5 |
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
|
4 |
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
|
4 |
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/.
|
4 |
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
- Microsoft.Spatial (= 6.4.0)
- Microsoft.OData.Edm (= 6.4.0)
Version | Downloads | Last updated |
---|---|---|
8.2.1 | 0 | 11/13/2024 |
8.2.0 | 0 | 11/08/2024 |
8.1.0 | 0 | 10/17/2024 |
8.0.2 | 0 | 09/30/2024 |
8.0.1 | 0 | 08/19/2024 |
8.0.0 | 0 | 08/12/2024 |
8.0.0-rc.1 | 0 | 07/11/2024 |
8.0.0-preview.3 | 1 | 06/26/2024 |
8.0.0-preview.2 | 1 | 06/29/2024 |
8.0.0-preview.1 | 2 | 04/28/2024 |
7.21.6 | 0 | 11/08/2024 |
7.21.5 | 0 | 10/22/2024 |
7.21.4 | 0 | 09/30/2024 |
7.21.3 | 1 | 06/29/2024 |
7.21.2 | 1 | 06/29/2024 |
7.21.1 | 1 | 06/30/2024 |
7.21.0 | 2 | 04/28/2024 |
7.20.0 | 2 | 04/28/2024 |
7.19.0 | 3 | 04/28/2024 |
7.18.0 | 3 | 04/23/2024 |
7.17.0 | 3 | 04/28/2024 |
7.16.0 | 22 | 04/28/2024 |
7.15.0 | 23 | 04/28/2024 |
7.14.1 | 18 | 04/28/2024 |
7.14.0 | 3 | 04/28/2024 |
7.13.0 | 3 | 04/28/2024 |
7.12.5 | 4 | 04/28/2024 |
7.12.4 | 3 | 04/11/2024 |
7.12.3 | 18 | 04/28/2024 |
7.12.2 | 3 | 04/28/2024 |
7.12.1 | 2 | 04/28/2024 |
7.12.0 | 2 | 04/28/2024 |
7.11.1 | 3 | 04/28/2024 |
7.10.0 | 2 | 04/28/2024 |
7.9.4 | 3 | 04/28/2024 |
7.9.3 | 3 | 04/28/2024 |
7.9.2 | 3 | 04/28/2024 |
7.9.1 | 21 | 04/28/2024 |
7.9.0 | 20 | 04/28/2024 |
7.8.3 | 3 | 04/28/2024 |
7.8.2 | 3 | 04/28/2024 |
7.8.1 | 3 | 04/28/2024 |
7.7.3 | 3 | 04/28/2024 |
7.7.2 | 3 | 04/28/2024 |
7.7.1 | 3 | 04/28/2024 |
7.7.0 | 2 | 04/28/2024 |
7.7.0-beta | 2 | 04/28/2024 |
7.6.4 | 3 | 04/28/2024 |
7.6.3 | 2 | 04/28/2024 |
7.6.2 | 3 | 04/28/2024 |
7.6.1 | 3 | 04/28/2024 |
7.6.1-beta | 3 | 04/28/2024 |
7.6.0 | 20 | 04/28/2024 |
7.6.0-beta | 2 | 04/28/2024 |
7.5.4 | 3 | 04/28/2024 |
7.5.3 | 2 | 04/28/2024 |
7.5.2 | 19 | 04/28/2024 |
7.5.1 | 2 | 04/28/2024 |
7.5.0 | 2 | 04/28/2024 |
7.4.4 | 19 | 04/19/2024 |
7.4.3 | 3 | 04/28/2024 |
7.4.1 | 3 | 04/28/2024 |
7.4.0 | 4 | 04/01/2024 |
7.4.0-beta3 | 2 | 04/28/2024 |
7.4.0-beta2 | 3 | 04/28/2024 |
7.4.0-beta | 3 | 04/28/2024 |
7.3.1 | 2 | 04/28/2024 |
7.3.0 | 3 | 04/28/2024 |
7.3.0-beta | 3 | 04/28/2024 |
7.2.0 | 2 | 04/28/2024 |
7.1.1 | 2 | 04/28/2024 |
7.0.0 | 2 | 04/28/2024 |
7.0.0-beta | 5 | 04/28/2024 |
6.19.0 | 3 | 04/28/2024 |
6.18.0 | 3 | 04/28/2024 |
6.18.0-beta | 4 | 04/28/2024 |
6.17.0 | 2 | 04/28/2024 |
6.16.0 | 3 | 04/28/2024 |
6.16.0-beta | 2 | 04/28/2024 |
6.15.0 | 3 | 04/28/2024 |
6.15.0-beta | 3 | 04/28/2024 |
6.14.0 | 21 | 04/28/2024 |
6.14.0-rc2 | 19 | 04/28/2024 |
6.14.0-rc | 2 | 04/28/2024 |
6.14.0-beta | 4 | 04/28/2024 |
6.13.0 | 3 | 04/28/2024 |
6.13.0-rc | 3 | 04/28/2024 |
6.13.0-beta | 3 | 04/28/2024 |
6.12.0 | 3 | 04/28/2024 |
6.12.0-beta | 19 | 04/28/2024 |
6.11.0 | 3 | 04/28/2024 |
6.10.0 | 3 | 04/28/2024 |
6.9.0 | 2 | 04/28/2024 |
6.8.1 | 2 | 04/28/2024 |
6.8.0 | 3 | 04/28/2024 |
6.7.0 | 4 | 04/28/2024 |
6.6.0 | 3 | 04/28/2024 |
6.5.0 | 3 | 04/28/2024 |
6.4.0 | 23 | 04/28/2024 |
6.3.0 | 3 | 04/28/2024 |
6.2.0 | 3 | 04/28/2024 |
6.1.0 | 25 | 04/10/2024 |
6.0.0 | 3 | 04/28/2024 |
6.0.0-beta1 | 3 | 04/28/2024 |
6.0.0-alpha2 | 3 | 04/28/2024 |
6.0.0-alpha1 | 2 | 04/28/2024 |