

.NET / C# Garbage Collection Interview Questions
This video is all about the .NET garbage collector - how it works and how to talk about it in a job interview. The .NET garbage collector was a revolutionary invention that allowed programmers to stop thinking about memory management and concentrate on solving the customer's problems. .NET memory comes in two flavors: The Stack, and The Heap. The Stack is for value types like int, bool and float. The Heap is for reference types like objects, strings and arrays. The Heap is fu