Thursday, 22 April 2010

Automatically map your heavyweight ORM / DAL objects to DTO objects

Do you use LINQ fro some other ORM tool that outputs rather heavyweight objects that may not be so good for being pushed across boundaries (i.e. over a webservice)? Then this awesome tool will map your heavyweight ORM objects to your nice little DTO objects using a single static method.

The mapper can be merely added as a reference to any project and away you go (though it wont work in Medium trust as it uses reflection).

No comments: