What is the difference between an EXE and a DLL?
Answer Posted / sivaprasad
DLL:
1)it has versioning
2)it is not self executable
3)it runs in application process memory
4)it has no entry point
5)it is reusable
Exe:
1)it is self executable
2)it has no versioning
3)it runs in own memory
4)it have main function(Entry point)
5)it is self executable
Note:DLL is Superset of Exe
| Is This Answer Correct ? | 95 Yes | 6 No |
Post New Answer View All Answers
What are early binding and late binding.
What are validator? Name the validation controls in asp.net?
What is active web page?
How many types of file extensions for razor views in ASP.Net MVC?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
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?
In asp.net, how can you validate drop down box?
Explain security types in asp.net?
How about the security in Activex DLL and Activex EXE ?
What is asynchronous call?
Define session in asp.net.
Do gac'ed assemblies have fulltrust?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
How can you enable impersonation in the web.config file?
What is the full form of asp.net?