Using IEqualityComparer and Lambda Expressions
Anyone using LINQ to manipulate in-memory collections is probably
also using plenty of lambda expressions to make things quite easy.
These two additions were really meant for each other. One of our
interns here recently ran into an interesting problem while using LINQ.
As a relatively new user of .NET based languages, reference types
caused him a bit of trouble.
The [...]

Read Users' Comments (0)