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 |
Tell me about Dictionary Object?
What's the purpose of using BUFFER property?
which is the bet long term & basic to advanced available course for asp.net in hydrabad plz reply me t my email address also thanking you sm.chishty@gmail.com
Name some of the ASP components?
Define a filesystemobject object?
Explain the difference between post & get method in asp?
What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?
What happens to a html page?
Define "virtual directory"?
How do I change a aspx file to a pdf?
I have written an assembly that I want to use in more than one application. Where do I deploy it?
What is Session Object?