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 |
Explain garbage collection?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is the single responsibility principle?
What is a formatter in .net?
Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com
How is .net able to support multiple languages?
How to convert a .NET object into COM operabililty?
0 Answers Petranics Solutions,
differance between checkbox and rediobutton in vb.net?
What is the microsoft .net?
What is the base class of Button control in .NET?
Explain what inheritance is, and why it's important?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.