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


Please Help Members By Posting Answers For Below Questions

What is view state and how it works in asp net?

557


What is the purpose of using MVC programming pattern in ASP.NET?

561


How to Separate background image and front image from original picture....

561


What is session management in web application?

553


How can you debug your.net application?

560






What is the difference between cache and cookies?

520


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

571


What are the security types in ASP/ASP.NET? Different Authentication modes?

567


What is .net remoting?

573


How can we use Web API with ASP.NET Web Form?

653


What are assemblies and namespaces and explain the difference between them ?

572


Define cookie.

573


What is the difference between a multi-layer and multi-tier applications?

577


In which event are the controls fully loaded?

570


What are html helpers in asp.net?

535