Subhashkumar Yadav
Explain the garbage collection in .NET ?
By Subhashkumar Yadav in .NET on Dec 30 2016
  • Subhashkumar Yadav
    Dec, 2016 30

    Garbage collection is a CLR feature which automatically manages memory. CLR automatically releases objects when they are no longer used and referenced. Following methods are used for garbage collection –GC.Collect() Dispose() Finalize()

    • 4


Most Popular Job Functions


MOST LIKED QUESTIONS