Sign in
|
Join
|
Help
leonidas blog
Grip. Stand. Throw.
This Blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Search
Go
Tags
.Net
C#
General
OOP
RDBMS
SQL Server
VB.NET
Community
Blogs
Blogs
Media
Forums
Email Notifications
Go
Archives
August 2007 (3)
Browse by Tags
All Tags
»
VB.NET
(
RSS
)
.Net
C#
Hashtable, ListDictionary and HybridDictionary
In the most basic case, the Hashtable class is used to do mapping of key/value pairs of objects. For example, assume that you have User ID mapped to User's Fullname: Hashtable users = new Hashtable(); users["001"] = "Marasigan, Raimund";...
Posted
08-13-2007 1:15 AM
by
leonidas
|
1 comment(s)
Filed under:
.Net
,
C#
,
VB.NET