GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft
Go To First  |  Previous Question  |  Next Question 
 Microsoft  |  Question 14 of 35    Print  
What’s an assembly?

  
Total Answers and Comments: 5 Last Update: December 14, 2008     Asked by: NithyaSurendran 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: sbehera02
 

Assebmly is Unit deployment like EXE or DLL.

An Assembly consist of one or more files(dlls ,exe's ,html files etc), and represent a group of resources, type definations and implementaions of those types.An assembly may also contain refernce to other assembly.These resources,types and refences are described in a block of data call a manifest.The manifest is part of the assembly,thus making the assembly self-describing.

----------------

SuniL



Above answer was rated as good by the following members:
sbalaji407
October 27, 2006 01:20:29   #1  
kirankumarreddy        

RE: What’s an assembly?
assembly is a piece of code ready for execute.
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
November 09, 2006 11:32:26   #2  
tauhid        

RE: What’s an assembly?

Assembly is a logical unit of code which can exists as DLL or EXE file.

It consists of 4 parsts.

1)name 2)version 3) Culture information and 4)public key


 
Is this answer useful? Yes | No
December 15, 2006 11:08:03   #3  
sbehera02 Member Since: July 2006   Contribution: 18    

RE: What’s an assembly?

Assebmly is Unit deployment like EXE or DLL.

An Assembly consist of one or more files(dlls exe's html files etc) and represent a group of resources type definations and implementaions of those types.An assembly may also contain refernce to other assembly.These resources types and refences are described in a block of data call a manifest.The manifest is part of the assembly thus making the assembly self-describing.

----------------

SuniL


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
October 25, 2007 05:41:23   #4  
zeenat Member Since: October 2007   Contribution: 1    

RE: What’s an assembly?

Assemblies are the single deployable unit contains all the information about the implementation of classes structures and interfaces.An assembly stores all the information about itself. This information is called Metadata and includes the name and version number of the assembly security information information about the dependencies and a list of the files that constitute the assembly.Namespaces all also stored in assembly.Assemblies and the metadata provide all the information to the CLR required for executing the application


 
Is this answer useful? Yes | No
December 13, 2008 11:21:49   #5  
sbalaji407 Member Since: December 2008   Contribution: 7    

RE: What’s an assembly?
Assembly is a piece of code. It is ready for execute. It contains two files. 1. DLL 2. EXE.
EXE is directly executed.
DLL file is the resoure for executing EXE file.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape