Posts by this author

Mar 2, 2021
Post comments count14
Post likes count0

New Dynamic Instrumentation Profiling for .NET

With the release of version 16.9 of Visual Studio, instrumentation profiling in Visual Studio just got better. Introducing our new dynamic instrumentation tool. This tool shows the exact number of times your functions are called and is faster than our previous static instrumentation tool. It also supports .NET Core instrumentation without...

Visual StudioDebugging and DiagnosticsDiagnostics
Sep 24, 2019
Post comments count26
Post likes count0

Tracepoints: Debug with less clutter

Have you ever accidentally shipped a log statement to production? Are you tired of cleaning up log statements while debugging? The tool to solve your problems has been here all along!

Visual StudioDebugging and DiagnosticsProductivity