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
Tell me what is serialization?
Please explain what is the difference between encrypting a password and applying a hashing?
Explain what is the difference between response.redirect & server.transfer?
Who is using .net core?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Explain me what is an anonymous method and how is it different from a lambda expression?
What is .net core used for?
Explain what relationship is between a process, application domain, and application?
How big is the datatype int in .net?
What data providers available in .net to connect to database?
Do I have any control over the garbage collection algorithm?
Write the .net syntax for 'for loop'?
Explain the difference between constants and read-only variables?
What is the difference between response.redirect & server.transfer?