Copying class properties using .NET Reflection
7 Comments Published by Erik Burger June 6th, 2008 in ProgrammingI ran into a situation a while ago that I needed to retrieve a serialized object from the database, copy its properties to another object and send that object over the wire. Why the copying? The object stored in the database were written in .NET 2.0, whereas the service I was sending the object to [...]

