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
What is mvc in asp.net tutorial? : Asp.Net MVC
Can we use a static function with a non-static variable?
How can you pass multiple complex types in Web API?
What is the difference between globalization and localization?
What is localhost in asp.net?
How does the iis work?
What are the asp.net 2.0 features?
Explain the differences between managed and unmanaged code?
What is the difference between a default skin and a named skin?
Explain swagger components.
Explain the use of view state?
Describe the application event handlers in ASP.NET?
In which event of the page life cycle, is the viewstate available?
Is asp.net web forms dead?
Define cookie.