Use specialized collections

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
Exam Prep. Guides
Exam 70-536 Study Guide

1. Types and collections

2. Process, threading,…
3. Embedding features
4. Serialization, I/O
5. .NET Security
6. Interop., reflection,…
7. Global., drawing, text

edit
Exam 70-536 Preparation Guide: Manage data in a .NET Framework application by using specialized collections. (System.Collections.Specialized namespace)



  • Specialized String classes
    • StringCollection class
    • StringDictionary class
    • StringEnumerator class
  • Specialized Dictionary
    • HybridDictionary class
    • IOrderedDictionary interface and OrderedDictionary class
    • ListDictionary class
  • Named collections
    • NameObjectCollectionBase class
    • NameObjectCollectionBase.KeysCollection class
    • NameValueCollection class
  • CollectionsUtil
  • BitVector32 structure and BitVector32.Section structure

Personal tools