A convention-based object-to-object mapper and transformer for .NET.
4
votes
2answers
175 views
Class to DataTable or Datatable to class mapper
My code goes from a class to DataTable, and back again. It populates the class's public properties, or creates DataColumns whose ...
4
votes
1answer
319 views
Automapper - Mapping a nested collection to a list
I'm using Automapper to do some mapping from XSD-generated serialization object to more sane POCO's.
I'm having an issue with a particular type of mapping.
...
1
vote
1answer
416 views
Testing mapping code
Obviously, you have to test mapping code somehow, even (or especially) if you use AutoMapper. Is there any way to make it less verbose?
...