Answer Posted / Deepak Kumar
In C#, Dictionary<TKey, TValue> is a collection of key-value pairs. It is implemented as a hash table for fast lookups using keys. Hashtable is an older, non-generic collection that functions similarly to Dictionary but requires specific types for the keys and values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers