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

C#

 
AnswerRe: How to know a EXE file was written by .net language or not? Pin
Muammar©2-Apr-07 20:08
Muammar©2-Apr-07 20:08 
GeneralRe: How to know a EXE file was written by .net language or not? Pin
goldli2-Apr-07 20:29
goldli2-Apr-07 20:29 
AnswerRe: How to know a EXE file was written by .net language or not? Pin
D1113-Apr-07 1:53
D1113-Apr-07 1:53 
AnswerRe: How to know a EXE file was written by .net language or not? Pin
Douglas Troy3-Apr-07 7:53
Douglas Troy3-Apr-07 7:53 
GeneralRe: How to know a EXE file was written by .net language or not? Pin
goldli3-Apr-07 14:11
goldli3-Apr-07 14:11 
QuestionLive rich text box editing Pin
Esmo20002-Apr-07 13:53
Esmo20002-Apr-07 13:53 
AnswerRe: Live rich text box editing Pin
joon vh.2-Apr-07 23:28
joon vh.2-Apr-07 23:28 
QuestionCan i use GC.Collect() ? Pin
engsrini2-Apr-07 12:40
engsrini2-Apr-07 12:40 
Hi
I am developing a windows test engine application. where i will have all test steps (function calls). where i can select the particular test steps and run for given iterations (say 160). those test steps will be in different class(dll). so i will create objects on every loop(in separate thread) and null it after using it. at the end i will be generating a report for all the test steps for 160 iteration and will finally display a poup showing that whether the test is got passed or failed. On clicking ok on popup the system got hangs. thru debugging i noticed the during test execution CPU is 100% utilized, i thought this might cause of hanging. so Used GC.Collect before displaying the Popup. This have reduced some amount hanging not fully.

Can i use GC.Collect in any other places? is it safe? or any other way to reduce memory leak/cosumption?

and can you please pointout me the good article regarding how to reduce the memory leak/consumption

Thanks
Srini
AnswerRe: Can i use GC.Collect() ? Pin
Christian Graus2-Apr-07 12:58
protectorChristian Graus2-Apr-07 12:58 
GeneralRe: Can i use GC.Collect() ? Pin
engsrini2-Apr-07 13:16
engsrini2-Apr-07 13:16 
GeneralRe: Can i use GC.Collect() ? Pin
Christian Graus2-Apr-07 13:21
protectorChristian Graus2-Apr-07 13:21 
GeneralRe: Can i use GC.Collect() ? Pin
engsrini2-Apr-07 13:30
engsrini2-Apr-07 13:30 
GeneralRe: Can i use GC.Collect() ? Pin
Christian Graus2-Apr-07 13:40
protectorChristian Graus2-Apr-07 13:40 
QuestionRe: Can i use GC.Collect() ? Pin
JacquesDP2-Apr-07 21:11
JacquesDP2-Apr-07 21:11 
AnswerRe: Can i use GC.Collect() ? Pin
Christian Graus2-Apr-07 21:59
protectorChristian Graus2-Apr-07 21:59 
GeneralRe: Can i use GC.Collect() ? Pin
JacquesDP2-Apr-07 22:03
JacquesDP2-Apr-07 22:03 
GeneralRe: Can i use GC.Collect() ? Pin
Scott Dorman2-Apr-07 14:44
professionalScott Dorman2-Apr-07 14:44 
QuestionRe: Can i use GC.Collect() ? Pin
Martin#2-Apr-07 21:24
Martin#2-Apr-07 21:24 
AnswerRe: Can i use GC.Collect() ? Pin
Scott Dorman3-Apr-07 1:05
professionalScott Dorman3-Apr-07 1:05 
GeneralRe: Can i use GC.Collect() ? Pin
Martin#3-Apr-07 4:05
Martin#3-Apr-07 4:05 
GeneralRe: Can i use GC.Collect() ? Pin
Martin#2-Apr-07 20:28
Martin#2-Apr-07 20:28 
QuestionSetting 'OnClick' for dynamic button in Code behind Pin
Chris McGlothen2-Apr-07 11:59
Chris McGlothen2-Apr-07 11:59 
QuestionScheduling (user input time = system time Pin
orly00132-Apr-07 11:37
orly00132-Apr-07 11:37 
AnswerRe: Scheduling (user input time = system time Pin
Judah Gabriel Himango2-Apr-07 13:06
sponsorJudah Gabriel Himango2-Apr-07 13:06 
AnswerRe: Scheduling (user input time = system time Pin
Leslie Sanford2-Apr-07 16:40
Leslie Sanford2-Apr-07 16:40 

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.