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
How can we use Web API with ASP.NET Web Form?
What is _viewstart?
What are validator? Name the validation controls in asp.net?
What is the difference between localization and globalization?
Explain how to prepare culture-specific formatting in .net.
How we can force all the validation controls to run?
What does uri mean?
What is the procedure to create the environment for asp.net? : asp.net mvc
Explain the difference between inline and code behind - which is best in?
What is client side state management?
How to create events for a control?
Explain how do you validate the controls in an asp .net page?
What are the two properties that are common on every validation control?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
How can we call webservices in Banking Applications? and where we are using it?