Mohit Kumar
When To use HashTable In C#
By Mohit Kumar in Workflow Foundation on Apr 07 2014
  • Khan Abrar Ahmed
    Apr, 2014 16

    The Hashtable class represents a collection of key-and-value pairs that are organized based on the hash code of the key. It uses the key to access the elements in the collection.A hash table is used when you need to access elements by using key, and you can identify a useful key value. Each item in the hash table has a key/value pair. The key is used to access the items in the collection.

    • 1
  • Munesh Sharma
    Apr, 2014 15

    http://www.tutorialspoint.com/csharp/csharp_hashtable.htm

    • 1
  • Mohit Kumar
    Apr, 2014 7

    If we are having a large no of key value pair at that time we can use HashTable for storing the pairs For more Interview Question You can refer this link csharp interview questions

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS