Join Now
|
Login
home
login
join now
products and pricing
design pattern framework
design patterns
javascript tutorial
sql + database tutorial
all tutorials
connection strings
visual studio shortcuts
c# coding standards
html color codes
all references
explore
questions
ask question
tags
users
contact us
training courses
schedule
registration
sitemap
about us
training and education for professional developers
login
join now
C#, ASP.NET, WPF, WCF, LINQ, PATTERNS
Home
Questions
Tags
Dictionary
Tagged with:
Dictionary
2
records found
date
active
views
answers
votes
How do I create a multiple-key dictionary?
Hi: I have a need for a multiple-key dictionary. For example: Dictionary<Key1, Key2, Key3, Value> where Key1, Key2, and Key3 have different type. ...
Dec 16, 2010
by
Zhang Zhao
85
96.0
Last:
Dec 20, 2010
by
Robert Blixt
1,128
99.9
C#
Dictionary
Multi Key
Views
3K
Answers
2
Votes
2
Answer
Code
Follow
0
Generic Dictionary with multiple keys
I am building a caching system that holds among others a list of Users. Sometimes we access the Users by userId (the primary key). Sometimes we access the Users by name (a string) Performance is critical, th
Mar 07, 2010
by
Hans Overkamp
100
96.2
Last:
Mar 09, 2010
by
Zac Bai
80
95.9
Generics
Dictionary
C#
Views
2.3K
Answers
1
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top