Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. Assemblies

Assemblies

Scheduled Pinned Locked Moved Visual Studio
question
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    what is assemblies?!!!!!!!!!!!!! ma_refay

    P J R Y 4 Replies Last reply
    0
    • L Lost User

      what is assemblies?!!!!!!!!!!!!! ma_refay

      P Offline
      P Offline
      Paul Brower
      wrote on last edited by
      #2

      Assemblies usually refer to the compiled dll's that are referenced in your project in order for it to compile and run.

      1 Reply Last reply
      0
      • L Lost User

        what is assemblies?!!!!!!!!!!!!! ma_refay

        J Offline
        J Offline
        Jun Du
        wrote on last edited by
        #3

        Check this out: Wikipedia. - It's easier to make than to correct a mistake.

        1 Reply Last reply
        0
        • L Lost User

          what is assemblies?!!!!!!!!!!!!! ma_refay

          R Offline
          R Offline
          rafibhat28
          wrote on last edited by
          #4

          What is an assembly? An assembly is the primary building block of a .NET Framework application. It is a collection of functionality that is built, versioned, and deployed as a single implementation unit (as one or more files). All managed types and resources are marked either as accessible only within their implementation unit, or as accessible by code outside that unit. Assemblies are self-describing by means of their manifest, which is an integral part of every assembly. The manifest: Establishes the assembly identity (in the form of a text name), version, culture, and digital signature (if the assembly is to be shared across applications). Defines what files (by name and file hash) make up the assembly implementation. Specifies the types and resources that make up the assembly, including which are exported from the assembly. Itemizes the compile-time dependencies on other assemblies. Specifies the set of permissions required for the assembly to run properly. This information is used at run time to resolve references, enforce version binding policy, and validate the integrity of loaded assemblies. The runtime can determine and locate the assembly for any running object, since every type is loaded in the context of an assembly. Assemblies are also the unit at which code access security permissions are applied. The identity evidence for each assembly is considered separately when determining what permissions to grant the code it contains. rafi bhat

          1 Reply Last reply
          0
          • L Lost User

            what is assemblies?!!!!!!!!!!!!! ma_refay

            Y Offline
            Y Offline
            Yogesh Kshatriya
            wrote on last edited by
            #5

            Check out this link. http://msdn.microsoft.com/netframework/gettingstarted/default.aspx?pull=/library/en-us/dndotnet/html/faq111700.asp#faq111700_assembly01[^]

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups