AutoMapper: object-to-object

Very interesting solution to copying transferring data between objects: AutoMapper.
AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values.