What is the difference between an EXE and a DLL?
Answer Posted / krishna mohan
The Anatomy of a DLL
Dynamic linking is a mechanism that links applications to
libraries at run time. The libraries remain in their own
files and are not copied into the executable files of the
applications. DLLs link to an application when the
application is executed, rather than when it is created.
DLLs may also contain links to other DLLs.
Note Many times, DLLs are placed in files with different
extensions such as .EXE, .DRV or .DLL.
Applications and DLLs can link to other DLLs automatically
if the DLL linkage is specified in the IMPORTS section of
the module definition file as part of the compile or you
can explicitly load them using the Windows LoadLibrary
function.
ece is a excutable file
By Krishanamohan From T.T.plaace 7 C.P. new delhi
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are session state modes in asp.net?
What is base class of button control in .net?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
What is the Intermittent crashing of application in production?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Differentiate between namespace and assembly.
How does asp page work?
What is http protocol and how it works?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is an axd file?
What is event bubbling?
What is use of <% %> in asp.net?
What are the server control tags in asp.net.?
What is the part of url?
Why is the standalone environment only useful during the development process?