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.
Stats
created |
2 years ago |
viewed |
94 times |
active |
5 months ago |
editors |
3 |
Recent Hot Answers
AutoFixture: how to CreateAnonymous from a System.TypeAutomapper - Convert string property to SelectList?
Correct way to use AutoMapper in ASP.Net MVC
Mapping domain model to view model via AutoMapper or not
How to ignore source object in Automapper
more »
Related Tags
c# × 583asp.net-mvc × 231
.net × 161
entity-framework × 121
asp.net-mvc-3 × 115
automapper-2 × 64
mapping × 57
dto × 54
viewmodel × 51
asp.net × 43
nhibernate × 40
valueinjecter × 35
asp.net-mvc-4 × 29
asp.net-mvc-2 × 26
entity-framework-4 × 25
linq × 25
wcf × 20
c#-4.0 × 17
entity-framework-4.1 × 17
dependency-injection × 16
unit-testing × 16
fluent-nhibernate × 15
mvc × 15
collections × 15
linq-to-sql × 14