Why is Dictionary preferred over Hashtable in C#?
Asked 07 September, 2021
Viewed 3K times
  • 50
Votes

In most programming languages, dictionaries are preferred over hashtables. What are the reasons behind that?

19 Answer