What is portable executable (PE)?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kirti
The file format used for executable programs and for files to be linked together to form executable programs
| Is This Answer Correct ? | 0 Yes | 0 No |
Give an example program for Getter /read-only methods in JAVA
What are the benefits of Model-View-Controller Architecture?
create a keypair?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?
Explain what are the deferred execution and the immediate execution in linq?
What is an Exception? How many exceptions exist in Dot net and explain them?
What is the difference between boxing and unboxing?
ctype(123.34,integer) - should it throw an error? Why or why not?
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
What's singleton activation mode in .net?
What is delegation in .net?
Why SOAP is required?