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 to register exception filter globally?
What is meant by asp.net?
What is inproc and outproc?
What is the difference between user control and custom control?
What is viewstate in asp net with example?
Can you explain one critical mapping? Performance issue which one is better?
what are the Custom controls in asp.net?
Explain file-based dependency and key-based dependency.
What is the behavior of a Web browser when it receives an invalid element?
Explain server-side scripting and client-side scripting.
what is silver light when will we use silver light,
Is asp.net easy to learn?
What is the importance of Global.asax in ASP.NET?
Define cookie.
How do you declare static variable? What is its lifetime?