6

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.

Michael
  • 57,169
  • 9
  • 80
  • 125
Jasmine
  • 5,186
  • 16
  • 62
  • 114

1 Answers1

3

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

Community
  • 1
  • 1
caldis
  • 226
  • 1
  • 9
  • 2
    Thank you, however, that's so difficult to understand, me as a beginner. I am looking for more accurate theoretical terms. Also, there is no explanation of module-assembly-package relationship. I understand that, always there need not be relationship – Jasmine Jun 17 '13 at 07:06
  • 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 – caldis Jun 17 '13 at 21:01