Home - TinyMapper/TinyMapper GitHub Wiki
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
Where can I ask questions?
- StackOverflow - Use
tinymapper
tag for questions on StackOverflow - Issues
What to read
TinyMapper
available on nuget
PM> Install-Package TinyMapper
Documentation
- Getting Started