-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Nikolay Mitikov edited this page Jun 14, 2018
·
21 revisions
-
Why when what data needed - when a specific piece of information is needed, and how should it be used.
-
When Fiddler - when a snapshot of browser-server activity is valuable, and how to investigate it.
-
Why does site recycle or crash from IIS logs - analyzing IIS log entries written into Windows Event Logs to find reasons for site recycle.
-
Debugging framework internals without source code - in order to debug the program you need PDBs. What if you do not have them?
-
Profiling slow code - how to get an understanding in 2 minutes why the certain operation is slow.