Answer Posted / yasmeen
1.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.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Are there any third party logging components available?
Explain about microsoft visual studio?
How does .net remoting work?
how to change the application name?
What other than biginteger has been introduced in system.numerics namespace?
how to add list of items in a web application and win application?
Explain the race around condition? How can it be overcome? : Dot net architecture
What is textview control of .net mobile? : Microsoft dot net mobile
Explain the difference between primary & secondary storage device? : Dot net architecture
Explain cache? : Dot net architecture
Explain .net mobile input controls? : Microsoft dot net mobile
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
How to improve the cache performance? : .NET Architecture
How to upload in video,mp4,in .net 4.5 ..?
What is the use of CLR in .NET?