adspace
Answer Posted / Deepika Rawat
In general, Dictionary provides better performance than Hashtable for key-value pair operations such as add, remove, and lookup. This is because Dictionary was introduced later in the .NET Framework and is implemented with a more efficient data structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers