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.