Hi everyone! I'm kind of new to the LINQ world and came to a few problems with an application that I write (tried to ask this before, but I think I didn't make my problem clear enough). I have two classes derived from object, A and B. B has a member that holds a reference to an A object and some extra content (that is for internal purposes only). Additionally I have a list (let's call it L) that is derived from "List(Of B)". This list class holds two conversion methods (A to B conversion and B to
Read More...