Answer Posted / shh!!
The file format defining the structure that all executable
files (EXE) and Dynamic Link Libraries (DLL) must use to
allow them to be loaded and executed by Windows. PE is
derived from the Microsoft Common Object File Format
(COFF). The EXE and DLL files created using the .NET
Framework obey the PE/COFF formats and also add additional
header and data sections to the files that are only used by
the CLR. The specification for the PE/COFF file formats is
available at
http://www.microsoft.com/whdc/hwdev/hardware/pecoffdown.mspx
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is a manifest in .net?
I'm having some trouble with cas. How can I troubleshoot the problem?
How many types of design patterns available in .NET?
How big is the datatype int in .net?
Elements of CAS
Do you know what is linq?
When displaying fonts, what is the difference between pixels, points and ems?
What is the transport protocol you use to call a seb service soap?
Which Namespace is used to to achieve MultiThreading in .NET?
Please explain what is the difference between encrypting a password and applying a hashing?
Define marshling?
Is Driver Script any how related to AOM?
What are pdbs?
Differences between namespace, class, assembly?