Prabhu Raja
What is an Assembly ?
By Prabhu Raja in ASP.NET on Dec 27 2011
  • vis ven
    Mar, 2012 20

    assemblies are building blocks for ms .net framework....assembly contains one r multiple files either dll r exe...actually assembly was created whenever dll built

    2 types of assem
    1.private:it is used within single application&it is stored in bin folder
    2.shared:it is used in multiple applications across the n/w& it is stored under Global Assembly Cache
    ------->if any mistakes-------->post me--------->Thank""""""""""""U"""""""""""

    • 0
  • Prabhu Kumar
    Jan, 2012 27

    Assembly is a compile code library use for version, security and deployment, an assembly may contain one or more files, an application can contain two or more assemblies

    • 0
  • KondalaRayudu ValaVala
    Jan, 2012 8

    Assembly is a logical collection of one or more PE's(Portable Executable) with .net Module

    • 0
  • Prabhu Raja
    Dec, 2011 27

    Assemblies are the fundamental building block of .NET framework.
    They contains the type and resources that are useful to make an
    application. Assembly enables code reuse, version control, security
    and deployment. An assembely can have four parts : Menifest, Type
    metadata, MSIL and Resource file.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS