Memory allocations revisited
A few weeks back I blogged about optimizing memory use in a .Net application. On that note, I was reminded to some links to Microsoft documents on the internet that deal with memory leaks and how to debug them. I posted them before, but with my recent post in mind and the blog now being in English, I moved the document links here.
The documents apply to both VB.Net and C#, even when the title suggests otherwise.