Thanks to everyone that attended my .NET Generics Talk at the Houston Tech Fest today. You can download the code and PowerPoint here, and the recording will be posted to INETA Live shortly.
Developer<T>: Utilizing .NET Generics to write better code
September 26, 2009 04:20 PM - 05:35 PM
Shawn Weisfeld
Generics let you tailor a method, class, structure, or interface to the precise data type it acts upon. In this session we will discuss what capabilities Generics provide to you the developer and how to use them in collections, and with delegates. We will also talk about creating your own generic classes and methods.
I wanted to thanks Scott Dorman author of the yet to be released Sams Teach Yourself C# 2010 in 24 Hours, for his help during the creation of this presentation.