Ravi Kumar
What is the difference between an EXE and a DLL?
By Ravi Kumar in ASP.NET on Jan 10 2007
  • Ragu
    Feb, 2007 22

    EXE - An assembly with an entry point is called as an EXE file.

    DLL - An assembly without entry point is called as an DLL file

    • 0
  • sai
    Jan, 2007 10

    You can create an objects of Dll but not of the EXE.
    Dll is an In-Process Component whereas EXE is an OUt-Process Component.
    Exe is for single use whereas you can use Dll for multiple use.
    Exe can be started as standalone where dll cannot be.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS