xornand / debug-recipes

My notes collected while debugging various problems in .NET applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug Recipes

It is a repository of my field notes collected while debugging various .NET application problems on Windows (mainly) and Linux. They do not contain much theory but rather describe tools and scripts with some usage examples.

The ๐Ÿ’พ icon before a section name means that materials in a given section are no longer updated and may be outdated.

I hope you will find the materials helpful. Any contribution is welcome.

๐Ÿ‘‰ I also authored the .NET Diagnostics Expert course, available at Dotnetos ๐ŸŒถ๏ธ Academy. Apart from the theory, it contains lots of demos and troubleshooting guidelines. Check it out if you're interested in learning .NET troubleshooting. ๐Ÿ‘ˆ

General advice

Make sure you have valid symbols configuration in your system. If you are debugging a .NET application you may first check the .NET debugging tips.

Troubleshooting

Application execution problems

Database connectivity

.NET Web Applications

System

Databases

MS SQL Server MySQL
Slow queries X X
Blocked requests X X
Indexes problems X X
I/O problems X
Server problems X X

IIS

Tools

About

My notes collected while debugging various problems in .NET applications.

License:MIT License


Languages

Language:ASP.NET 45.3%Language:PowerShell 24.7%Language:C# 23.3%Language:Batchfile 5.5%Language:C 0.9%Language:VBScript 0.2%