Hits Today: 2 Total: 730 | Updated: 9/7/2002 | |
 | The GC Class controls the system garbage collector, a service that automatically reclaims unused memory.
Author: unknown Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1286 | Updated: 6/3/2001 | |
 | ...If you create a new object on the managed heap and that object allocates resources such as handles or connections then you must ensure that that object has released it's resources before casting the element adrift to the mercy of the GC... Author: Chris Maunder Code: ASP.NET Beta 1 & VB |
Hits Today: 1 Total: 875 | Updated: 8/15/2001 | |
 | This article will explain and demonstrate a phenomenon that is unusual in the .NET implementation of the garbage collector. The phenomenon is known as resurrection. Author: Ravi Ramnath Code: ASP.NET Beta 1 & C# | |  | |
Hits Today: 1 Total: 1290 | Updated: 5/4/2002 | |
 | Throughout the .NET class library, the Dispose Pattern is used when freeing foreign resources. Foreign resources are external to a class, such as database connections, file handles etc. Author: devteam Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 910 | Updated: 7/14/2002 | |
 | In this article we would like to discuss one of the primary advantages of .NET framework - the ease in memory and resource management. Author: Amit Kukreja Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 685 | Updated: 1/3/2004 | |
 | Each object's lifetime in the .NET Framework is determined by the garbage collector (GC). To perform its work, the GC checks for each and every object if it is "reachable". Author: Ingo Rammer Code: ASP.NET v1.0 & VB | |  | |
|