By tag: AutoMapper
0
kicks
A deeper look into AutoMapper: Custom Type Resolvers
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
0
kicks
A deeper look into AutoMapper: Projection and Flattening Objects
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...