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

What is the Signification of the "new " keyword in C#? example

0 Answers   Wipro,


Why do we use readonly in c#?

0 Answers  


Are tuples immutable c#?

0 Answers  


What is appdomain in c#?

0 Answers  


What does type safety mean?

0 Answers  






Can we instantiate abstract class in c#?

0 Answers  


What are access modifiers used for?

0 Answers  


What is the CTS, and how does it relate to the CLS?

0 Answers   Arigo Infotech,


What is serialization in dot net?

0 Answers  


Should I make my destructor virtual?

0 Answers  


What standard types does c# use?

0 Answers  


Why singleton class is sealed?

0 Answers  


Categories