May
14

AutoMapper is an open-source convention-based object-to-object mapper.  AutoMapper uses a fluent configuration API to define an object-object mapping strategy and 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.

New features include:

  • New mapper for System.ComponentModel.TypeConverter
  • Bi-directional and parent-child relationships supported
  • Flags enumerations supported
  • Allow partially trusted callers for medium-trust environments
  • Configuration validation for IEnumerable types (List<T> etc.)
  • Mapper registry for easy access to built-in object mappers
  • More friendly to IoC scenarios

Download AutoMapper

Leave Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.

Copyright © 2008-2009 Timm Martin. All rights reserved.
Wordpress Theme designed by DT Website Templates