- ARCHIVE / TAG ARCHIVE
- Deadlock Detection & Debugging for .NET
.NET does not have buit-in support for deadlock detection. It is sometime cumbersome to reproduce scenario and identify the reasons for the deadlock. Depending on Debugging Tools for Windows Corneliu’s tool is a welcome addition to the professional .NET developer’s toolbox.
- Accessing the Device Context to Determine Color Depth in .NET
Yesterday, I stumbled over a piece of code I almost forgot about. It allows for reliably querying the current device context for the desktop’s color depth. Thought I’d share it here since it’s been useful for me in the past and might be again in the future.
