What?s the .NET datatype that allows the retrieval of data
by a unique key?
Answer Posted / guest
HashTable.
| Is This Answer Correct ? | 43 Yes | 1 No |
Post New Answer View All Answers
Why do we still see so much non-oo code written in c# today?
Explain “static” keyword in c#?
Explain how to implement an object pool in c#.net
What the different phase/steps of acquiring a proxy object in webservice?
What is extension method in c sharp?
Are string objects mutable or immutable?
What is dependency injection in simple words?
Can we use "this" command within a static method?
What is static classes?
Which of these statements correctly declares a two-dimensional array in c#?
What are satellite assemblies?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
What is byte c#?
What is web forms in c#?
What is the difference between IEnumerator and IEnumerable?