Stories recently tagged with 'AutoMapper'

A deeper look into AutoMapper: Custom Type Resolvers(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 3 months ago

AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to learn how to use type resolvers. Type resolvers allow you to perform custom value mapping in a very simple and elegant way with very little code read more...

add a comment |category: |Views: 592

tags: another

A deeper look into AutoMapper: Projection and Flattening Objects(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Continue our look at the AutoMapper framework. AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to take a deeper look at how you can flatten your model during transformation or perform projection during transformation. read more...

add a comment |category: |Views: 449

tags: another