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
List the events in page life cycle.
How many types of state management are there in asp net?
What are the Types of objects in ASP
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Is session server side or client side?
how to write html code with ssl
Any disadvantages in Dataset and in reflection ?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is server side session?
How does output caching work in ASP.NET?
What are the advantages and disadvantages of Using Cookies?
What is caching? What are different ways of caching in asp.net?
What is the difference between debug and release?
When you use Ajax controls in the ASP.NET application?