65.9K
CodeProject is changing. Read more.
Home

Essential C# 2.0: Chapter 11: Generics

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.84/5 (31 votes)

Aug 30, 2006

37 min read

viewsIcon

155493

Generics will significantly transform C# 1.0 coding style. In virtually all cases in which programmers used object within C# 1.0 code, generics would be a better choice in C# 2.0 to the extent that object should act as a flag for a possible generics implementation.