Tell me about Dictionary Object?
Answers were Sorted based on User's Feedback
Answer / guest
It it a collection Object used to store "name = value" pair
information. Collection of similar data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Which is the default scripting language of asp in server-side?
What does active server pages look like?
Name the collections of session object?
What is the full name of asp in vb net?
difference between POST & GET methods?
Explain the difference between the value-type variables and reference-type variables?
Define asp?
Hii if you not select open item Management in GL Creation. What is the impact in transaction
Why does my code get a security exception when I run it from a network shared drive?
In case of we are not saving the information as cookies. how server detects the same user?
define the functionality of web server in context to Active server page.
how to delete windows application in vs.net