Re: Hashtables
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 08/24/04
- Next message: Jerry Bujas: "Help salvage files, please !"
- Previous message: CalvinKash: "Re: Problems adding a reference with COM --converting to type .NET"
- In reply to: Brandon Owensby: "Re: Hashtables"
- Next in thread: Brandon Owensby: "Re: Hashtables"
- Reply: Brandon Owensby: "Re: Hashtables"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Aug 2004 03:04:19 +0100
Brandon Owensby <123@abc.com> wrote:
> Thanks alot!! To make sure I understand what I'm suppose to get from
> that...its saying that if I have a hashtable I can use an object
> defined by the instance as the hashkey for that hashtable....I just
> shouldn't store the hash key in database or anything. Correct?
You shouldn't store the hash *code* in a database or anything like
that. You can store the key as (say) a string and then recreate the
hashtable later, just don't rely on it having the same hash code that
it did before.
-- Jon Skeet - <skeet@pobox.com> http://www.pobox.com/~skeet If replying to the group, please do not mail me too
- Next message: Jerry Bujas: "Help salvage files, please !"
- Previous message: CalvinKash: "Re: Problems adding a reference with COM --converting to type .NET"
- In reply to: Brandon Owensby: "Re: Hashtables"
- Next in thread: Brandon Owensby: "Re: Hashtables"
- Reply: Brandon Owensby: "Re: Hashtables"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|