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?

What to read

TinyMapper available on nuget

PM> Install-Package TinyMapper

Documentation

  1. Getting Started
    1. Simple mapping
    2. Complex mapping
    3. Custom mapping