简体   繁体   中英

Difference between an Assembly, Module and Package in C#.NET

Some of the terminologies have no defined answers, many blogs and or people have slightly varying perspectives about the term assembly, module, package.

I am very interested in knowing the actual differences and usage and using of right terms. I know the meaning of Assembly and its various classifications. However, I am not clear with the term Modules and Packages. What I think about modules/package is, its a collection of assembly, yet, I saw somewhere, that an assembly can have multiple assembly.

Could someone please help me understand the right definition, classification, example and usage with respect to .NET as well as in generic software platforms.

This question has been asked an answered before. (At least in a similar fashion.) .NET Module vs Assembly

Maybe this helps you.

Programming guide:
http://msdn.microsoft.com/en-us/library/67ef8sbd(v=vs.80).aspx
Namespaces (Packages from Java)
http://msdn.microsoft.com/en-us/library/z2kcy19k(v=VS.90).aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM