What is the difference between an EXE and a DLL?
Answer Posted / shahid
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
6)Out Process Server
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
6) In Process Server
| Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
What is the difference between a candidate key and primary key?
How can we identify that the page is post back in asp net?
What is the purpose of using MVC programming pattern in ASP.NET?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is csrf attack in asp.net?
Should I delete cookies?
What is gridview in asp.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?
How we implement web farm and web garden concept in asp.net?
What is enableviewstate?
What is windows active directory authentication?
Fetch one page value to another page without using state-managment ?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Differentiate globalization and localization.
What is difference between URL and URI?