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 |
Explain what is the difference between constants and read-only variables?
What is CCW (COM Callable Wrapper)
Explain what rare the types of jit and what is econo-jit?
What is dot net architecture?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?
How can you see which services are running on a Windows box?
What is multiThreading in .NET?
How is development of a Windows service different from a Windows Forms application?
What is 3 tier architecture?
Can we share session between ASP.Net & ASP
3 Answers Accenture, Value Labs,
How will you load dynamic assembly? How will create assemblies at run time?
0 Answers InfoAxon Technologies,