With .Net 2.0, we have some basic search functionality baked in to the .Net Framework. With Linq coming out in .Net 3.5, we will have full querying support on IEnumerable types, but we have quite a bit of power with .Net 2.0. In this short article, I'll outline how to search objects in memory with...