I just started using AutoMapper and still found it very simple and time-saving.
The only thing I'm not sure about is how do I match all the properties of a given type in the same way?
Is it possible to do this with AutoMapper in a single expression using lambda, as with regular matching?
c # lambda model-view-controller automapper
Jonathan
source share