Search code examples
How to flatten Entity Core many-to-many collections using Linq...


c#linqautomapperentity-framework-coreasp.net-core-identity

Read More
Can auto-mapper transform the record into the single string value?...


c#entity-framework-coreasp.net-core-webapiautomapperef-core-8.0

Read More
AutoMapper does not work in .NET Core 8 when I use dependency injection...


entity-frameworkasp.net-coreautomapperdto

Read More
What’s the most efficient way to map large entity models to DTOs in ASP.NET Core without using AutoM...


c#asp.net.netautomapperdto

Read More
Is it good practice to use object-to-object mappers? If so, when should I use one?...


asp.net-mvcmodel-view-controllerautomapperobject-object-mapping

Read More
.NET / EF Core / AutoMapper causing PostgreSQL "invalid input syntax for type json" error ...


c#jsonpostgresqlentity-framework-coreautomapper

Read More
Data projection in Entity Framework and Automapper...


c#entity-frameworklinq-to-entitiesautomapper

Read More
ASP.NET cannot add AutoMapper service...


c#asp.net-coreasp.net-core-webapiautomapper

Read More
Strict type validation of properties in Automapper...


c#.netserializationautomapper

Read More
Could not load file or assembly 'AutoMapper' or one of its dependencies...


.netasp.net-mvc-3iisautomapper

Read More
How to convert IQueryable to "Expression<Func" to provide Projection list to NHibernate...


nhibernateautomapperprojectioniqueryableprojectto

Read More
The cast to value type failed because the materialized value is null...


c#entity-framework-6automapper

Read More
AutoMapper: What is the difference between ForMember() and ForPath()?...


c#mappingautomapperautomapper-6

Read More
How can I map between two enums using Automapper?...


c#automapper

Read More
.NET Core AutoMapper missing type map configuration or unsupported mapping...


c#.net-coreautomapper

Read More
How to map a string to a date in automapper?...


c#automapper

Read More
Automapper mapping when property doesn't exist in source...


c#automapper

Read More
How to map two properties into a property which is a single array?...


c#asp.netasp.net-coreautomapper

Read More
C# coercion operator?...


c#linqautomapperlinq-expressions

Read More
AutoMapper -- how to manipulate all values of a given type during mapping?...


c#linq-to-sqlautomapper

Read More
automapper - how to map object list...


c#.netasp.netautomapper

Read More
How should i design my ViewModel and save it using AutoMapper and EF?...


asp.net-mvcasp.net-mvc-3automapper

Read More
AutoMapper convert from multiple sources...


c#automapper

Read More
ASP.NET Core AutoMapper: How to resolve Error CS0121 The call is ambiguous between the following met...


c#asp.net-coreautomapper

Read More
MapFrom and ProjectTo fail to populate target property...


entity-framework-coreautomapperautomapper-13

Read More
Using DTOs with Polymorphic Models in .NET Core...


c#asp.net-core-mvcasp.net-core-webapiautomapper

Read More
How to automap a property that is on a many to many table to retrieve properties...


c#asp.net-coreentity-framework-coreautomapperasp.net-core-5.0

Read More
How to mock dependencies for IValueResolver from Automapper in unit tests...


c#.netasp.net-coredependency-injectionautomapper

Read More
How do i convert a int to an enum and a string using automapper and int from DB...


c#entity-frameworkautomapper

Read More
Automapper doesn't convert objects correctly with nested type with same propertie's names...


c#automapper

Read More
BackNext