What is Dynamic assembly?
If the PE file of the assembly is created at run time and stored on the disk up to the execution time and deleted after the execution.Then it is known as dynamic assembly.
If the PE file of the assembly is created at run time and stored on the disk up to the execution time and deleted after the execution.Then it is known as dynamic assembly.