-
Notifications
You must be signed in to change notification settings - Fork 3
Main features of the unity automapper
isaacabraham edited this page Dec 27, 2012
·
15 revisions
The Unity Automapper's main features include: -
- Simplifies your production code. Automapper replaces all of your boilerplate XML / CS / VB mapping code by inferring all mappings based on interface-concrete implementations. There's no restriction on naming conventions etc.
- Easy to use. For many scenarios, you can be up and running with an existing application with just a couple of lines of code.
- Flexible. allows optional behaviour guidance to override default settings as and when required.
- Inbuilt support for Unity Policy Injection.
- Works with both public and non-public types, enabling effective encapsulation of your implementation classes as well as "proper" implementation of the Dependency Inversion Principle.