Stack and Heap Memory in .NET
Feb 4, 2024 · 8 min read · What Happens Internally When We Declare a Variable in a .NET Application? When we declare a variable in a .NET application, it allocates some memory in the RAM. The memory that it allocates in RAM has three things are as follows: Name of the Variabl...
Join discussion