Toggle navigation
DeviCode
memory management
2023
#003 | Value types are not always allocated onto the stack
When learning C# one of the first things we are taught is that ValueType variables are always allocated on the stack, but this is not always true.