vote up 0 vote down star
1

I am looking for something similar to Java's Dozer for C#, something that uses reflection to automatically maps the data fields in one object to another.

A link to Dozer: http://dozer.sourceforge.net/

flag

43% accept rate

2 Answers

vote up 2 vote down

I found your question while researching the same problem. I am currently evaluating AutoMapper: http://www.codeplex.com/AutoMapper

link|flag
vote up 0 vote down

You can try http://fluentado.codeplex.com/, its very cool and quick usage.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.