filmov
tv
What is the difference between a DLL and an EXE in dotNet? DotNet Interview Question 44 of 100:
Показать описание
DotNet Interview Question 44 of 100:
What is the difference between a DLL and an EXE in dotNet?
Answer: DLL (Dynamic Link Library) and EXE (Executable) are both compiled files. The main difference is that a DLL is a library that contains code and data that can be used by more than one program at the same time, while an EXE is an executable file that is run directly by the operating system.
What is the difference between a DLL and an EXE in dotNet?
Answer: DLL (Dynamic Link Library) and EXE (Executable) are both compiled files. The main difference is that a DLL is a library that contains code and data that can be used by more than one program at the same time, while an EXE is an executable file that is run directly by the operating system.