Problem I’m using Automapper to do some mapping from XSD-generated serialization object to more sane POCO’s. I’m having an issue […]
Tag: automapper
Using AutoMapper to map to and from
Problem Sometimes, I need to map from a Domain entity to a ViewModel – to display information. Other times, I […]
Testing mapping code
Problem Obviously, you have to test mapping code somehow, even (or especially) if you use AutoMapper. Is there any way […]