Click here to Skip to main content
15,922,015 members
Home / Discussions / C#
   

C#

 
GeneralRe: Scheduled download Pin
RaviBattula5-Jun-08 23:48
professionalRaviBattula5-Jun-08 23:48 
QuestionXQuery Pin
George_George5-Jun-08 21:02
George_George5-Jun-08 21:02 
AnswerRe: XQuery Pin
N a v a n e e t h5-Jun-08 21:18
N a v a n e e t h5-Jun-08 21:18 
GeneralRe: XQuery Pin
George_George5-Jun-08 21:22
George_George5-Jun-08 21:22 
GeneralRe: XQuery Pin
N a v a n e e t h5-Jun-08 22:14
N a v a n e e t h5-Jun-08 22:14 
GeneralRe: XQuery Pin
George_George5-Jun-08 22:30
George_George5-Jun-08 22:30 
Questioninfragistics Ultragrid Pin
Member 31169975-Jun-08 20:30
Member 31169975-Jun-08 20:30 
AnswerRe: infragistics Ultragrid Pin
Pete O'Hanlon5-Jun-08 22:07
mvePete O'Hanlon5-Jun-08 22:07 
GeneralRe: infragistics Ultragrid Pin
Colin Angus Mackay5-Jun-08 22:48
Colin Angus Mackay5-Jun-08 22:48 
GeneralRe: infragistics Ultragrid Pin
Pete O'Hanlon6-Jun-08 1:12
mvePete O'Hanlon6-Jun-08 1:12 
QuestionCannot insert duplicate key row in object Pin
Ballita5-Jun-08 18:54
Ballita5-Jun-08 18:54 
AnswerRe: Cannot insert duplicate key row in object Pin
dealon5-Jun-08 20:25
dealon5-Jun-08 20:25 
AnswerRe: Cannot insert duplicate key row in object - DUPLICATE POST Pin
Ashfield5-Jun-08 21:09
Ashfield5-Jun-08 21:09 
QuestionHashtable v.s. Dictionary Pin
George_George5-Jun-08 16:56
George_George5-Jun-08 16:56 
AnswerRe: Hashtable v.s. Dictionary Pin
PIEBALDconsult5-Jun-08 16:58
mvePIEBALDconsult5-Jun-08 16:58 
GeneralRe: Hashtable v.s. Dictionary Pin
George_George5-Jun-08 17:00
George_George5-Jun-08 17:00 
GeneralRe: Hashtable v.s. Dictionary Pin
Francofu5-Jun-08 17:08
Francofu5-Jun-08 17:08 
GeneralRe: Hashtable v.s. Dictionary Pin
George_George5-Jun-08 18:25
George_George5-Jun-08 18:25 
GeneralRe: Hashtable v.s. Dictionary Pin
PIEBALDconsult5-Jun-08 17:29
mvePIEBALDconsult5-Jun-08 17:29 
GeneralRe: Hashtable v.s. Dictionary Pin
George_George5-Jun-08 18:24
George_George5-Jun-08 18:24 
AnswerRe: Hashtable v.s. Dictionary Pin
telha5-Jun-08 20:23
telha5-Jun-08 20:23 
GeneralRe: Hashtable v.s. Dictionary Pin
Guffa5-Jun-08 22:56
Guffa5-Jun-08 22:56 
telha wrote:
but hashtable is faster in retrieval


Do you have any source to back that up?

The HashTable has a lot of additional code for handling thread safety, which of course slows down the process a bit, but other than that they seem to work pretty much the same.

Besides, once you have retrieved the value from the HashTable, you have to cast it, which you don't need to do with a Dictionary.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Hashtable v.s. Dictionary Pin
George_George8-Jun-08 22:50
George_George8-Jun-08 22:50 
GeneralRe: Hashtable v.s. Dictionary Pin
Guffa9-Jun-08 1:18
Guffa9-Jun-08 1:18 
GeneralRe: Hashtable v.s. Dictionary Pin
George_George9-Jun-08 1:27
George_George9-Jun-08 1:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.