Click here to Skip to main content
15,916,189 members
Home / Discussions / C#
   

C#

 
QuestionNetwork IPs Pin
Amir Jalaly29-Apr-07 1:57
Amir Jalaly29-Apr-07 1:57 
AnswerRe: Network IPs Pin
Arun.Immanuel29-Apr-07 5:12
Arun.Immanuel29-Apr-07 5:12 
QuestionForcing a class to be shared over webservice Pin
lütfen29-Apr-07 1:08
lütfen29-Apr-07 1:08 
AnswerRe: Forcing a class to be shared over webservice Pin
Arun.Immanuel29-Apr-07 1:57
Arun.Immanuel29-Apr-07 1:57 
GeneralRe: Forcing a class to be shared over webservice Pin
lütfen29-Apr-07 2:16
lütfen29-Apr-07 2:16 
Questionhow to hide a panel on child form, when child form loads? Pin
Saira Tanwir29-Apr-07 1:04
Saira Tanwir29-Apr-07 1:04 
AnswerRe: how to hide a panel on child form, when child form loads? Pin
Arun.Immanuel29-Apr-07 1:46
Arun.Immanuel29-Apr-07 1:46 
QuestionBandwidth Utilization Pin
jkjadoon28-Apr-07 23:15
jkjadoon28-Apr-07 23:15 
QuestionGarbage Collection & Memory Leaks. Pin
coleydog28-Apr-07 22:45
coleydog28-Apr-07 22:45 
AnswerRe: Garbage Collection & Memory Leaks. Pin
lmoelleb28-Apr-07 22:56
lmoelleb28-Apr-07 22:56 
GeneralRe: Garbage Collection & Memory Leaks. Pin
coleydog29-Apr-07 5:18
coleydog29-Apr-07 5:18 
GeneralRe: Garbage Collection & Memory Leaks. Pin
lmoelleb29-Apr-07 7:03
lmoelleb29-Apr-07 7:03 
GeneralRe: Garbage Collection & Memory Leaks. Pin
coleydog29-Apr-07 20:03
coleydog29-Apr-07 20:03 
GeneralRe: Garbage Collection & Memory Leaks. Pin
lmoelleb29-Apr-07 21:26
lmoelleb29-Apr-07 21:26 
GeneralRe: Garbage Collection & Memory Leaks. Pin
coleydog29-Apr-07 22:40
coleydog29-Apr-07 22:40 
AnswerRe: Garbage Collection & Memory Leaks. Pin
Christian Graus29-Apr-07 0:14
protectorChristian Graus29-Apr-07 0:14 
GeneralRe: Garbage Collection & Memory Leaks. Pin
coleydog29-Apr-07 5:25
coleydog29-Apr-07 5:25 
GeneralRe: Garbage Collection & Memory Leaks. Pin
Christian Graus29-Apr-07 10:52
protectorChristian Graus29-Apr-07 10:52 
GeneralRe: Garbage Collection & Memory Leaks. Pin
coleydog29-Apr-07 16:36
coleydog29-Apr-07 16:36 
GeneralRe: Garbage Collection & Memory Leaks. Pin
Christian Graus29-Apr-07 18:15
protectorChristian Graus29-Apr-07 18:15 
GeneralRe: Garbage Collection & Memory Leaks. Pin
coleydog29-Apr-07 22:56
coleydog29-Apr-07 22:56 
GeneralRe: Garbage Collection & Memory Leaks. Pin
caix29-Apr-07 14:11
caix29-Apr-07 14:11 
GeneralRe: Garbage Collection & Memory Leaks. Pin
coleydog29-Apr-07 16:19
coleydog29-Apr-07 16:19 
GeneralRe: Garbage Collection & Memory Leaks. Pin
Dave Kreskowiak29-Apr-07 16:55
mveDave Kreskowiak29-Apr-07 16:55 
Instead of pounding on people to tell you something about your code, that they've never seen, why not test it out and beat on it until you get it to fail, or you manage to see that the GC does know what it's doing. The GC doesn't HAVE to collect objects if it doesn't see the need to, or, more precisely, it doesn't have to release managed memory back to Windows unless Windows wants it back.

If an object is collected, the memory goes back to the managed heap, not back to Windows!


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionHow to get Status of Process (Urgent) Pin
Sanjib Raj28-Apr-07 22:18
Sanjib Raj28-Apr-07 22:18 

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.