10
Shouts

Using LINQ and reflection to find matching properties of objects

published 1244 days, 9 minutes ago posted by gpeipmangpeipman 1247 days, 1 hour, 50 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: How To | clicked: 2 | | source: weblogs.asp.net | show counter code
tags: Reflection, Linq