Use multi-mode assembly

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.