hi, I have an object in C# with lets say 20 properties and its a part of a datacontract. I also have another business entity with similar properties, which i want to populate from the response object. is there any way to do it other than assigning each properties of one object to corresponding properties of the other.
thanks