What?s the .NET datatype that allows the retrieval of data
by a unique key?
Answers were Sorted based on User's Feedback
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 |
Can a constructor be private in c#?
Can interface have virtual methods in c#?
What does mean before a string in c#?
What is parse method in c#?
What is dictionary and hashtable in c#?
How do I port "synchronized" functions from visual j++ to c#?
What is a three-tier application.
what are delegates? How you used then in your project?
10 Answers Hawk Eye, IndiaTimes, Kanbay,
Is php easier than c#?
Explain the ways to deploy an assembly?
Why are mutable structs evil?
what are the differences b/w structure and class?