The Problem: I was working with PLINQO objects and needed a way to inspect individual objects quickly for Debugging purposes and displaying detail information about the entity. The NetTiers framework had a nice feature where you could simply call .ToString() on an object to get a nice list of public...