Friday 11 May 2012

Alternatives to .NET Reflector

ILSpy = http://wiki.sharpdevelop.net/ILSpy.ashx

Decompilation to C#

  • Supports lambdas and 'yield return'
  • Shows XML documentation

 

JetBrains dotPeek = http://www.jetbrains.com/decompiler/

Uses similar keyboard shortcuts to JetBrains Resharper.

No comments:

Post a Comment

How to find the last interactive logons in Windows using PowerShell

Use the following powershell script to find the last users to login to a box since a given date, in this case the 21st April 2022 at 12pm un...