Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
AnswerRe: Quick Data Layer Design Question Pin
PIEBALDconsult31-Jul-12 6:33
mvePIEBALDconsult31-Jul-12 6:33 
QuestionCircular list as vector, lock needed? Pin
George Nistor30-Jul-12 5:45
George Nistor30-Jul-12 5:45 
AnswerRe: Circular list as vector, lock needed? Pin
OriginalGriff30-Jul-12 6:07
mveOriginalGriff30-Jul-12 6:07 
GeneralRe: Circular list as vector, lock needed? Pin
dybs30-Jul-12 8:07
dybs30-Jul-12 8:07 
GeneralRe: Circular list as vector, lock needed? Pin
OriginalGriff30-Jul-12 8:12
mveOriginalGriff30-Jul-12 8:12 
GeneralRe: Circular list as vector, lock needed? [Modified] Pin
Wes Aday30-Jul-12 8:51
professionalWes Aday30-Jul-12 8:51 
GeneralRe: Circular list as vector, lock needed? Pin
George Nistor30-Jul-12 21:43
George Nistor30-Jul-12 21:43 
GeneralRe: Circular list as vector, lock needed? Pin
George Nistor30-Jul-12 23:48
George Nistor30-Jul-12 23:48 
probably I need some kind of lightweight lock, bacause the call to the Handler can come realy fast and mess up with my array index, which is already done in ConcurrentQueue<t> Class.
Even if I use a state bit on every element the index could be messed up by another call just before it is used.

I have been wondering how it is implemented.
Would be possible this class: ConcurrentQueue<t> Class to e implemented using just Interlock class
witout any SpinWait or while loops?

modified 31-Jul-12 6:46am.

Questionc# Pin
sutapa das29-Jul-12 20:30
sutapa das29-Jul-12 20:30 
AnswerRe: c# Pin
Abhinav S29-Jul-12 20:46
Abhinav S29-Jul-12 20:46 
Questionhow to create monthly calander in c#? Pin
sutapa das29-Jul-12 20:27
sutapa das29-Jul-12 20:27 
AnswerRe: how to create monthly calander in c#? Pin
Midnight Ahri29-Jul-12 20:40
Midnight Ahri29-Jul-12 20:40 
GeneralRe: how to create monthly calander in c#? Pin
Richard MacCutchan29-Jul-12 21:54
mveRichard MacCutchan29-Jul-12 21:54 
AnswerRe: how to create monthly calander in c#? Pin
Dave Kreskowiak30-Jul-12 2:19
mveDave Kreskowiak30-Jul-12 2:19 
QuestionApplication Level Key Shortcut Pin
Jassim Rahma29-Jul-12 11:54
Jassim Rahma29-Jul-12 11:54 
AnswerRe: Application Level Key Shortcut Pin
Richard Andrew x6429-Jul-12 12:19
professionalRichard Andrew x6429-Jul-12 12:19 
GeneralRe: Application Level Key Shortcut Pin
Trak4Net29-Jul-12 20:30
Trak4Net29-Jul-12 20:30 
AnswerRe: Application Level Key Shortcut Pin
BobJanova29-Jul-12 23:23
BobJanova29-Jul-12 23:23 
AnswerRe: Application Level Key Shortcut Pin
Andrei Straut30-Jul-12 0:59
Andrei Straut30-Jul-12 0:59 
AnswerRe: Application Level Key Shortcut Pin
Shameel30-Jul-12 2:47
professionalShameel30-Jul-12 2:47 
QuestionDifference Between BeginGetResponse and GetResponse Pin
baranils29-Jul-12 9:48
baranils29-Jul-12 9:48 
AnswerRe: Difference Between BeginGetResponse and GetResponse Pin
Richard Andrew x6429-Jul-12 11:17
professionalRichard Andrew x6429-Jul-12 11:17 
AnswerRe: Difference Between BeginGetResponse and GetResponse Pin
Trak4Net29-Jul-12 12:01
Trak4Net29-Jul-12 12:01 
GeneralRe: Difference Between BeginGetResponse and GetResponse Pin
baranils29-Jul-12 19:02
baranils29-Jul-12 19:02 
GeneralRe: Difference Between BeginGetResponse and GetResponse Pin
Trak4Net29-Jul-12 20:28
Trak4Net29-Jul-12 20:28 

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.