Top "Automapper" questions

A convention-based object-to-object mapper and transformer for .NET

How to assign parent reference to a property in a child with AutoMapper

I'm trying to find a way of configuring AutoMapper to set a property in a destination object with a reference …

automapper
DTO Pattern + Lazy Loading + Entity Framework + ASP.Net MVC + Auto Mapper

Firstly, Sorry For lengthy question but I have to give some underlying information. We are creating an Application which uses …

asp.net-mvc entity-framework lazy-loading automapper dto
Where to implement Automapper in a DDD + layered architecture

Background: For my own clarity / self education, I am trying to implement a simple Order Entry application using TDD + DDD. …

architecture domain-driven-design automapper layer
Using Automapper, mapping DTOs back to Entity Framework including referenced entities

I've got POCO domain entities that are persisted using Entity Framework 5. They are obtained from the DbContext using a repository …

entity-framework asp.net-web-api automapper dto navigation-properties
Using automapper to apply a filter to a collection

I have a domain model that contains a collection and I want to use AutoMapper to map the parent and …

collections filter automapper ignore skip