The .NET Architecture: Assemblies and Modules
Notes:

Question: What is the difference between an assembly and a module?

Answer: see 3.6 Assemblies and Modules

A module forms a physical unit and is always contained in one file.
An assembly is a locigal unit and combines one or more (module or
resource) files.

No votes yet
Related Links:The .NET Architecture: VersioningThe .NET Architecture: Strong namesThe .NET Architecture: Application domainsThe .NET Architecture: ProbingThe .NET Architecture: Code-based security
© Copyright 2008. All Rights Reserved.