C# 7 Series, Part 10: Span and universal memory management
Background .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. In the event of interop or low-level…Read More »