Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
1
Reply
What is the difference between .EXE and .DLL files?
Bharat Kumar R
11y
1.4k
0
Reply
Submit
EXE
It is an
executable file
,which can be run independently.
EXE is an out-processcomponent, which means that it runs in a separate process.
It cannot be reused in anapplication.
It has a main function.
DLL
It is
Dynamic LinkLibrary
that is used as a part of EXE or other DLLs. It cannot be runindependently.
It runs in the applicationprocess memory, so it is called as in-process component.
It can be reused in anapplication.
It does not have a mainfunction.
Bharat Kumar R
11y
0
What is Global Assembly Cache (GAC) ?
What are the main components of .NET Framework?
Message