What is the main difference between hash table and Dictionary?
Answer Posted / mehdi
Dictionary is a generic type, Hashtable is not. That means
you get type safety with Dictionary, because you can't
insert any random object into it, and you don't have to
cast the values you take out.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Is post back in asp.net?
What is a Cookie? Where is it used in ASP.NET?
What is a viewbag?
How to make paging concepts in datagrid in ASP.NET?
What is enableviewstate in asp net?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
How does session state work in asp.net?
Explain State management in asp.net
What is preprocessor in .net?
How can you send an email message from an asp.net web page?
What is the good practice to implement validations in aspx page?
Define a multilingual website?
Tell me the code snippet to show how we can return 404 errors from HttpError?
How are sessions stored?
What are the security types in asp.net?