-
Notifications
You must be signed in to change notification settings - Fork 0
Home
A convention-based object-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.
AutoMapper supports the following platforms:
- .NET 4 and higher
- Silverlight 4 and higher
- Windows Phone 7.5 and higher
- .NET for Windows Store apps (WinRT)
New to AutoMapper? Check out the Getting Started page first.
- Flattening
- Projection
- Configuration Validation
- Lists and Arrays
- Nested Mappings
- Custom Type Converters
- Custom Value Resolvers
- Null Substitution
- Containers
- Mapping Inheritance
- Queryable Extensions
- Configuration
- Conditional Mapping
The source code contains unit tests and samples for all of the features listed above. To view the samples, download the source code from the link below and open the AutoMapper.sln solution.
The latest builds can be found at NuGet
The discussion group is hosted on Google Groups