Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automapper

AutoMapper configuration to use local time for all DateTime properties

c# .net automapper

Polymorphic Mapping of Collections with AutoMapper

How to correctly configure `int?` to `int` projections using AutoMapper?

c# automapper

AutoMapper: Map to collection from multiple source properties

c# automapper

c# - Enum description to string with AutoMapper

How do you ignore/persist values in MVC when your view-model doesn't have as many fields as your domain model?

Trying to use AutoMapper for model with child collections, getting null error in Asp.Net MVC 3

Automapper mapping property unexpectedly by partial property name match

c# automapper

How to ignore properties based on their type

c# automapper

How to make AutoMapper truncate strings according to MaxLength attribute?

c# .net automapper

c# automapper dictionary to dictionary [duplicate]

c# dictionary automapper

AutoMapper and "UseDestinationValue"

automapper

Is my Entity Framework generated SQL executing twice?

AutoMapper, how to keep references between mapped objects?

Saving AutoMapper mapped Collections of Entities using Entity Framework

Automapping using open generics and including the source in a ForMember statement

Mapping all properties of 'X' type with AutoMapper

How to use AutoMapper?

c# automapper

AutoMapper, moving away from the Obsolete Static API

c# automapper

AutoMapper: What is the difference between PreserveReferences and MaxDepth?