What is a Managed Module (compared to an Assembly)?
https://stackoverflow.com/questions/1326556/what-is-a-managed-module-compared-to-an-assembly
Aug 24, 2009 · Managed modules are the compiled IL versions of the source code. The extension of the file that is built when making a module from source files is .netmodule. Assemblies are either DLLs or .exe files containing managed modules, resources, and metadata. Share Improve this answer edited Apr 9, 2012 at 7:57 Ruben Bartelink 57.5k 24 178 231
DA: 11 PA: 2 MOZ Rank: 53