Related resources for strong name assemblies
  • Assembly - Difference between .EXE and .DLL4/4/2019 2:53:07 PM. 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.
  • Debugging a Compiled Component10/31/2013 1:21:51 AM. After an assembly is compiled into a dll in a release mode, it is very difficult to gather information from it such as runtime performance, parameters values, etc.