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