dotnet-debugging.NET DEBUGGING
Home
OOPOOADSOLIDGRASPDPDSSQLXMLHTMLCSS

introduction
Introduction
Overview - Programming, Debugging and Troubleshooting on Windows Platform
Step-By-Step Guide
Learning
ContentNative/Managed Production Debugging, Hardcore Programming, Reverse-Engineering, Dump Analysis (Postmortem), Round-Tripping, Son Of Strike (SOS), Blue Screen Of Death (BSOD), Root Cause Analysis (RCA) and so on
Crashes, Hangs, Performance Issues, Memory/Resource Leaks : Scenario
For .NET Developers, C# Programmers, Technical Support and Escalation Engineers

“ If debugging is the process of removing bugs. Then programming must be the process of putting them in. ”
- Edsger Dijkstra

“ When debugging, novices insert corrective code; experts remove defective code. ”
- Richard Eric Pattis

“ Debugging is twice as hard as writing the code in the first place. Therefore, If you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. ”
- Brian Wilson Kernighan