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 interface and abstract class in .net?
Explain what are an object and a class?
What is the difference between server.transfer and response.redirect? Why?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
How can you instantiate a tuple?
Explain the procedure to add assemly to gac to make it shared one?
Please explain what is a delegate?
What are three common acronyms used in .net, and what do they stand for?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
what will do to avoid prior case?
What is finalize method in .net?
Explain the .net framework overview?
Can you write a class without specifying namespace?
Explain what is the difference between response.redirect & server.transfer?
How many design patterns can be created in .net?