dotnet-debugging.NET DEBUGGING
Home
OOPSOOADSOLIDDPDSSQLXMLHTMLCSS

introduction
Introduction
Overview - Programming, Debugging and Troubleshooting on Windows Platform
Step-By-Step Guide
Learning
ContentLive, Postmortem, Time Travel, Remote, Native/Managed Production Debugging, Hardcore Programming, Reverse Engineering, Dump Analysis, 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 etc. : 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