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 the purpose of enumerable class in .net?
How can I find out what the garbage collector is doing?
What are data types in .NET?
Why do we use the “using” statement?
Explain me how does linq work?
What do you mean by Code Access Security in .NET?
What is the difference between function and stored procedure?
What is the use of UML in .Net
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
How is .net able to support a lot of languages?
What is Entity Relationship Model in .NET?
What is a design pattern and what is it for?
Explain how to load the contents of an xml file into an xmldocument object?
Difference between machine.config and web.config?
What is stored procedure ? how we use it in .NET ?