@manhng

Welcome to my blog!

Measure Performance with Profiling Tools

August 21, 2020 10:09

Measure Performance with Profiling Tools (edit)

https://docs.microsoft.com/en-us/visualstudio/profiling/beginners-guide-to-performance-profiling?view=vs-2019

https://docs.microsoft.com/en-us/visualstudio/profiling/profiling-feature-tour?view=vs-2019

https://devblogs.microsoft.com/visualstudio/how-to-debug-and-profile-any-exe-with-visual-studio/

https://devblogs.microsoft.com/devops/diagnosing-memory-issues-with-the-new-memory-usage-tool-in-visual-studio/ (Samples)

https://devblogs.microsoft.com/devops/understanding-symbol-files-and-visual-studios-symbol-settings/

https://docs.microsoft.com/en-us/visualstudio/profiling/perftips?view=vs-2019

https://docs.microsoft.com/en-us/visualstudio/profiling/running-profiling-tools-with-or-without-the-debugger?view=vs-2019

https://docs.microsoft.com/en-us/visualstudio/profiling/profile-apps-from-command-line?view=vs-2019

https://docs.microsoft.com/en-us/previous-versions/windows/apps/hh750313(v=win.10)

https://github.com/dotnet/sourcelink

https://github.com/0xd4d/dnSpy

https://github.com/icsharpcode/ILSpy

Decompiler

January 17, 2020 16:05

Decompiler (edit)

  • JetBrains dotPeek
  • ILSpy

https://stackoverflow.com/questions/273145/is-it-possible-to-decompile-a-windows-exe-or-at-least-view-the-assembly

.NET Decompiler

.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!

https://github.com/icsharpcode/ILSpy/releases/tag/v5.0.2

.NET Reflector

https://www.red-gate.com/dynamic/products/dotnet-development/reflector/download

JustDecompile

System Requirements

Supported Environments

  • .NET Framework – 4.5.1, 4.5, 4.0, 3.5, 2.0 
  • The Visual Studio Extension supports VS 2015, 2013, 2012, 2010
  • Windows 10, 8, 7, Vista, XP (32, 64 - bit)

Supported Languages and Technologies

  • Silverlight and XAP
  • APPX
  • WinRT
  • Winmd
  • C#,
  • VB.NET
  • MSIL

Categories

Recent posts