Use this tag for version specific questions about AutoMapper 2 - the convention-based object-to-object mapper and transformer library for .NET.
I'm using Automapper to map my NHibernate proxy objects (DTO) to my CSLA business objects I'm using Fluent NHibernate to …
c# circular-reference csla automapper-2I'm trying to use AutoMapper to flatten multiple levels of arrays. Consider the following source classes: class X { public string …
c# flatten automapper-2Today I upgraded a fully functioning application using AutoMapper v1.1 to now use AutoMapper v2.1 and I am coming across …
c# automapper automapper-2I am facing a challenge with AutoMapper between my source object and destination object. I will try to explain the …
c# visual-studio-2010 automapper automapper-2 automapper-3