Microsoft.Data.OData 5.3.0

Classes to serialize, deserialize and validate OData payloads. Enables construction of OData producers and consumers. Targets .NET 4.0 or Silverlight 4.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.

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

Packages Downloads
Microsoft.Data.Services.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, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
32
Microsoft.Data.Services.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, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
27
WindowsAzure.Storage
This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
26
Microsoft.Data.Services.Client
LINQ-enabled client API for issuing OData queries and consuming OData payloads. Supports OData v3. Targets .NET 4.0 or Silverlight 4.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
25
Microsoft.Data.Services.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, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
25
Microsoft.Data.Services.Client
LINQ-enabled client API for issuing OData queries and consuming OData payloads. Supports OData v3. Targets .NET 4.0 or Silverlight 4.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
24
Microsoft.Data.Services.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, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
24
Microsoft.Data.Services.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, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
23
Microsoft.Data.Services.Client
LINQ-enabled client API for issuing OData queries and consuming OData payloads. Supports OData v3. Targets .NET 4.0 or Silverlight 4.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
22
Microsoft.Data.Services.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, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
22
Microsoft.Data.Services.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, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
21
Microsoft.Data.Services.Client
LINQ-enabled client API for issuing OData queries and consuming OData payloads. Supports OData v3. Targets .NET 4.0 or Silverlight 4.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
21
Microsoft.Azure.Storage.Common
This client library enables working with the Microsoft Azure Storage services which include the blob and file service for storing binary and text data and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.Common.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
21
Microsoft.Data.Services.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, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
20

What's new in this release: Instance annotations on feeds and entries (JSON only) Instance annotations are an extensibility feature in OData feeds that allow OData requests and responses to be marked up with annotations that target feeds, single entities (entries), properties, etc. WCF Data Services 5.3.0 supports instance annotations in JSON payloads. Support for instance annotations in Atom payloads is forthcoming. Action Binding Parameter Overloads The OData specification allows actions with the same name to be bound to multiple different types. WCF Data Services 5.3 enables actions for different types to have the same name (for instance, both a Folder and a File may have a Rename action). This new support includes both serialization of actions with the same name as well as resolution of an action’s binding parameter using the new IDataServiceActionResolver interface. Modification of the Request URL For scenarios where it is desirable to modify request URLs before the request is processed, WCF Data Services 5.3 adds support for modifying the request URL in the OnStartProcessingRequest method. Service authors can modify both the request URL as well as URLs for the various parts of a batch request. This release also contains the following noteworthy bug fixes: - Fixes an issue where code gen produces invalid code in VB - Fixes an issue where code gen fails when the Precision facet is set on spatial and time properties - Fixes an issue where code gen was incorrectly generating the INotifyPropertyChanged code for subtypes in different namespaces - Fixes an issue where odata.type was not written consistently in fullmetadata mode for JSON - Fixes an issue where a valid form of Edm.DateTime could not be parsed - Fixes an issue where the WCF DS client would not send type names for open properties on insert/update - Fixes an issue where the client Execute() method would fail for a particular payload with DataServiceVersion=1.0 - Fixes an issue where type information was omitted in JSON fullmetadata payloads - Fixes an issue where open property type information was omitted in JSON update/insert requests - Fixes an issue where it was not possible to navigate relationships on entities with multi-part keys

Any 0.0

Version Downloads Last updated
5.8.5 29 06/03/2023
5.8.4 20 06/03/2023
5.7.0 23 06/03/2023
5.7.0-rc 23 06/03/2023
5.7.0-beta 24 06/03/2023
5.6.5-beta 17 06/03/2023
5.6.4 18 06/03/2023
5.6.3 24 06/03/2023
5.6.2 20 06/03/2023
5.6.1 22 06/03/2023
5.6.0 21 06/03/2023
5.6.0-rc1 15 06/03/2023
5.6.0-alpha1 20 06/03/2023
5.5.0 20 06/03/2023
5.5.0-rc1 18 06/03/2023
5.5.0-alpha2 20 06/03/2023
5.5.0-alpha1 19 06/03/2023
5.4.0 25 06/03/2023
5.4.0-rc1 16 06/03/2023
5.3.0 24 06/03/2023
5.3.0-rc1 18 06/03/2023
5.2.0 19 06/03/2023
5.2.0-rc1 15 06/03/2023
5.1.0 18 06/03/2023
5.1.0-rc2 24 06/03/2023
5.1.0-rc1 20 06/03/2023
5.0.2 18 06/03/2023
5.0.2-rc 18 06/03/2023
5.0.1 23 06/03/2023
5.0.1-rc 18 06/03/2023
5.0.0.50403 19 06/03/2023