Dot Net Interview Questions and Tutorials
By Dr. Rajesh Rolen
Wednesday, January 5, 2011
How to invoke garbage collector programatically
In applications with significant memory requirements, you can force garbage collection by invoking the GC.Collect method from the program. This is not recommended and should be used only in extreme cases.
No comments:
Post a Comment