Skip to main content
This is lesson 2 of 14 in this module Course 33% complete

Collection And Data Classes To Avoid

Premium Content

Sign in with your account or sign up to access this lesson.

We lists the obsolete non-generic collections (ArrayList, Hashtable, Queue, Stack) and data classes (DataSet, DataTable, DataRow) that cause pervasive boxing due to their internal object arrays, and presents generic collection classes from System.Collections.Generic and the DataReader class as the correct performant alternatives.