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
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is state management technique?
How does a web application session work?
If we remove web.config or machine.config from the application then, is this application will works?
What is the parent class of all the web server control?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
How do you create a master page?
What is mvc in angular?
Elaborate differentiation between Cache and Application?
What is the flow of processing of the request? : asp.net mvc
What are the different validators in asp.net?
Explain ViewState?
What is cookies cache and session?
Explain what is an assembly?
Explain one critical mapping?