ravi mishra
Difference between .net exe and .net dll
By ravi mishra in ASP.NET on Feb 27 2008
  • Mohd Nasar
    Mar, 2008 12

    exe file is a excutable file which runs in a seperate process which is managed by OS,where as a dll file is a dynamic link library which can be used in exe files and other dll files.In .net frame work both are assemblies

    • 0
  • John
    Mar, 2008 9

    An Exe can be executed as stand alone,That would have the Main method in of its class. But DLL don't need to have the mail method.It would contain all the supporting/reusable components/classes in it.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS