What?s the .NET datatype that allows the retrieval of data
by a unique key?
Answer Posted / 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 |
Post New Answer View All Answers
Is concurrent queue thread safe?
Explain the difference between boxing and unboxing.
List the different stages of a thread?
What is literal in c#?
What does the parsefloat function do?
What is dictionary and hashtable in c#?
Explain About .Net remoting
How does foreach loop work in c#?
Why do we need serialization?
What is the full form of GAC? Explain its uses?
What is mvc pattern in c#?
Write down the c# syntax to catch an exception
What is constants in c#?
What is a shared assembly?
What is the difference between namespace and class?