Info
Version: | 1.0.3 |
Author(s): | Minh-Luong HUONG |
Last Update: | Thursday, June 11, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.codeproject.com/Tips/990625/How-to-Request-Presentation-Objects-with |
NuGet Url: | https://www.nuget.org/packages/PresentationRequestor |
Install
Install-Package PresentationRequestor
dotnet add package PresentationRequestor
paket add PresentationRequestor
PresentationRequestor Download (Unzip the "nupkg" after downloading)
Dependencies
- PresentationMapper(2.0.3)
Tags
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.