.NET Collections
Windows Forms Programming
Starting an Array from an Array
A C# array is a good place to start a collection.
Introduction to Enumerating Interfaces
Enumerating allows you to use a loop to visit each member of a collection.
Introducing Common Behaviors of Collections
There are characteristics that all collections share or follow.
Serialization Using the XML formats
XML is one of the means by which you can create and manage the records of a collection.
Serialization Using the JSON formats
JSON, from the JavaScript language, is another way to create and manage the records of a collection.
Foundations of .NET Collections Classes
The .NET Framework provides some fundamentals collections classes with behaviors that other collections share.
Introducing Key/Value Collections
A dictionary collection is list where each item is combination of a key and a value.
Introduction to sets and hash sets
A set is a collection where each item is unique among other items of the same collection.
Adding an item as a first or a last in a collection
A linked list is one of the complex types of collections where an item can be added as the first or the last.
An simplified but expandable collection class
The .NET Framework provides a rich library of collec classes, one of those classes is named Collection.
FunctionX provides tutorials in various cateogries such as application programming, database development, etc.