DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Robert Scheer Guest

    Application and Assembly


    Hi.

    What is the difference between an application and an Assembly? Some help
    topics say that some kinds of variables can be seen inside an application
    and an assembly, others only in an application etc. I can't see the difference.

    Thanks

  2. #2
    Brian Bischof Guest

    Re: Application and Assembly

    Robert,

    An Application consists of one or more Assemblies. An Assembly consists of
    one or more EXE and DLLs that have been put into a package and installed on
    your computer. An Application will create instances of those classes as it
    runs. With regard to difference between which variables can and can't be
    shared, I'll have to pass on that one. What variables are you specifially
    referring to? Off the top of my head, maybe you are referring to
    Applications that run in the same AppDomain. Thus, they can share data
    between each other using the AppDomain class and this wouldn't apply to the
    Assemblies.

    I hope this helps.
    --
    Moving from VB6 to VB.NET? It just got easier...
    "The .NET Languages: A Quick Translation Guide"
    www.bischofsystems.com/vbnet.asp



    An Assembly is a way packaging multiple files so that an Application can
    run. Thus, and Application is just one of the files in an Assembly.
    "Robert Scheer" <rbscheer@my-deja.com> wrote in message
    news:3cac4d23$1@10.1.10.29...
    >
    > Hi.
    >
    > What is the difference between an application and an Assembly? Some help
    > topics say that some kinds of variables can be seen inside an application
    > and an assembly, others only in an application etc. I can't see the

    difference.
    >
    > Thanks




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links