Nivot.WCFDataServicesToolkit
5.6.0
dotnet add package Nivot.WCFDataServicesToolkit --version 5.6.0
NuGet\Install-Package Nivot.WCFDataServicesToolkit -Version 5.6.0
<PackageReference Include="Nivot.WCFDataServicesToolkit" Version="5.6.0" />
paket add Nivot.WCFDataServicesToolkit --version 5.6.0
#r "nuget: Nivot.WCFDataServicesToolkit, 5.6.0"
// Install Nivot.WCFDataServicesToolkit as a Cake Addin
#addin nuget:?package=Nivot.WCFDataServicesToolkit&version=5.6.0
// Install Nivot.WCFDataServicesToolkit as a Cake Tool
#tool nuget:?package=Nivot.WCFDataServicesToolkit&version=5.6.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.
More info: http://lostintangent.tumblr.com/post/3189655590/you-want-to-wrap-odata-around-what
(this does not cover my enhancements to enable odata v3)
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- Microsoft.Data.Services (= 5.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
NOTE: This has been effectively replaced by ASP.NET Web API
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.6.0. It is built against the latest source code at wcfdstoolkit.codeplex.com and also includes all currently unintegrated bug fixes submitted as patches/pull requests.