Click here to Skip to main content
15,896,477 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,
what is the difference between dll and exe
I need it point wise and easier to understanding
Posted
Updated 14-Sep-11 21:10pm
v4
Comments
RaviRanjanKr 15-Sep-11 3:09am    
please avoid using Short form of words. always try to write complete word in your question. :)

Google[^] it.
 
Share this answer
 
A exe file contails entry point of program but A dll not.
exe's are self executed, Dll cannot be executed on their own.
for more details search on google there is lot of results.
 
Share this answer
 
v2
Both exe and dll's are assemblies where an exe is an executible program and A dll (Dynamic Link Library) is a file that can be loaded and executed by programs dynamically.
have a look there[^] to get plenty of article.
Some useful link
Link1-[Difference between DLL and Exe][^]
LInk2-[Difference Between DLL and Exe][^]
Link3-[.NET Framework Assemblies][^]
Link4-[Overview of Assemblies][^]
 
Share this answer
 
Comments
rkthiyagarajan 15-Sep-11 3:25am    
Nice....
RaviRanjanKr 15-Sep-11 3:52am    
Thanks :)
Exe are execuates where as dll are Dynamic link library. Meaning when you develop a console app or windows forms app, an exe is generated. You can double click and use that exe.

When you develop a web forms applications instead of exe, dlls are generated .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900