I was helping a colleague with an interesting case yesterday concerning a memory leak in IE when using winforms usercontrols. We got a nice little repro with a very basic user control that displayed a picture and each time the page was refreshed it appeared to leak quite a bit of memory, and inducing a garbage
Similar Posts
Rather than spending a lot of time on explaining the details of the garbage collector, I'll refer you to Maoni's blog for some very interesting reading
I have talked about blocked finalizers before and this issue is a special case of blocked finalizers where we are not really finalizing a .NET object but
A few days ago I posted a question I had gotten on email (look here for complete post) We use Page.Cache to store temporary data, but we have recently
For out of memory exceptions, keep in mind that we can run out of memory in the native heaps in the process, as well as within the managed heap. There