Introduction to Generics
Tags:
C#
, 2005
, Experienced
Generics allow you to create flexible data structures that are strongly typed. This video compares the System.Collections.ArrayList class versus its generic replacement, the System.Collections.Generic.List<T>, explaining exactly why generics are the prefered way to add stability to your collections by catching situations where objects of the wrong type are being added to your collections at compile time.
Downloads:
Sign up today to access downloads.
 |
Introduction to Generics - Part 1
Duration:
16 Minutes, 58 Seconds
Size:
8.29M
Recorded Using:
C# 2.0 (All version of VS 2005, Including Express Editions)
|