Answer Posted / gladiator
Dot Net Provides Collection Classes which are used for Data
Storage and Data Retrieval.
This collection classes implements the ICollection
Interface which extends IEnumerator interface.
IDictionary and IList Interface extends ICollection
Interfrace.
IList is for values, while IDictioanry is for collection of
(Key,Values) pair.
Collection that implement IList are: System.Array and
System.Collections.ArrayList.
Collections that implement IDictionary are Hashtable,
ListDictionary, SortedList, HybridDictionary.
Collections derived from ICollection are: Stak, BitArray,
Queue, NameValueCollection.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the use of parse in c#?
Can dictionary have duplicate keys c#?
What is the usage of transponders?
What is the .net datatype that allows the retrieval of data by a unique key?
What is the difference between class and namespace?
What does dbml mean?
What is the difference between ref and out in c#?
Are constructors inherited c#?
What is literal control
Explain when should you call the garbage collector in .net?
What is iformatprovider in c#?
What is ado c#?
What is arraylist c#?
Why data types are important in c#?
What can we do to handle multiple exceptions?