What is the difference between an EXE and a DLL?
Answer Posted / anshu sharma
An Exe is executable program,dll(dynamic link library)is a file that can be loaded and executed by the program dynamically. basically it is an external code repository for program, since usually several different program reuse the same Dll.
*)Dll has no main function but Exe has main function
*)Dll is in-process component & Exe is out process component
*)Exe is executable in its own environment but Dll need another exe to execute
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Do gac'ed assemblies have fulltrust?
What is difference between or and orelse?
What is inproc and outproc?
What is the difference between application state and caching?
Explain Optimization technique description?
How would ASP and ASP.NET applications run at the same time on the same server?
What can you do with asp.net?
Explain the difference between sql invalidation and sql notification.
What are the Types of authentications in IIS
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is virtual directory in asp.net?
Explain how asp.net different from asp?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
From which base class all web forms are inherited?
Difference between web user control and web custom control?