My .NET DJ article is online
Generics and patternsOne of my concerns with most of the articles on generics is that we seem to concentrate on collections, collections, and more collections. But, generics are good for other items as well. So, I wrote the following article discussing how you can implement a couple of common design patterns using generics
The online articleImplementing Patterns with Generics