Wednesday, January 23, 2013

DevTools: My Favorite Development,Debugging, Decompiling, Troubleshooting Tools



Fiddler

Web traffic viewing, posts/gets, debugging

Dependency Walker

Builds a hierarchical tree diagram of all dependent modules.

IL DASM

IL Disassembler

ILSpy

 .NET assembly browser and decompiler.

Just Decompile

.NET assembly browsing and decompiling. It enables you to take an existing compiled assembly (.dll or.exe) and easily browse the symbols it contains. Then just as easily, decompile the assembly language back to readable C#, VB and IL. JustDecompile is a standalone tool and it does not require VisualStudio.

mRemoteNG

remote connections manager

Notepad++

Edit/view text files

Nuget Package Explorer

View contents of a package. Create a new package.

Postman

For API testing

SQLEctron


A simple and lightweight SQL client desktop/terminalwith cross database and platform support.

WinDbg

Analyze crash dump files

WinMerge

Differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.

WinDirStat

For finding and deleting unneeded stuff from your drive.