-
Notifications
You must be signed in to change notification settings - Fork 112
Home
Sergey Morenko edited this page Jan 18, 2016
·
15 revisions
TinyMapper is an object to object mapper for .Net. The main advantage is performance. TinyMapper allows easily map object to object, i.e. properties or fields from one object to another.
TinyMapper supports the following platforms:
- .Net 3.0+
- Mono
-
StackOverflow - Use
tinymappertag for questions on StackOverflow - Issues
TinyMapper available on nuget
PM> Install-Package TinyMapper
- Getting Started