MapZilla

MapZilla is a derivate Work of Automapper (version 14) from Jimmy Bogard

A convention-based object-object mapper.

MapZilla uses a fluent configuration API to define an object-object mapping strategy. MapZilla uses a convention-based matching algorithm to match up source to destination values. MapZilla is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.

New to MapZilla? Check out the Getting Started Guide page first.

Examples

The source code contains unit tests for all of the features listed above. Use the GitHub search to find relevant examples.

Housekeeping

The latest builds can be found at NuGet