Results 1 to 3 of 3

Thread: assemblies?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2003
    Location
    Rhode Island, USA
    Posts
    29

    assemblies?

    could someone please give me a quick overview on assemblies? hope i don't make someone write too much. lol or at least point me into the direction of a good book. thanks

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    An assembly is the primary unit of deployment for .NET applications - it is either a DLL or and EXE. An assembly is composed of a manifest, one or more modules, and other files that contain HTML, XML, images, and so on.

    The above is straight out of Professional VB.NET 2ed. by Wrox Press.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2003
    Location
    Rhode Island, USA
    Posts
    29

    thanks

    thanks for explaining that, it makes a little more sense now.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width