what is the differance between .DLL & .EXE
Answer Posted / khushboo1320
.EXE is an extension used for executable files while DLL is the extension for a dynamic link library.
2.An EXE file can be run independently while a DLL is used by other applications.
3.An EXE file defines an entry point while a DLL does not.
4.A DLL file can be reused by other applications while an EXE cannot.
5.A DLL would share the same process and memory space of the calling application while an EXE creates its separate process and memory space.
Read more: Difference Between EXE and DLL | Difference Between http://www.differencebetween.net/technology/difference-between-exe-and-dll/#ixzz57iuiMQAG
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List the events in page life cycle.
Is global asax mandatory?
What is difference cookie and session?
What is meant by web application?
If we remove web.config or machine.config from the application then, is this application will works?
Explain about consistent programming model in the .NET framework?
How response object is related to asp's response object?
What does the .webpart file do?
I’m having some trouble with cas. How can I diagnose my problem?
Define xmlreader class.
What is http only cookie?
What is server side session management?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is Web Server Control Templates.?
How can we create Tree control in asp.net?