ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories >> Software >> Microsoft-Related >> Dot-Net >> Dot-Net-Remoting
 
 
 
Question
What do you know about .NET assemblies?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
Answer
An assembly is the functional unit of sharing and reuse in 
the Common Language Runtime. It provides the Common 
Language Runtime with the information it needs to be aware 
of type implementations. To the runtime, a type does not 
exist outside the context of an assembly. Assemblies are a 
fundamental part of the runtime.

In physical terms, an assembly is a collection of physical 
files that are owned by the assembly. These assemblies, 
called static assemblies, can include .NET Framework types 
(interfaces and classes) as well as resources for the 
assembly (bitmaps, JPEG files, resource files, etc.). In 
addition, the Common Language Runtime provides API's that 
script engines use to create dynamic assemblies when 
executing scripts. These assemblies are run directly and 
are never saved to disk, though you can save them to disk 
if you so choose. 

An assembly forms a logical unit of functionality, 
a “logical” dll. An assembly forms the fundamental unit of 
deployment, version control, reuse, activation scoping, and 
security permissions. Contained in an assembly is the 
assembly manifest, which contains all the metadata needed 
to specify the version requirements, security identity, and 
all information needed to define the scope of the assembly 
and resolve references to resources and classes.
 
0
James
 
View All Answers
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com