Click here to Skip to main content
15,796,982 members
Home / Discussions / C#
   

C#

 
GeneralRe: Console in Windows Pin
hammackj26-Apr-04 2:01
hammackj26-Apr-04 2:01 
GeneralQuestion about synchronization Pin
hsupercn25-Apr-04 21:42
hsupercn25-Apr-04 21:42 
GeneralRe: Question about synchronization Pin
Jeff Varszegi25-Apr-04 22:08
professionalJeff Varszegi25-Apr-04 22:08 
GeneralRe: Question about synchronization Pin
Heath Stewart26-Apr-04 4:16
protectorHeath Stewart26-Apr-04 4:16 
GeneralRe: Question about synchronization Pin
Jeff Varszegi26-Apr-04 5:20
professionalJeff Varszegi26-Apr-04 5:20 
GeneralRe: Question about synchronization Pin
Heath Stewart26-Apr-04 5:25
protectorHeath Stewart26-Apr-04 5:25 
GeneralRe: Question about synchronization Pin
Mike Dimmick26-Apr-04 1:45
Mike Dimmick26-Apr-04 1:45 
GeneralRe: Question about synchronization Pin
Jeff Varszegi26-Apr-04 5:23
professionalJeff Varszegi26-Apr-04 5:23 
Another good reason to lock on internal objects is that it frees you to lock on different objects for different purposes. This is a technique I use a lot to increase performance. If two different things can be changed simultaneously in a multithreaded situation, without affecting the integrity of your object, but both of them need synchronization, you should consider locking on separate objects.

Regards,

Jeff Varszegi
GeneralEvaluating expressions Pin
Yaron K.25-Apr-04 21:04
Yaron K.25-Apr-04 21:04 
GeneralRe: Evaluating expressions Pin
Jeff Varszegi25-Apr-04 21:37
professionalJeff Varszegi25-Apr-04 21:37 
GeneralRe: Evaluating expressions Pin
Yaron K.25-Apr-04 21:45
Yaron K.25-Apr-04 21:45 
GeneralRe: Evaluating expressions Pin
Jeff Varszegi25-Apr-04 22:01
professionalJeff Varszegi25-Apr-04 22:01 
GeneralRe: Evaluating expressions Pin
Yaron K.26-Apr-04 2:35
Yaron K.26-Apr-04 2:35 
GeneralRe: Evaluating expressions Pin
Jeff Varszegi25-Apr-04 23:45
professionalJeff Varszegi25-Apr-04 23:45 
GeneralRe: Evaluating expressions Pin
Heath Stewart26-Apr-04 4:13
protectorHeath Stewart26-Apr-04 4:13 
GeneralClass Circular References Pin
Abner Mallidy25-Apr-04 19:40
Abner Mallidy25-Apr-04 19:40 
GeneralRe: Class Circular References Pin
Jeff Varszegi25-Apr-04 20:55
professionalJeff Varszegi25-Apr-04 20:55 
Questionhow to draw on a bitmap? Pin
lowiq25-Apr-04 19:08
lowiq25-Apr-04 19:08 
AnswerRe: how to draw on a bitmap? Pin
CWIZO25-Apr-04 22:25
CWIZO25-Apr-04 22:25 
GeneralRe: how to draw on a bitmap? Pin
lowiq25-Apr-04 22:58
lowiq25-Apr-04 22:58 
GeneralRe: how to draw on a bitmap? Pin
Heath Stewart26-Apr-04 4:08
protectorHeath Stewart26-Apr-04 4:08 
GeneralRe: how to draw on a bitmap? Pin
lowiq26-Apr-04 20:48
lowiq26-Apr-04 20:48 
GeneralRe: how to draw on a bitmap? Pin
Heath Stewart27-Apr-04 3:49
protectorHeath Stewart27-Apr-04 3:49 
GeneralRe: how to draw on a bitmap? Pin
lowiq27-Apr-04 4:47
lowiq27-Apr-04 4:47 
GeneralFormula Pin
DucLinh25-Apr-04 16:39
DucLinh25-Apr-04 16:39 

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.