Microsoft.Data.Services.Client 5.3.0

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.

Showing the top 20 packages that depend on Microsoft.Data.Services.Client.

Packages Downloads
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/
20
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/
21
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/
22
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/
25
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
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/
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/
21
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/
22
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/
23
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/
25
WindowsAzure.Storage
This client library enables working with the Windows Azure storage services which include the blob 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/WindowsAzure/azure-storage-net/blob/master/README.md and https://github.com/WindowsAzure/azure-storage-net/blob/master/changelog.txt Windows Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
20
WindowsAzure.Storage
This client library enables working with the Windows Azure storage services which include the blob 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/WindowsAzure/azure-storage-net/blob/master/README.md and https://github.com/WindowsAzure/azure-storage-net/blob/master/changelog.txt Windows Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
25
WindowsAzure.Storage
This client library enables working with the Windows Azure storage services which include the blob 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/WindowsAzure/azure-storage-net/blob/master/README.md and https://github.com/WindowsAzure/azure-storage-net/blob/master/changelog.txt Windows Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
27

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 25 07/20/2024
5.8.4 18 07/20/2024
5.8.3 19 07/20/2024
5.8.2 23 07/20/2024
5.8.1 21 07/20/2024
5.8.0 19 07/20/2024
5.8.0-beta 19 07/20/2024
5.7.0 24 07/20/2024
5.7.0-rc 21 07/20/2024
5.7.0-beta 16 07/20/2024
5.6.5-beta 18 07/20/2024
5.6.4 22 07/20/2024
5.6.3 18 07/20/2024
5.6.2 14 07/20/2024
5.6.1 17 07/20/2024
5.6.0 23 07/20/2024
5.6.0-rc1 23 07/20/2024
5.6.0-alpha1 16 07/20/2024
5.5.0 17 07/20/2024
5.5.0-rc1 10 07/20/2024
5.5.0-alpha2 21 07/20/2024
5.5.0-alpha1 21 07/20/2024
5.4.0 15 07/20/2024
5.4.0-rc1 17 07/20/2024
5.3.0 27 07/20/2024
5.3.0-rc1 14 07/20/2024
5.2.0 15 07/20/2024
5.2.0-rc1 19 07/20/2024
5.1.0 17 07/20/2024
5.1.0-rc2 19 07/20/2024
5.1.0-rc1 17 07/20/2024
5.0.2 19 07/20/2024
5.0.2-rc 21 07/20/2024
5.0.1 17 07/20/2024
5.0.1-rc 16 07/20/2024
5.0.0.50403 22 07/20/2024