.net - Non-LINQ implementations of Union, Intersect, and Except -


linq objects has incredibly useful union, intersect, , except methods. sadly, there's client i'm doing work , mandating .net 2.0 linq not option. looked through reflected code , didn't reverse @ all.

is there .net 2.0 library or easy implementation of union, intersect, , except?

any reason not use linqbridge? linq objects goodness while still targeting .net 2.0 :)


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -