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 |
Is string a value type or a reference type?
What is dot net and its uses?
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
What is web.config in .net?
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
Differences between namespace, class, assembly?
What is model-view -controller Architecture?
Describe the Managed Execution Process
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
explain the states of a window service application?
What is the difference between an abstract class and an interface?
Explain what is an anonymous method and how is it different from a lambda expression?