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

Is php easier than c#?

0 Answers  


What is a nested type. Give an example?

0 Answers  


Explain the steps to create satellite assembly?

0 Answers  


Can properties be overloaded in c#?

0 Answers  


How does c# achieve polymorphism?

0 Answers  






About multi level and multiple inheritance how to achieve in .net ?

2 Answers   CTS, MMTS,


How can we main a Class as base class,i.e not inherited further?{please Dont tell using Sealed class,any other way}

6 Answers   ACB Group, IBM, Tech Mahindra,


Distinguish between a class and struct?

0 Answers  


What is an int in c#?

0 Answers  


What is a delegate how is it type safe?

0 Answers  


What type is string in c#?

0 Answers  


What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?

0 Answers  


Categories