Sign in
Dennis "D.C." Dietrich
C#, .NET and the Curse of the Resource Fork - A Tester's Tale
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Cloud Computing
Code Camp
Code Generation
Debugging
Delegates
EMTF
Events
Exceptions
Garbage Collector
Globalization
Hardware
HTTP
Links
Localization
Mac OS X
MIX
Object Lifetime
Open Source
Quality Assurance
Runtime Code Compilation
Silverlight
Software Engineering
Testing
Usability
User Experience
Virtualization
Browse by Tags
MSDN Blogs
>
Dennis "D.C." Dietrich
>
All Tags
>
garbage collector
Tagged Content List
Blog Post:
Additional information on the garbage collector and weak references
Dennis 'D.C.' Dietrich [MSFT]
I received some feedback on my previous post A good reason for calling GC.Collect() basically saying that I omitted certain details on the garbage collector and weak references. I won't argue that - it is certainly true. However, it wasn't my intention to fully explain either especially since they are...
on
30 Sep 2007
Blog Post:
A good reason for calling GC.Collect()
Dennis 'D.C.' Dietrich [MSFT]
You've probably heard that you should not call GC .Collect() and generally speaking this is absolutely correct. Yes, there are probably exceptions to that rule but unless you know for sure that calling GC .Collect() will improve the runtime behavior of your application you should refrain from making...
on
23 Sep 2007
Page 1 of 1 (2 items)