Click here to Skip to main content
15,898,588 members
Home / Discussions / C#
   

C#

 
AnswerRe: Different audio device in System.Speech.Synthesis Pin
DaveyM6924-Jun-08 6:30
professionalDaveyM6924-Jun-08 6:30 
AnswerRe: Different audio device in System.Speech.Synthesis Pin
DaveyM6924-Jun-08 6:35
professionalDaveyM6924-Jun-08 6:35 
GeneralRe: Different audio device in System.Speech.Synthesis Pin
Firedragonweb24-Jun-08 7:12
Firedragonweb24-Jun-08 7:12 
AnswerRe: Different audio device in System.Speech.Synthesis [modified] Pin
Firedragonweb24-Jun-08 8:14
Firedragonweb24-Jun-08 8:14 
QuestionThread Safe Generic Dictionary Collection Pin
Waleed Eissa24-Jun-08 5:15
Waleed Eissa24-Jun-08 5:15 
AnswerRe: Thread Safe Generic Dictionary Collection Pin
leppie24-Jun-08 6:00
leppie24-Jun-08 6:00 
AnswerRe: Thread Safe Generic Dictionary Collection Pin
Ennis Ray Lynch, Jr.24-Jun-08 6:01
Ennis Ray Lynch, Jr.24-Jun-08 6:01 
GeneralRe: Thread Safe Generic Dictionary Collection Pin
Waleed Eissa24-Jun-08 14:10
Waleed Eissa24-Jun-08 14:10 
I'm sorry, I don't quite understand your reply. Locking is fine in Add() and Remove() but locking the dictionary every time you try to look up a value is certainly an overkill, this is what I meant when I referred to performance.


Ennis Ray Lynch, Jr. wrote:
Of course with only add and remove methods I am left wondering how you would use the dictionary.


I meant using lock in only Add() and Remove(), I didn't mean a dictionary which only exposes Add() and Remove() Smile | :)


AnswerRe: Thread Safe Generic Dictionary Collection Pin
Daniel Grunwald24-Jun-08 8:31
Daniel Grunwald24-Jun-08 8:31 
GeneralRe: Thread Safe Generic Dictionary Collection Pin
Waleed Eissa24-Jun-08 14:48
Waleed Eissa24-Jun-08 14:48 
AnswerRe: Thread Safe Generic Dictionary Collection Pin
BrianMarkR4-Dec-08 7:25
BrianMarkR4-Dec-08 7:25 
QuestionSettings reset to default when version of application changes. Pin
Simon P Stevens24-Jun-08 5:02
Simon P Stevens24-Jun-08 5:02 
AnswerRe: Settings reset to default when version of application changes. Pin
Ennis Ray Lynch, Jr.24-Jun-08 5:05
Ennis Ray Lynch, Jr.24-Jun-08 5:05 
GeneralRe: Settings reset to default when version of application changes. Pin
Simon P Stevens24-Jun-08 5:17
Simon P Stevens24-Jun-08 5:17 
AnswerRe: Settings reset to default when version of application changes. Pin
paas24-Jun-08 6:59
paas24-Jun-08 6:59 
GeneralRe: Settings reset to default when version of application changes. Pin
Simon P Stevens24-Jun-08 10:02
Simon P Stevens24-Jun-08 10:02 
QuestionMultiselect in a datagridview Pin
Hampus@foi24-Jun-08 4:53
Hampus@foi24-Jun-08 4:53 
AnswerRe: Multiselect in a datagridview Pin
leppie24-Jun-08 4:56
leppie24-Jun-08 4:56 
GeneralRe: Multiselect in a datagridview Pin
Hampus@foi24-Jun-08 20:58
Hampus@foi24-Jun-08 20:58 
AnswerRe: Multiselect in a datagridview Pin
Harvey Saayman24-Jun-08 4:57
Harvey Saayman24-Jun-08 4:57 
GeneralRe: Multiselect in a datagridview Pin
Hampus@foi24-Jun-08 20:57
Hampus@foi24-Jun-08 20:57 
GeneralRe: Multiselect in a datagridview Pin
Harvey Saayman24-Jun-08 21:01
Harvey Saayman24-Jun-08 21:01 
QuestionError while publishing winforms Pin
Rashmi_Karnam24-Jun-08 4:06
Rashmi_Karnam24-Jun-08 4:06 
AnswerRe: Error while publishing winforms Pin
Parwej Ahamad24-Jun-08 4:47
professionalParwej Ahamad24-Jun-08 4:47 
GeneralRe: Error while publishing winforms Pin
Rashmi_Karnam26-Jun-08 13:23
Rashmi_Karnam26-Jun-08 13:23 

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.