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
If we remove web.config or machine.config from the application then, is this application will works?
How can we identify that the page is post back in asp net?
Disable browser cache for entire ASP.NET website?
Apart from IDE what are the enhancements in asp.net 2.0?
How can we provide the WebParts control functionality to a server control?
What is considered a service provider?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
How to create events for a control?
What is a session in programming?
What is webresource axd?
What is the difference between localization and globalization?
What is a server cookie?
What is the compiled object?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
How is mvc different from asp.net? : Asp.Net MVC