10
Shouts

Using LINQ and reflection to find matching properties of objects

published 877 days, 18 hours, 33 minutes ago posted by gpeipmangpeipman 880 days, 20 hours, 14 minutes ago
Tuesday, December 29, 2009 1:29:13 PM GMT Saturday, December 26, 2009 11:47:39 AM GMT

Using LINQ and reflection to find matching properties of objects As a side product of some experiments I wrote simple LINQ query that matches properties of two objects and returns these properties as list. The code I wrote is pretty simple and I packed it for you as method.

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