Related resources for heap memory
  • .NET Memory Management11/23/2020 8:15:33 AM. In this article, I am giving you a broad idea of how the garbage collector works in Microsoft's implementation of the .NET Framework.
  • Stack Vs Heap Memory - C#4/20/2020 11:18:56 AM. In this article, you will learn about Stack v/s Heap Memory - C#.
  • Demystify Garbage Collection in C#: Part 58/24/2013 11:53:46 AM. In this article we will see how the Garbage Collection algorithm works. We will next see how to implement a weak reference to optimize performance.