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
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Explain me what is a design pattern and what is it for?
What are situations when you register .NET assembly in GAC ?
What's the use of system.diagnostics.process class in .net?
What are the features of dot net?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
When we use windows api in .net is it managed or unmanaged code?
How inheritance works in .net?
What are the advantages of .net core?
Please explain what is reflection and what is it for?
Tell us what is the difference between struct and class?
What is deferred execution vs. Immediate execution in linq?
SAP Business One(this is intigrated tool of .net)
What is the use com component in .net?
How to create multiple inheritance in c#, with example?