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
hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?
What is the default value of date?
Why do we use Design Pattern in C#?
Explain About .NET Framework
Why do we need to serialize data?
Can we override constructor in c#?
What is c# windows form application?
Which is the base class in c#?
What is the purpose of dependency injection?
When was .net linq added?
How do you determine whether a string represents a numeric value?
What is data adapter in c#?
what is a destructor?
What is static and use of it?
What is the differences between datagrid, datalist and repeater in .net?