What is ILDASM is Intermediate Language Dissembler SDK Tool that is used to examine MSIL code and the parts of the Assembly. It comes with the installation of Visual Studio IDE. If you want to examine how your compiler is executing your code and debug your program into depth, understand the flow of a concept or implement best practices its the best tool that IDE gives to use.
You can find this tool in Framework Tools Folder in the following path with name ildasm.exe
C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools
You can also find it Microsoft Windows SDK Tools in VS2010
Read more: Beyond Relational
0 comments:
Post a Comment