Community

What’s better than ILDasm? ILSpy and dnSpy are tools to Decompile .NET Code

(Scott Hanselman) .NET code (C#, VB, F#, etc) compiles (for the most part) into Intermediate Language (IL) and then makes it way to native code usually by Just-in-time (JIT) compilation on the target machine.