I recently used Automapper with ORM LightSpeed (which makes the Entity Framework look like prototypea btw). It just works. It doesn’t matter if your objects are impatient or lazy loaded or used through WCF or not. Automapper resolves reference objects in the same way as in your own code.
source
share