adspace


How to view a .NET assembly?

Answer Posted / Mukesh Kumar Chhonkar

To view a .NET assembly (DLL or EXE file), you can use tools like ILSpy, dotpeek, or Reflector. These tools allow you to inspect the code and metadata of assemblies.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143