Info
Version: | 5.6.0 |
Author(s): | Jonathan Carter, Oisin Grehan |
Last Update: | Tuesday, October 29, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/oising/WCFDS-Toolkit |
NuGet Url: | https://www.nuget.org/packages/Nivot.WCFDataServicesToolkit |
Install
Install-Package Nivot.WCFDataServicesToolkit
dotnet add package Nivot.WCFDataServicesToolkit
paket add Nivot.WCFDataServicesToolkit
Nivot.WCFDataServicesToolkit Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Data.Services(>= 5.6.0)
Tags
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).