Tag Archives: memoryleaks

Memoryleaks with WinDbg

I have experienced the first major project with a memory leak problem… and how do one get started with Memory leak finding. It is a tough task and the learning curve is quite steep. You have to get to know the … Continue reading

Posted in Development | Tagged , , | 5 Comments

Debugging memory leaks and Parallel LINQ

Link to good articles Debugging OutOfMemoryExceptions in managed code using Windbg http://blogs.msdn.com/amolravande/archive/2008/12/16/debugging-outofmemoryexceptions-in-managed-code-using-windbg.aspx   Query Data with Parallel LINQ http://blogs.msdn.com/charlie/archive/2008/12/15/query-data-with-parallel-linq.aspx  

Posted in Development | Tagged , , , | Leave a comment