Click here to Skip to main content
15,899,020 members
Home / Discussions / C#
   

C#

 
GeneralRe: Worker Thread Pin
Martin Haesemeyer29-Aug-02 21:16
Martin Haesemeyer29-Aug-02 21:16 
GeneralNeeds to know if i can even do this.. Pin
Jason Tucker29-Aug-02 17:02
Jason Tucker29-Aug-02 17:02 
Generalcompute huge datastructure once on dll-load Pin
Rüpel29-Aug-02 3:54
Rüpel29-Aug-02 3:54 
GeneralRe: compute huge datastructure once on dll-load Pin
leppie29-Aug-02 4:59
leppie29-Aug-02 4:59 
GeneralRe: compute huge datastructure once on dll-load Pin
Rüpel29-Aug-02 5:09
Rüpel29-Aug-02 5:09 
GeneralRe: compute huge datastructure once on dll-load Pin
leppie29-Aug-02 5:33
leppie29-Aug-02 5:33 
GeneralRe: compute huge datastructure once on dll-load Pin
Rüpel29-Aug-02 21:30
Rüpel29-Aug-02 21:30 
GeneralRe: compute huge datastructure once on dll-load Pin
Anonymous30-Aug-02 7:42
Anonymous30-Aug-02 7:42 
The best solution to this is to use a static member and static constructor. Create some class which has the static member of the type you are referring to. Then put hte build datastructure code in the static COnstructor. This way the table will only be built ont time and you odn't have to worry about when to build it. The static constructor will be called before anything in the class is accessed.
GeneralRe: compute huge datastructure once on dll-load Pin
leppie31-Aug-02 5:07
leppie31-Aug-02 5:07 
QuestionIs this normal? Pin
leppie29-Aug-02 3:19
leppie29-Aug-02 3:19 
AnswerRe: Is this normal? Pin
Rüpel29-Aug-02 3:46
Rüpel29-Aug-02 3:46 
AnswerRe: Is this normal? Pin
leppie29-Aug-02 6:48
leppie29-Aug-02 6:48 
AnswerRe: Is this normal? Pin
Martin Haesemeyer29-Aug-02 8:57
Martin Haesemeyer29-Aug-02 8:57 
GeneralRe: Is this normal? Pin
leppie30-Aug-02 0:37
leppie30-Aug-02 0:37 
GeneralConversion from vb.net to c# Pin
suresh_sathya29-Aug-02 2:14
suresh_sathya29-Aug-02 2:14 
GeneralRe: Conversion from vb.net to c# Pin
Nnamdi Onyeyiri29-Aug-02 2:29
Nnamdi Onyeyiri29-Aug-02 2:29 
GeneralRe: Conversion from vb.net to c# Pin
leppie29-Aug-02 3:11
leppie29-Aug-02 3:11 
GeneralRe: Conversion from vb.net to c# Pin
Maciej Pirog29-Aug-02 4:31
Maciej Pirog29-Aug-02 4:31 
GeneralRe: Conversion from vb.net to c# Pin
Maciej Pirog29-Aug-02 4:43
Maciej Pirog29-Aug-02 4:43 
GeneralRe: Conversion from vb.net to c# Pin
David Stone29-Aug-02 13:01
sitebuilderDavid Stone29-Aug-02 13:01 
GeneralRe: Conversion from vb.net to c# Pin
Sijin29-Aug-02 19:58
Sijin29-Aug-02 19:58 
GeneralDesinger crashes after adding own Component with Properties to form Pin
Chris Richner29-Aug-02 0:25
Chris Richner29-Aug-02 0:25 
GeneralRe: Desinger crashes after adding own Component with Properties to form Pin
leppie29-Aug-02 0:40
leppie29-Aug-02 0:40 
GeneralAn enigma rapped up in a puzzle inside a.... Pin
Nnamdi Onyeyiri28-Aug-02 21:52
Nnamdi Onyeyiri28-Aug-02 21:52 
GeneralRe: An enigma rapped up in a puzzle inside a.... Pin
leppie28-Aug-02 22:08
leppie28-Aug-02 22:08 

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.