Community

C# 7 Series, Part 10: Span and universal memory management

(Mark Zhou) .NET is a managed platform, that means the memory access and management is safe and automatic. All types are fully managed by .NET, it allocates memory either on the execution stacks, or managed heaps.

/membership]
Read More (Community content)