What exactly is a "module"? #101571
Replies: 3 comments 2 replies
-
https://learn.microsoft.com/en-us/dotnet/standard/assembly/
https://learn.microsoft.com/en-us/dotnet/framework/app-domains/build-multifile-assembly |
Beta Was this translation helpful? Give feedback.
-
Historically, there was an idea that an assembly can be distributed as multiple files via Internet, and only executed part will be downloaded. The idea was then abandoned in the new century because directly executing code from Internet is totally horrible. |
Beta Was this translation helpful? Give feedback.
-
It is accurate actually, an assembly is represented by the Assembly class and numerous other Assembly related classes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've seen the term used in .Net since day one, but I've never really understood what it is exactly, unlike an
Assembly
which has various classes representing it, aModule
seems more nebulous, I've no idea what it is or why the term is even used.Beta Was this translation helpful? Give feedback.
All reactions