Can i decompile asp.net mvc 4 dll files

5.1k Views Asked by At

I am working on de compiling my old mvc4 source code which has only dll files in it, i would like to know if it is possible i have already used reflector and got some of the source files but it looks like the source is all messed up.

any thoughts.

thanks

2

There are 2 best solutions below

0
On

try to decompile dll using Decompiler by Telerik http://www.telerik.com/products/decompiler.aspx

0
On

you can also use ILspy , the open-source .NET assembly browser and decompiler.