I've been working with Linq lately and thought I would post 2 examples on casting with Linq. Most of the ways that you get data back from linq is in the IEnumerable<> type. So, here's two ways to cast to an object that you can use: Linq to SQL Once
Read More...