Manoj Kumar Duraisamy
Explain about Memory Management in .NET?
By Manoj Kumar Duraisamy in .NET on Jan 01 2017
  • Komara Reddy
    Feb, 2017 17

    CLR Provides an Automatic Memory management for Dot Net programs. Automatic Memory management is handled by GC(Garbage Collector), GC has it's own engine called as optimizing engine and it runs when required, it identifies the object into two categories, one is idled object and another one is object in use, object in use are kept in memory and idled objects are removed from memory.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS