Microsoft Certification Study Guides
70-536 (Drill Down): Microsoft Certification Study Guide
Manage data in a .NET Framework application by using the .NET Framework 2.0 system types. (Refer System namespace)
<< TypeForwardedToAttribute Class
Manage a group of associated data in a .NET Framework application by using collections. (Refer System.Collections namespace)
<< ICollection interface and IList interface
<< IComparer interface and IEqualityComparer interface
<< IDictionary interface and IDictionaryEnumerator interface
<< IEnumerable interface and IEnumerator interface
<< CollectionBase class and ReadOnlyCollectionBase class
<< DictionaryBase class and DictionaryEntry class
Improve type safety and application performance in a .NET Framework application by using generic collections. (Refer System.Collections.Generic namespace)
<< Collection.Generic interfaces
<< Generic IComparable interface (Refer System Namespace)
<< Generic ICollection interface and Generic IList interface
<< Generic IComparer interface and Generic IEqualityComparer interface
<< Generic IDictionary interface
<< Generic IEnumerable interface and Generic IEnumerator interface
<< IHashCodeProvider interface
<< Generic Dictionary class and Generic Dictionary.Enumerator structure
<< Generic Dictionary.KeyCollection class and Dictionary.KeyCollection.Enumerator structure
<< Generic Dictionary.ValueCollection class and Dictionary.ValueCollection.Enumerator structure
<< Generic Comparer class and Generic EqualityComparer class
<< Generic KeyValuePair structure
<< Generic List class, Generic List.Enumerator structure, and Generic SortedList class
<< Generic Queue class and Generic Queue.Enumerator structure
<< Generic SortedDictionary class
<< Generic LinkedList class
<< Generic LinkedList.Enumerator structure
<< Generic LinkedListNode class
<< Generic Stack class and Generic Stack.Enumerator structure
Manage data in a .NET Framework application by using specialized collections. (Refer System.Collections.Specialized namespace)