Technology News, Technology Resources, Technology Articles

Archive

Posts Tagged ‘.Net’

Extending LINQ – Specifying a Property in the Distinct Function

October 29th, 2009

The “Distinct” function in LINQ is definitely one of the top 10 most used functions, but it’s probably one of the top 10 most incomplete as well. This article will show how to extend the IEnumerable interface to allow a very easy way to specify what property makes your list unique (or ‘distinct’). If you [...]

Read More >>

Author: admin Categories: Database Programming Tags: ,