What is use of a HashTable in .NET?
Rahul Pandey
You use a hash table (dictionary) when you want fast look up access to an item based on a key.