Answer Posted / 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 |
Post New Answer View All Answers
How Can assign alias name for ASP.NET Web API Action?
What is IPostBack? How to use it?
What is the difference between executescalar and executenonquery?
What is server infrastructure?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Explain the steps to be followed to use passport authentication.
What is postback request?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
how to include timer or counting time to display next page in asp.net
Define the steps to set up validation control.
A Web Service Can Only Be Written In .net. Is it True??
What is css in asp.net?
To redirect the user to another page which method do we use without performing a round trip to the client?
Define managed code and managed data in .net?
Is there any property names “isnavigating”?