Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Dive deep into the .NET heap structure in this 28-minute video. Explore heap generations, object allocation in the heap, and how objects move across generations. Learn to leverage this knowledge to your advantage. Visualize the heap, understand the processes of allocating, promoting, sweeping, and compacting objects, and discover tipping points for objects and list arrays. Examine performance metrics related to heap management in .NET C#.
Syllabus
Introduction
heap visualisation
moving objects between generations
allocating / promoting / sweeping / compacting
objects array tipping point
list array tipping point
performance metrics
the end
Taught by
Raw Coding