Difference between Active Exe and Dll ?
Answers were Sorted based on User's Feedback
Answer / lily antony
EXE is ae executable file, while Dll is not. Dll cannot be
used independantly.
The Dll is a reusable component which can be referred by a
EXE.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / manoj singh
1. EXE can run independaly ,while dll can not.
2. An exe can contain manu dll, dll are supprting files
containing all information.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sanjeev singh
EXE is a executable file independaly.whenever Dll is not
Executable file independaly but Dll is executable file with
the help of EXE.
Is This Answer Correct ? | 1 Yes | 0 No |
What is the file through which you can customize your asp.net application?
Which method is used to perform all validation at the page level?
0 Answers Sans Pareil IT Services,
IN an ASP.NET Web application if there is any error, how can you debug?
What are different methods of session maintenance in asp.net?
How can you implement encapsulation in asp.net?
What is asp.net and how it works?
What is asp.net globalization?
What are the types of authentication in asp.net?
what is asp.net
Explain about asp.net 2.0 themes?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What are the advantages and disadvantages of session?