1. Hashtable is threadsafe and while Dictionary is not. 2. Dictionary is of Generic type whereas Hashtable is not of generic type. 2. Dictionary is types means that the values need not to boxing while Hashtable values need to be boxed or unboxed because it stored the values and keys as objects. 3. When…
Continue reading