Becoming a better user of F12 web developer tools

Posted: (EET/GMT+2)

 

Today's web browsers contain great developer tools built right in to the software. When in a ASP.NET web developer role, I usually rely heavily on the "F12" tools of the browsers to debug front-end issues, but also backend issues and network requests.

However, these tools contain lots of features nowadays, and the purpose of this blog post is to raise awareness on this. When was the last time you actually took the time to see what's inside these tools in detail? Microsoft has created a nice document about F12 tools in Internet Explorer and Edge. These are two separate documents, so be sure to check these out!

Happy web development!