Hashtable in .Net...
Hashtables are my preferred way to keep informations in memory. I think that they’re powerful and really simple to use.
The Hashtable class resides into the System.Collections namespace and uses an Object as Key and an Object as Value for the items so it’s really versatile...
