Nivot.WCFDataServicesToolkit
5.5.0
See the version list below for details.
Install-Package Nivot.WCFDataServicesToolkit -Version 5.5.0
dotnet add package Nivot.WCFDataServicesToolkit --version 5.5.0
<PackageReference Include="Nivot.WCFDataServicesToolkit" Version="5.5.0" />
paket add Nivot.WCFDataServicesToolkit --version 5.5.0
#r "nuget: Nivot.WCFDataServicesToolkit, 5.5.0"
// Install Nivot.WCFDataServicesToolkit as a Cake Addin
#addin nuget:?package=Nivot.WCFDataServicesToolkit&version=5.5.0
// Install Nivot.WCFDataServicesToolkit as a Cake Tool
#tool nuget:?package=Nivot.WCFDataServicesToolkit&version=5.5.0
The WCF Data Services Toolkit is a set of extensions to WCF Data Services (the .NET implementation of OData) that attempt to make it easier to create OData services on top of arbitrary data stores without having deep knowledge of LINQ.
It was born out of the needs of real-world services such as Netflix, eBay, Facebook, Twitpic, etc. and is being used to run all of those services today. We've proven that it can solve some interesting problems, and it's working great in production, but it's by no means a supported product or something that you should take a hard commitment on unless you know what you're doing.
In order to know whether you qualify for using the toolkit to solve your solution, you should be looking to expose a non-relational data store (EF + WCF Data Services already solves the relational scenario) as an OData service.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Microsoft.Data.Services (= 5.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This package's version number will be keyed against Microsoft's own OData packages, so this package is compiled against their latest and greatest OData v3 implementation, 5.5.0. See project URL for source.