Value Types
Th lesson introduces the .NET type system split between value and reference types, explains why the heap exists for long-lived data that outlives a single method call, and enumerates all value types including numerics, enums, structs, and the performance-friendly ValueTuple.
Previous Module
.NET Runtime Memory Management
This Module
The .NET Type System