TechDays - Link to downloadable tools

Thanks to the brave people showing up for the first public presentation that I’ve done.

Hope it was useful. If you have any further question, just post a comment or contact me via this blog.

Here are the links to the tools used for the presentation I did on TechDays in Västerås on March 17th.

Links and download:

Network Monitor:
https://www.microsoft.com/downloads/details.aspx?FamilyID=f4db40af-1e08-4a21-a26b-ec2f4dc4190d&DisplayLang=en

Debug Diagnostic Tool:
https://www.microsoft.com/downloads/details.aspx?FamilyID=28bd5941-c458-46f1-b24d-f60151d875a3&displaylang=en

Debugging Tools for Windows (WinDbg):
https://www.microsoft.com/whdc/devtools/debugging/default.mspx

SOS Debugging Extension (SOS.dll):
https://msdn.microsoft.com/en-us/library/bb190764(VS.80).aspx

You will find the SOS.dll on the machine where the .Net framework is installed:

32 bit -> C:\Windows\Microsoft.NET\Framework\v2.0.50727

64 bit -> C:\Windows\Microsoft.NET\Framework64\v2.0.50727

SQL Server Browser Service

https://msdn.microsoft.com/en-us/library/ms181087.aspx

I would for tips and tricks regarding .Net and Windbg recommend my colleague Tess blog:

https://blogs.msdn.com/tess/

and for SQL Server issues my recommend my colleague Grahams blog:

https://blogs.msdn.com/grahamk/