Skip to content

Instantly share code, notes, and snippets.

@HainanZhao
Last active September 10, 2020 03:03
Show Gist options
  • Select an option

  • Save HainanZhao/0cc921ddd8e90c556fc1a470f1cff42b to your computer and use it in GitHub Desktop.

Select an option

Save HainanZhao/0cc921ddd8e90c556fc1a470f1cff42b to your computer and use it in GitHub Desktop.
Cheatsheet for Software Engineers

Windows Based

Error Logs

Event Viewer

Tracing from asp.net production enviroment

Program not loading properly / Missing Dlls / Check Registry key usages

Process Monitor https://docs.microsoft.com/en-us/sysinternals/downloads/procmon

Copy locked files

Shadow Copy https://www.raymond.cc/blog/copy-locked-file-in-use-with-hobocopy/

Web Based

Webpage errors

F12 Developer consles

React issues / React performance issues

React developer tools /Performance profiler

Inspect web traffic

Fiddler https://www.telerik.com/fiddler

Debug hosted webservices / Redirect webservcies traffic to dev machine

ngrok https://ngrok.com/

Disable/Enable TLS protocols

IISCrypto https://www.nartac.com/Products/IISCrypto/

Database

Query Sql server DB without installer

LinQPad https://www.linqpad.net/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment