Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
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
924
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