Up until yesterday, I had no idea iTextSharp included a full set of barcode classes. I discovered this through a chance answer to a question here on SO. Although I'd used iTextSharp in an earlier incarnation for generating some overlay text on a template PDF, I'd never fully explored the library, nor do I even recall Barcode support being available at the time.
So I ask you, what are some other .NET framework libraries that you know of that have hidden gems or features that are useful outside of the core purpose of the library?
Clarification: this question is specifically targeted to frameworks outside of the .NET BCL.