Serious VB.NET or C# Programmers Only?

Gardner

New member
I got into a serious debate with a fellow .NET developer the other day about the benefits of using Inherited Keyed Collections versus Dictionary(Of type, type) or List(Of type).

I say Inherited Keyed Collections are vastly more powerful and useful than Dictionary or Lists and prefer to use them whenever possible. My fellow developer disagreed.

So I'm curious how any of you might feel about this.
 
Back
Top