MarioHewardt

No More Memory Fragmentation on the .NET Large Object Heap

There are two different "types" of heaps in .NET. The Small Object Heap (SOH) and the Large Object...

Author: Mario Hewardt Date: 06/26/2013

More Efficiently Debug the Managed Heap Using SOS 4.5

More often than not, when we investigate the managed heap using SOS we use the all powerful...

Author: Mario Hewardt Date: 03/13/2013

Visual Studio 2012 and Parallel Watch Window

Traditionally, debuggers have been very per thread centric. For example, a debugger most typically...

Author: Mario Hewardt Date: 06/11/2012

Visual Studio 2012 and WinDbg Integration

Microsoft has always provided two primary debugging experience: Visual Studio and Debugging Tools...

Author: Mario Hewardt Date: 06/05/2012

The Non Blocking Monitor Wait

  One of key things we are taught about lock constructs in general is that a thread will wait...

Author: Mario Hewardt Date: 05/31/2012