Saturday, October 31, 2009

AutoMapping Library

I watched another great show on DNRYV: Jimmy Bogard on AutoMapper. It is a tool or framework to map from one class to another one, almost automatically. Of course, you have to follow its default conversion to define the new mapped class. If you prefer new names as mapped properties, you can still use methods from its framework to do that.

Although its' usage may only for mapping a class to another class., I am very impressed by this library's design and interface. This is the most import point I learned from the show. The library is available from CodePlex web site. I subscribed to Jimmy Bogard's blog as well.

0 comments: