One ProgramThe set may contain multiple modules. You cannot upgrade a single module of a multi-module assembly. The entire assembly must be deployed or versionized as a separate unit. To generate multi-module assembly,
The connector uses the plug-in tool --al.exe, which is also part of the. NET Framework. ,
Multi-Module assembly should be considered in the following two cases:
(1) The Assembly downloaded from the web site is downloaded one by one. Unused modules do not require downloading. Put some rarely used classes into a single module, so that most users do not have to download them, thus improving efficiency. ,
(2) Since compiling modules written in different programming languages is feasible, the result is that an assembly is often generated using multiple language tools.
However, multi-module assembly is more difficult to compile, generate, deploy, and control versions.
As long as a large assembly is divided into small assembly, similar effects can be achieved without using multi-module assembly, and much less work is done.