In this blog post, a small and (over)simplified infographic on how the Garbage Collector works.
For a more detailed explanation, have a look at my two part series:
In this blog post, a small and (over)simplified infographic on how the Garbage Collector works.
For a more detailed explanation, have a look at my two part series:
This article will talk about the garbage collector in .NET. Why do we have and need him? And why it is essential to understand the behavior to know what impact on our application he has.
This article will explain design patterns, which we use on a daily base, with smaller (over)simplified illustrations.
I already made a post about how the Garbage Collector works in .NET and also introduced the topic of Generation slightly. This article will look a bit more in detail into why we have those mechanisms in the first place, including the Large Object Heap.