what is dumpbin.exe?
Answer / elangovan
Standard Object File Format (COFF) binary files (which
include DLLs, LIBs and EXEs) provide a lot of useful header
information, including all of the functions that they
export. Nicely enough, Microsoft provides a command-line
tool with almost all of their development environments,
including Visual Studio .NET 2003, that allows you to
easily extract this information. This tool is called
dumpbin.exe.
Is This Answer Correct ? | 8 Yes | 0 No |
what is the assembly?
hi all, can we sort the data set without using the gridview sort method
How .Net has implemented security for web applications?
What is clickid?
What is cross page posting? How is it done?
What is the difference between a thread and a process?
Can action method static?
About Windows/Forms Authentication
what is the dllhell? why we use the dllhell?
difference between writing connection string in web.config through connection string and appsettings
What is .net framework and what are the main components of it?
How do http sessions work?