Linq2Rest 4.1.0

dotnet add package Linq2Rest --version 4.1.0
NuGet\Install-Package Linq2Rest -Version 4.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Linq2Rest" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Linq2Rest --version 4.1.0
#r "nuget: Linq2Rest, 4.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Linq2Rest as a Cake Addin
#addin nuget:?package=Linq2Rest&version=4.1.0

// Install Linq2Rest as a Cake Tool
#tool nuget:?package=Linq2Rest&version=4.1.0

Parses OData system query parameters to create a LINQ query that can be used to filter a model set. Also exposes a LINQ provider for web services supporting the OData query parameters. Use extension method Filter (in Linq2Rest namespace) on any IEnumerable source.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Linq2Rest:

Package Downloads
AutoClutch.AutoRepo

AutoClutch.AutoRepo is a simple generic repository for Entity Framework 6 that can be used to save you coding time when creating a data layer.

Linq2Rest.Reactive

Generates OData style Rx Observables from LINQ queries against a REST service.

Nancy.OData

Adding the OData URL conventions to Nancy.

Linq2Rest.Mvc

ASP.NET MVC extensions for Linq2Rest to support binding a Linq2Rest ModelFilter using a ModelBinder. Use ModelFilterBinder as default model binder for IModelFilter{T}.

Pushqa.Server

The server side component for Pushqa - providing queryable event streams over HTTP using Reactive Extensions, OData and SignalR. This package expects an ASP.Net Web Application project.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.0 154,171 7/13/2014
4.0.1 8,339 5/6/2014
4.0.0-beta 1,510 3/25/2014
3.3.4 66,107 1/18/2014
3.3.3 12,542 11/30/2013
3.3.2 37,486 10/26/2013
3.3.1 9,149 9/7/2013
3.3.0 4,891 6/22/2013
3.2.1 2,904 6/16/2013
3.2.0 2,862 5/23/2013
3.1.0 3,545 4/7/2013
3.0.0 2,743 3/27/2013
2.5.0 5,098 10/30/2012
2.5.0-alpha2 1,665 10/21/2012
2.5.0-alpha 1,650 9/23/2012
2.4.1 3,847 8/5/2012
2.4.0 2,310 7/19/2012
2.3.1 30,719 6/28/2012
2.3.0 2,649 6/23/2012
2.2.0-beta 2,242 5/27/2012
2.1.0 6,994 4/7/2012
2.0.0 2,429 3/10/2012
1.1.0 2,285 2/1/2012
1.0.2 2,301 1/7/2012
1.0.1 2,258 12/29/2011
0.9.0 2,326 12/8/2011
0.8.0 2,288 11/24/2011
0.7.1 2,035 11/21/2011
0.7.0 2,005 10/25/2011
0.6.0 2,227 8/21/2011

Exposed custom value readers/writers to allow defining customized query values. Supporting type member aliasing using serialization attributes. Created PredicateMapper for expression tree conversion.