1
Does anyone know of a program or extension that can do a sort of "decompiling" of DLL files (which contains classes of a website) in CS and ASPX.CS files?
For now, I only know of the . NET Reflector, which is used as an extension of Visual Studio. He can access the CS, but I haven’t been able to access the ASPX.CS file codes for the time being.
I need this to be able to access all the sources of a site made in ASP.NET with C#, which I assumed from another developer (who contacted me to give me these updated sources, but for now I did not get back from him. That’s why I’m going through several paths). And that includes ASPX.CS
What can I do?
Try Ilspy: http://ilspy.net/
– Marcus Vinicius