Here I am covering some basic information about how GC works in CLR. More detailed informations are covered @ .Net Framework 4.0: The Background and Foreground GC Differences between Server and Workstation GC (types of garbage collection) The garbage collector is an automatic memory manager. It provides the following benefits: Enables us to develop […]
↧