Memory Types
Let's discuss memory types provided in C#.
We'll cover the following...
Heap and stack
When a variable is declared, a portion of memory is allocated in RAM. This portion of memory contains the variable’s name
, data
...