What?s the .NET datatype that allows the retrieval of data
by a unique key?
Answer Posted / p.ramakrishna
HashTable
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
Why do we use Design Pattern in C#?
What is xml serialization in c#?
Explain the difference between proc. Sent by val and by sub?
What is the difference between const and static read-only?
Why are dynamic link library used over static one?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
Is string a data type in c#?
What is c sharp used for?
What is callback delegate in c#?
Which namespaces are necessary to create a localized application?
To allow an element to be accessed using a unique key which .NET collection class is used ?
What is difference between array and collection?
What is the difference between delegates and events in c#?
Explain the difference between Response.Write () and Response.Output.Write ().