AutoMapper
Home Page
Categories: Miscellaneous
Latest version: 1.0 RC1
Added 2009-10-02
Convention-based object to object mapper.
AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper 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.
Features include:
- Flattening
- Projection
- Configuration validation
- Lists and arrays
- Nested mappings
- Custom type converters
- Custom value resolvers
- Custom value formatters
- Null substitution
 Built for .NET 2 |
 Library |
 Free or free version available |
 Source code provided |