ExpressionFramework.Projections 1.0.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package ExpressionFramework.Projections --version 1.0.10
NuGet\Install-Package ExpressionFramework.Projections -Version 1.0.10
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="ExpressionFramework.Projections" Version="1.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExpressionFramework.Projections --version 1.0.10
#r "nuget: ExpressionFramework.Projections, 1.0.10"
#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 ExpressionFramework.Projections as a Cake Addin
#addin nuget:?package=ExpressionFramework.Projections&version=1.0.10

// Install ExpressionFramework.Projections as a Cake Tool
#tool nuget:?package=ExpressionFramework.Projections&version=1.0.10

Provides an easy way to abstract a data object model into a projection object model, that can be exposed to external consumers (WCF services, assembly consumers, REST APIs, etc.) without exposing data model information in order to filter, sort and transform query results.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.16 4,857 9/25/2013
1.0.13 1,217 9/10/2013
1.0.11 1,236 8/29/2013
1.0.10 1,175 8/29/2013
1.0.9 1,216 8/27/2013
1.0.8 1,244 8/26/2013

Basic documentation is up and ready at GitHub. Stay tuned for complete documentation of this library.