Microsoft.Data.Services.Client
5.8.3
See the version list below for details.
Install-Package Microsoft.Data.Services.Client -Version 5.8.3
dotnet add package Microsoft.Data.Services.Client --version 5.8.3
<PackageReference Include="Microsoft.Data.Services.Client" Version="5.8.3" />
paket add Microsoft.Data.Services.Client --version 5.8.3
#r "nuget: Microsoft.Data.Services.Client, 5.8.3"
// Install Microsoft.Data.Services.Client as a Cake Addin
#addin nuget:?package=Microsoft.Data.Services.Client&version=5.8.3
// Install Microsoft.Data.Services.Client as a Cake Tool
#tool nuget:?package=Microsoft.Data.Services.Client&version=5.8.3
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.
| Product | Versions |
|---|---|
| .NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
| .NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
| .NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Silverlight | sl4 sl5 |
| Tizen | tizen30 tizen40 tizen60 |
| Universal Windows Platform | uap uap10.0 |
| Windows Phone | wpa81 |
| Windows Store | netcore netcore45 netcore451 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- Microsoft.Data.OData (= 5.8.3)
-
.NETStandard 1.1
- Microsoft.Data.OData (= 5.8.3)
- System.ComponentModel.EventBasedAsync (>= 4.0.11)
- System.Dynamic.Runtime (>= 4.0.11)
- System.Linq.Queryable (>= 4.0.1)
- System.Net.Requests (>= 4.0.11)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Microsoft.Data.OData (= 5.8.3)
-
Silverlight 4.0
- Microsoft.Data.OData (= 5.8.3)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Microsoft.Data.Services.Client:
| Package | Downloads |
|---|---|
|
NuGetGallery.Core
Core support library for NuGet Gallery Frontend and Backend |
|
|
Microsoft.Data.Services
Fully-featured server API for responding to OData queries and consuming/producing 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. |
|
|
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/ |
|
|
Microsoft.Azure.ActiveDirectory.GraphClient
This is the .NET Client Library for Microsoft Azure Active Directory Graph API. Learn more about Azure AD Graph API @ https://msdn.microsoft.com/Library/Azure/Ad/Graph/howto/azure-ad-graph-api-operations-overview. NOTE: Azure AD Graph API functionality is also available through Microsoft Graph, a unified API that also includes APIs from other Microsoft services like Outlook, OneDrive, OneNote, Planner, and Office Graph, all accessed through a single endpoint with a single access token. Find out more about Microsoft Graph @ http://graph.microsoft.com, and find the Microsoft Graph .Net Client Library @ https://www.nuget.org/packages/Microsoft.Graph and the open source code and further documentation @ https://github.com/microsoftgraph/msgraph-sdk-dotnet Usage information is available on our AAD Graph blog @ http://blogs.msdn.com/b/aadgraphteam/archive/2014/12/12/announcing-azure-ad-graph-api-client-library-2-0.aspx and sample usage on github @ https://github.com/AzureADSamples/WebApp-GraphAPI-DotNet and https://github.com/AzureADSamples/ConsoleApp-GraphAPI-DotNet. |