By mswatcher
via geekswithblogs.net
Submitted: Jul 25 2008 / 05:01
.NET Reflection can be quite handy to transform one object to another, and specially when the target data structure varies a lot. Lets say, a "source party" has a stable Source data structure. But different clients have different requirement and expects to served with data in different format. These clients may pass their object instances in their own format and expect to be served with data in their structure.
SaveShareSend
Tags: .net, other languages
Add your comment