What is the difference between an EXE and a DLL?
Answer Posted / kunal singh
EXE(Executable file) is used when application load.
DLL(Dynamic Link Library) is used when application loaded.
DLL is Superset of Exe. That means dll file must be need exe file.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the asp.net list controls and difference between them?
What is Web Server Control Templates.?
What is Forms Authentication in ASP.NET?
What is the difference between server-side scripting and client-side scripting?
What is the default timeout for a cookie?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
Which method is used to enforce garbage collection in .net?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Explain Session state management options in ASP.NET.
What are the different properties of server control that exists?
How to register exception filter globally?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What are the uses of reflection?
What is web api vs wcf?
Explain what are delegates?