Thursday, February 11, 2010

What is the difference between an EXE and a DLL?

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.

No comments: