views:

499

answers:

2

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/

A: 

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

pho3nix
+2  A: 

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