The warm fuzzy blanket of type safety.
Since most of my professional career has been .NET (VB and C#), typed collections have been something that I implement through one general collection or another (some of my favorites include ArrayList and CollectionBase). Now that we’ve switched over to .NET 2.0, I’ve been introduced to the wonderful world of C# generics and the type [...]