Click here to Skip to main content
15,923,006 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I fix "The Breakpoint will not currently be hit......" Pin
Khoramdin16-Nov-07 11:36
Khoramdin16-Nov-07 11:36 
QuestionImmediate Window - '@err' equivalent Pin
Jeffrey Walton16-Nov-07 7:16
Jeffrey Walton16-Nov-07 7:16 
AnswerRe: Immediate Window - '@err' equivalent Pin
Judah Gabriel Himango16-Nov-07 7:36
sponsorJudah Gabriel Himango16-Nov-07 7:36 
GeneralRe: Immediate Window - '@err' equivalent Pin
Jeffrey Walton16-Nov-07 8:11
Jeffrey Walton16-Nov-07 8:11 
GeneralRe: Immediate Window - '@err' equivalent Pin
Judah Gabriel Himango16-Nov-07 8:14
sponsorJudah Gabriel Himango16-Nov-07 8:14 
QuestionWPF Question - Button Control Pin
Vidvict16-Nov-07 6:49
Vidvict16-Nov-07 6:49 
QuestionService to restart system Pin
dan!sh 16-Nov-07 6:44
professional dan!sh 16-Nov-07 6:44 
AnswerRe: Service to restart system Pin
Judah Gabriel Himango16-Nov-07 6:50
sponsorJudah Gabriel Himango16-Nov-07 6:50 
GeneralRe: Service to restart system Pin
dan!sh 16-Nov-07 6:59
professional dan!sh 16-Nov-07 6:59 
GeneralRe: Service to restart system Pin
Judah Gabriel Himango16-Nov-07 7:33
sponsorJudah Gabriel Himango16-Nov-07 7:33 
GeneralRe: Service to restart system Pin
dan!sh 16-Nov-07 7:44
professional dan!sh 16-Nov-07 7:44 
GeneralRe: Service to restart system Pin
Judah Gabriel Himango16-Nov-07 7:57
sponsorJudah Gabriel Himango16-Nov-07 7:57 
QuestionDLL Injection Pin
shakeebgenii16-Nov-07 6:42
shakeebgenii16-Nov-07 6:42 
AnswerRe: DLL Injection Pin
Judah Gabriel Himango16-Nov-07 6:47
sponsorJudah Gabriel Himango16-Nov-07 6:47 
QuestionRegular Expressions Pin
tthellebuyck16-Nov-07 5:56
tthellebuyck16-Nov-07 5:56 
AnswerRe: Regular Expressions Pin
Judah Gabriel Himango16-Nov-07 6:25
sponsorJudah Gabriel Himango16-Nov-07 6:25 
AnswerRe: Regular Expressions Pin
Skippums16-Nov-07 8:36
Skippums16-Nov-07 8:36 
QuestionStrongNames and the GAC clarification needed Pin
sjdevo3gsr16-Nov-07 5:23
sjdevo3gsr16-Nov-07 5:23 
AnswerRe: StrongNames and the GAC clarification needed Pin
Judah Gabriel Himango16-Nov-07 6:53
sponsorJudah Gabriel Himango16-Nov-07 6:53 
QuestionMemory Consumption/Static Variables Pin
Techspoke116-Nov-07 4:45
Techspoke116-Nov-07 4:45 
AnswerRe: Memory Consumption/Static Variables Pin
Judah Gabriel Himango16-Nov-07 4:58
sponsorJudah Gabriel Himango16-Nov-07 4:58 
GeneralRe: Memory Consumption/Static Variables Pin
Techspoke116-Nov-07 5:05
Techspoke116-Nov-07 5:05 
Thank you Judah, this is exactly the functionality that I want with the static variable. I am simply loading a collection of products, and this collection won't be changing. Recently I modified this particular program to allow for multiple orders to be created at the same time instead of only one. So to save on memory, I changed this table to static and all of the orders can use it.

The very first order, however, should be where the table gets filled. In that respect, the code is doing exactly as it used to do before I changed the table to static. However, the response time is much faster, and (according to the performance tools) the memory is no longer leaking. This is the part that I am unclear about...what in the world is happening different?




GeneralRe: Memory Consumption/Static Variables Pin
Judah Gabriel Himango16-Nov-07 5:13
sponsorJudah Gabriel Himango16-Nov-07 5:13 
GeneralRe: Memory Consumption/Static Variables Pin
Techspoke116-Nov-07 5:22
Techspoke116-Nov-07 5:22 
GeneralRe: Memory Consumption/Static Variables Pin
Judah Gabriel Himango16-Nov-07 5:32
sponsorJudah Gabriel Himango16-Nov-07 5:32 

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.