Extensions

A 1-post collection

Playing with Sets

The Distinct method is one of the really useful methods in the System.Linq namespace. Internally, it's really simple, too. It will just iterate your collection and add them all to...

»