Thursday, April 4, 2019

Assembly - Difference between .EXE and .DLL

In this video, we will discuss the difference between EXE and .DLL . An Exe have independent memory address space to execute, whereas a DLL needs a host to execute itself, therefore it needs an EXE. This could also be very useful when creating applications and breaking your code into a DLL vs exe. DLLs are often created when we know the same functionality may be used by more than one application.

source https://www.c-sharpcorner.com/article/assembly-difference-between-exe-and-dll/

No comments:

Post a Comment