Answer Posted / sonali
A dictionary is actually just another collection of
Key/Value pairs, just like a HashTable, except that you
declare a type for the Key and Value.
An example of a simple Dictionary object would be something
like:
Dictionary<int, string> newDict = new Dictionary<int,string>();
When you get the key or value, you are given an actual
Object of a specific type. With a HashTable, the Key and
Value are just Objects, meaning they have no type and must
be converted to something in order to be more than just that.
With a dictionary, you can declare the Object types and get
back useful Objects or those types
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a variable in asp?
What is the difference between asp and aspx?
Which is the default scripting language on the client side?
How do I change a aspx file to a pdf?
Why asp is used?
i learnt .net and would like to know if there is any institute in hyderabad that gives real time knowledge.i worked on testing and planning to move on to .net putting same amount of experience in .net.kindly suggest me the institute and other details.
Define an err object?
Define a cookies collection?
Name the methods in application object?
What is the difference between razor and aspx view engine?
What is the purpose of application.lock method?
How do I open aspx files?
Define a form collection?
Explain the difference between a namespace and an assembly name?
Explain the difference between post & get method in asp?