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/
|
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/
|
||
|
|
|
|
I found your question while researching the same problem. I am currently evaluating AutoMapper: http://www.codeplex.com/AutoMapper |
||
|
|
|
|
You can try http://fluentado.codeplex.com/, its very cool and quick usage. |
||
|
|