question about Assemblies

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

    #1

    question about Assemblies

    Are assemblies the same as libraries (i.e. C/C++ libraries)?. I know
    they may have security attributes etc - but at a conceptual level, are
    they a means of partitioning code into modular, logical units?

  • Peter Rilling

    #2
    Re: question about Assemblies

    Yes, but the format is somewhat different.

    "Susan Baker" <sbaker@no.spam .net> wrote in message
    news:dnrb0v$dn1 $1@nwrdmz02.dmz .ncs.ea.ibs-infra.bt.com...[color=blue]
    > Are assemblies the same as libraries (i.e. C/C++ libraries)?. I know they
    > may have security attributes etc - but at a conceptual level, are they a
    > means of partitioning code into modular, logical units?
    >[/color]


    Comment

    • Carlos J. Quintero [VB MVP]

      #3
      Re: question about Assemblies

      Hi Susan,

      Technically an assembly is composed of modules (files) but most assemblies
      have a single file. Also, an assembly can be also an .exe, not always a dll.
      But for assemblies that are class libraries (.dll), yes, at conceptual level
      they are like Win32 DLLs or ActiveX dlls.

      --

      Best regards,

      Carlos J. Quintero

      MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
      VB6, VB5 and VBA
      You can code, design and document much faster in VB.NET, C#, C++ or VJ#
      Free resources for add-in developers:
      MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.


      "Susan Baker" <sbaker@no.spam .net> escribió en el mensaje
      news:dnrb0v$dn1 $1@nwrdmz02.dmz .ncs.ea.ibs-infra.bt.com...[color=blue]
      > Are assemblies the same as libraries (i.e. C/C++ libraries)?. I know they
      > may have security attributes etc - but at a conceptual level, are they a
      > means of partitioning code into modular, logical units?
      >[/color]


      Comment

      Working...