Join Now
|
Login
home
login
join now
.NET pattern framework
javascript + jquery patterns
database pattern framework
products and pricing
.NET design patterns
javascript design patterns
javascript tutorial
sql + database tutorial
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
about us
training and education for professional developers
login
join now
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.4
Last:
Dec 20, 2010
by
Robert Blixt
1,128
99.9
C#
Dictionary
Multi Key
Views
6.8K
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.6
Last:
Mar 09, 2010
by
Zac Bai
80
96.3
Generics
Dictionary
C#
Views
3.6K
Answers
1
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top