After reading Bill Wagner's excellent introduction to Linq , I really liked what I saw and decided that I wanted to create an extension method as an exercise. I sat and thought what I would have wanted from Linq and decided I wanted to write a method that lets you select hierarchical data . Here's a...