What is the difference between a Hash Table and a Dictionary?
The main differences are listed below.
Dictionary:
Returns an error if the key does not exist
No boxing and unboxing
Faster than a Hash table
Hashtable:
Returns NULL even if the key does not exist
Requires boxing and unboxing
Slower than a Dictionary
| Is This Answer Correct ? | 0 Yes | 0 No |
How to implement DataGrid in .NET?
What is view state?
What is RCW (Run time Callable Wrappers)?
Tell us why do we use the “using” statement?
What is meant by managed and unmanaged code?
Explain what is immutability, what is it for and how is it codified?
What are .net functions?
What tools is used to develop .NET applications?
How many types of transactions are there in com + .net ?
what is object lock?
create a keypair?
What is the standard you use to wrap up a call to a Web service