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
|
2 |
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
|
3 |
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
|
2 |
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
|
3 |
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
|
2 |
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/.
|
2 |
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/.
|
3 |
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.
|
2 |
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.
|
3 |
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.3 | 0 | 12/11/2024 |
8.2.2 | 0 | 11/19/2024 |
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 | 0 | 05/31/2024 |
8.0.0-preview.2 | 0 | 05/03/2024 |
8.0.0-preview.1 | 0 | 04/26/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 | 0 | 06/03/2024 |
7.21.2 | 0 | 05/23/2024 |
7.21.1 | 0 | 05/02/2024 |
7.21.0 | 0 | 04/17/2024 |
7.20.0 | 2 | 03/14/2024 |
7.19.0 | 2 | 03/17/2024 |
7.18.0 | 1 | 03/18/2024 |
7.17.0 | 1 | 03/14/2024 |
7.16.0 | 2 | 03/04/2024 |
7.15.0 | 2 | 03/17/2024 |
7.14.1 | 2 | 03/18/2024 |
7.14.0 | 1 | 03/22/2024 |
7.13.0 | 1 | 03/17/2024 |
7.12.5 | 1 | 03/22/2024 |
7.12.4 | 2 | 03/16/2024 |
7.12.3 | 1 | 03/17/2024 |
7.12.2 | 2 | 03/17/2024 |
7.12.1 | 2 | 03/13/2024 |
7.12.0 | 1 | 03/16/2024 |
7.11.1 | 0 | 06/16/2022 |
7.10.0 | 2 | 03/16/2024 |
7.9.4 | 2 | 03/18/2024 |
7.9.3 | 3 | 03/17/2024 |
7.9.2 | 2 | 03/01/2024 |
7.9.1 | 2 | 03/17/2024 |
7.9.0 | 2 | 03/17/2024 |
7.8.3 | 2 | 03/17/2024 |
7.8.2 | 2 | 03/17/2024 |
7.8.1 | 3 | 03/02/2024 |
7.7.3 | 2 | 03/02/2024 |
7.7.2 | 2 | 03/17/2024 |
7.7.1 | 2 | 03/13/2024 |
7.7.0 | 2 | 03/22/2024 |
7.7.0-beta | 2 | 03/22/2024 |
7.6.4 | 2 | 03/18/2024 |
7.6.3 | 2 | 03/17/2024 |
7.6.2 | 2 | 03/13/2024 |
7.6.1 | 2 | 03/16/2024 |
7.6.1-beta | 2 | 03/17/2024 |
7.6.0 | 2 | 03/22/2024 |
7.6.0-beta | 2 | 03/17/2024 |
7.5.4 | 2 | 03/03/2024 |
7.5.3 | 1 | 12/12/2024 |
7.5.2 | 2 | 03/17/2024 |
7.5.1 | 2 | 03/13/2024 |
7.5.0 | 2 | 03/22/2024 |
7.4.4 | 2 | 03/17/2024 |
7.4.3 | 1 | 03/17/2024 |
7.4.1 | 2 | 03/01/2024 |
7.4.0 | 2 | 03/17/2024 |
7.4.0-beta3 | 1 | 03/19/2024 |
7.4.0-beta2 | 3 | 03/22/2024 |
7.4.0-beta | 2 | 03/18/2024 |
7.3.1 | 2 | 03/04/2024 |
7.3.0 | 1 | 03/03/2024 |
7.3.0-beta | 1 | 03/17/2024 |
7.2.0 | 1 | 03/03/2024 |
7.1.1 | 2 | 03/13/2024 |
7.0.0 | 3 | 03/03/2024 |
7.0.0-beta | 1 | 03/04/2024 |
6.19.0 | 2 | 03/22/2024 |
6.18.0 | 2 | 03/18/2024 |
6.18.0-beta | 2 | 03/17/2024 |
6.17.0 | 2 | 03/14/2024 |
6.16.0 | 1 | 03/16/2024 |
6.16.0-beta | 1 | 03/17/2024 |
6.15.0 | 2 | 03/18/2024 |
6.15.0-beta | 2 | 03/08/2024 |
6.14.0 | 1 | 03/16/2024 |
6.14.0-rc2 | 1 | 03/16/2024 |
6.14.0-rc | 1 | 02/27/2024 |
6.14.0-beta | 2 | 03/14/2024 |
6.13.0 | 1 | 03/18/2024 |
6.13.0-rc | 1 | 03/19/2024 |
6.13.0-beta | 2 | 03/17/2024 |
6.12.0 | 2 | 03/17/2024 |
6.12.0-beta | 3 | 03/04/2024 |
6.11.0 | 2 | 03/16/2024 |
6.10.0 | 2 | 03/17/2024 |
6.9.0 | 2 | 03/17/2024 |
6.8.1 | 3 | 03/01/2024 |
6.8.0 | 1 | 03/16/2024 |
6.7.0 | 1 | 03/04/2024 |
6.6.0 | 2 | 03/02/2024 |
6.5.0 | 2 | 03/03/2024 |
6.4.0 | 2 | 03/17/2024 |
6.3.0 | 1 | 03/22/2024 |
6.2.0 | 2 | 03/14/2024 |
6.1.0 | 2 | 03/02/2024 |
6.0.0 | 0 | 01/27/2014 |
6.0.0-beta1 | 2 | 03/18/2024 |
6.0.0-alpha2 | 2 | 03/19/2024 |
6.0.0-alpha1 | 0 | 10/04/2013 |