Click here to Skip to main content
15,909,953 members
Home / Discussions / C#
   

C#

 
GeneralRe: DB Table Prob Pin
gnjunge31-Jul-05 7:31
gnjunge31-Jul-05 7:31 
Generalinternet printing Pin
cishi_us31-Jul-05 0:47
cishi_us31-Jul-05 0:47 
GeneralRe: internet printing Pin
Guffa31-Jul-05 3:29
Guffa31-Jul-05 3:29 
GeneralCorresponding .cs file is not added when I add a Crytal Report file in Solution Explorer VS.Net2003 Pin
Member 123075730-Jul-05 23:58
Member 123075730-Jul-05 23:58 
GeneralRLE image to BMP using buffer. Pin
liqnit30-Jul-05 21:45
liqnit30-Jul-05 21:45 
GeneralBinding a class to a datagrid Pin
Ruskin Dantra30-Jul-05 18:43
Ruskin Dantra30-Jul-05 18:43 
GeneralMulti-threading questions Pin
Corillian30-Jul-05 14:49
Corillian30-Jul-05 14:49 
GeneralRe: Multi-threading questions Pin
S. Senthil Kumar31-Jul-05 4:01
S. Senthil Kumar31-Jul-05 4:01 
IIRC, a volatile read/write creates a memory barrier, which forces all updates to the variable to happen before it is read or written into.

Locking the instance should be more of a performance hit, I guess, because one thread accessing any field will prevent any other thread from accessing any other field. The best thing is to profile and find it out, I guess.

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
GeneralRe: Multi-threading questions Pin
Andy Brummer31-Jul-05 8:46
sitebuilderAndy Brummer31-Jul-05 8:46 
GeneralReadOnly in DataGrid Pin
zaboboa30-Jul-05 13:51
zaboboa30-Jul-05 13:51 
GeneralRe: ReadOnly in DataGrid Pin
Robert Rohde30-Jul-05 19:55
Robert Rohde30-Jul-05 19:55 
QuestionImageList serious problem in C#: why? Pin
bouli30-Jul-05 13:45
bouli30-Jul-05 13:45 
GeneralWeb service returning a Guid Pin
Luis Alonso Ramos30-Jul-05 11:34
Luis Alonso Ramos30-Jul-05 11:34 
QuestionBinary file searching - is it possible? Pin
Eddie150630-Jul-05 8:46
Eddie150630-Jul-05 8:46 
AnswerRe: Binary file searching - is it possible? Pin
Niklas Ulvinge30-Jul-05 11:07
Niklas Ulvinge30-Jul-05 11:07 
GeneralRe: Binary file searching - is it possible? Pin
Eddie150630-Jul-05 23:39
Eddie150630-Jul-05 23:39 
GeneralRe: Binary file searching - is it possible? Pin
Niklas Ulvinge31-Jul-05 4:10
Niklas Ulvinge31-Jul-05 4:10 
GeneralRe: Binary file searching - is it possible? Pin
Matt Gerrans31-Jul-05 8:24
Matt Gerrans31-Jul-05 8:24 
GeneralElements of an enum Pin
Yigal Agam30-Jul-05 8:19
Yigal Agam30-Jul-05 8:19 
GeneralRe: Elements of an enum Pin
Werdna30-Jul-05 9:30
Werdna30-Jul-05 9:30 
GeneralInstaller project help Pin
hokieprogrammer30-Jul-05 7:46
hokieprogrammer30-Jul-05 7:46 
QuestionHow to build a COM+ app Pin
Johny Ng30-Jul-05 6:28
Johny Ng30-Jul-05 6:28 
GeneralInithialize objects and variables Pin
Sasuko30-Jul-05 3:25
Sasuko30-Jul-05 3:25 
GeneralRe: Inithialize objects and variables Pin
S. Senthil Kumar30-Jul-05 3:41
S. Senthil Kumar30-Jul-05 3:41 
GeneralRe: Inithialize objects and variables Pin
Sasuko30-Jul-05 4:50
Sasuko30-Jul-05 4:50 

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.