A convention-based object-to-object mapper and transformer for .NET
Is there any way to auto-configue Automapper to scan for all profiles in namespace/assembly? What I would like to …
.net structuremap profile automapperSuppose i have a source class: public class Source { //Several properties that can be mapped to DerivedBase and its subclasses } …
c# automapper automapper-2Weird problem - i'm trying to map between an enum and a string, using AutoMapper: Mapper.CreateMap<MyEnum, string&…
c# enums automapper value-type reference-typeI am using EF4 DbContext to provide the model for an ASP.NET MVC app. I use ViewModels to provide …
asp.net-mvc entity-framework-4 viewmodel automapper dbcontextIs it possible to ignore mapping a member depending on the value of a source property? For example if we …
c# automapperI am having an issue using AutoMapper (which is an excellent technology) to map a business object to a DTO …
.net entity-framework collections poco automapperWhats the best way to setup a mock expection for the Map function in AutoMapper. I extract the IMapper interface …
c# moq automapperI need to map an object to another one using AutoMapper. The tricky question is how can I access an …
c# .net mapping automapperI am trying to use (POST/PUT) a DTO object with a collection of child objects from JavaScript to an …
c# asp.net-core entity-framework-core automapper asp.net-core-webapiI have searched on Stack Overflow and googled about it but I haven't been able to find any help or …
c# mapping automapper