I wrote a lot of code working with Dictionary`2 for this sort of
scenario, then I realised I needed duplicate "Keys", so I built my own
NameValueList(Of TName, TValue) inheriting from List(Of
KeyValuePair(Of TName, TValue))

Regards,
Mark Hurd, B.Sc.(Ma.)(Hons.)

On 22/01/2008, Miika Makinen <[EMAIL PROTECTED]> wrote:
> Hi guys,
> What do you think? Do you think there's a reason to use namevaluecollection
> in .Net 2+ application? Does it perform better?
>
> Dictionary<string,string> is nice as you can quite easily refactor later to
> use some other types as keys or values...
>
> Miika

===================================
This list is hosted by DevelopMentor®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to