Skip to content

Main features of the unity automapper

isaacabraham edited this page Dec 22, 2012 · 15 revisions

The Unity Automapper's main features include: -

  • Simplification of your production code - removes all your boilerplate mapping code either in XML configuration or code files with a single call to the Automapper
  • Easy to use. For many scenarios, you can be up and running with an existing application with a couple of lines of code.
  • Flexible - allows optional behaviour guidance to override default settings as and when required.
  • Support for Unity's Policy Injection features.
  • Works with public and non-public types, allowing "proper" implementation of the Dependency Inversion Principle.

Clone this wiki locally