7
Shouts

Performance: Using dynamic code to copy property values of two objects

published 841 days, 3 hours, 25 minutes ago posted by gpeipmangpeipman 841 days, 14 hours, 19 minutes ago
Wednesday, February 03, 2010 10:45:04 AM GMT Tuesday, February 02, 2010 11:51:01 PM GMT

Last year I wrote short posting about how to use LINQ to find matching properties of two objects. In this posting I will show you how to copy values from one object to another and how to boost up performance so you can use this strategy also on in servers under heavy load.

category: Foundation | clicked: 0 | | source: weblogs.asp.net | show counter code
tags: .NET, Performance, Reflection, Linq