What are the difference between "modules" and "components"?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nice

    #1

    What are the difference between "modules" and "components"?

    Are they the same thing?
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: What are the difference between "modules&q uot; and "component s"?

    Nice,

    No, they are not. A component is typically synonymous with a class
    (although definitions will vary as to what this class has to conform to in
    order to be a component).

    As for modules, they contain type definitions, and there can be one or
    more modules in an assembly.

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Nice" <Nice@discussio ns.microsoft.co m> wrote in message
    news:A32FECE1-226D-4BF7-A36D-B571C443EED5@mi crosoft.com...[color=blue]
    > Are they the same thing?[/color]


    Comment

    Working...