If you are like me, you probably code with MSDN Library open - you never know when you are going to need to look up some API. If you are working with Visual Studio 2005 then you are probably going to need to lookup the documentation for a generic class at some point in time.

Unfortunately, typing something like “Dictionary<” doesn’t find you the generic dictionary class. Instead, you need to type “Generic Dictionary” to find it. Just thought I would post this up incase someone else hasn’t noticed already.