Microsoft and Garbage Collection

Memory Modules.

The .NET developer doesn’t usually have to understand how the Microsoft “Garbage Collector” (GC) works to build an app, but occasionally a situation arises where understanding garbage collection in the context of app development is beneficial. Garbage collection in Microsoft’s .NET development framework is an automatic process that frees up memory that an application no longer needs.

###