PresentationRequestor 1.0.3

dotnet add package PresentationRequestor --version 1.0.3
NuGet\Install-Package PresentationRequestor -Version 1.0.3
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="PresentationRequestor" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PresentationRequestor --version 1.0.3
#r "nuget: PresentationRequestor, 1.0.3"
#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 PresentationRequestor as a Cake Addin
#addin nuget:?package=PresentationRequestor&version=1.0.3

// Install PresentationRequestor as a Cake Tool
#tool nuget:?package=PresentationRequestor&version=1.0.3

This library simplifies the implementation of the layer by providing an engine that converts presentation requests into business requests. In the user's point of view, he manipulates presentation objects as if they were business data. The mapping between business objects and presentation objects is done with PresentationMapper package library.  Dynamic delegates are created on the fly to avoid reflection calls, thus ensuring good performance.

More information at:
http://www.codeproject.com/Tips/990625/How-to-Request-Presentation-Objects-with

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

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.3 1,109 6/11/2015
1.0.2 1,002 6/4/2015
1.0.1 1,005 5/15/2015
1.0.0 999 5/11/2015

- Implemented: Added ReaderServiceDTO and ClientReaderService classes to allow usage of PresentationRequestor accross the network through serialization.
- Fixed: "Any" clause now works in "Where" conditions.