Combo Boxes and List Arrays in C#

In windows forms, a variety of different data structures (that implement the IList interface) can be used to bind data to GUI widgets such as combo boxes or list boxes. Each of these data structures have their pros and cons, the ArrayList saves on features when compared to the DataTable, which results in a slightly …

Combo Boxes and List Arrays in C# Read More »