-
.NET garbage collector making me batty
I’ve spent a few days trying to track down a garbage collection problem in some code I’ve been working on. I finally figured it out. Along the way, I’ve learned more about .NET garbage collection than I ever wanted to know, and discovered a useful tool to help with these kinds of problems.