What?s the .NET datatype that allows the retrieval of data
by a unique key?

Answers were Sorted based on User's Feedback



What?s the .NET datatype that allows the retrieval of data by a unique key?..

Answer / p.ramakrishna

HashTable

Is This Answer Correct ?    11 Yes 0 No

What?s the .NET datatype that allows the retrieval of data by a unique key?..

Answer / trail blazer

Any class that implements IDictionary interface should
posses the capability to provide data by unique key. Like
SortedDictionalry class.

Is This Answer Correct ?    3 Yes 0 No

What?s the .NET datatype that allows the retrieval of data by a unique key?..

Answer / pramod

HashTable

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can a constructor be private in c#?

0 Answers  


Can interface have virtual methods in c#?

0 Answers  


What does mean before a string in c#?

0 Answers  


What is parse method in c#?

0 Answers  


What is dictionary and hashtable in c#?

0 Answers  


How do I port "synchronized" functions from visual j++ to c#?

0 Answers  


What is a three-tier application.

0 Answers   Siebel,


what are delegates? How you used then in your project?

10 Answers   Hawk Eye, IndiaTimes, Kanbay,


Is php easier than c#?

0 Answers  


Explain the ways to deploy an assembly?

0 Answers  


Why are mutable structs evil?

0 Answers  


what are the differences b/w structure and class?

10 Answers  


Categories