alexey-gusarov / debug-recipes

My notes collected while debugging various problems in .NET and native 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

I prepared a short guide on configuring Windows for effective troubleshooting, so please check it out. If you are debugging a .NET application you may also check the .NET debugging tips.

Tools & techniques

Troubleshooting

Application execution problems

Database connectivity

.NET Web Applications

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

About

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

License:MIT License


Languages

Language:ASP.NET 45.2%Language:PowerShell 24.7%Language:C# 23.3%Language:Batchfile 5.5%Language:JavaScript 1.1%Language:VBScript 0.2%