GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  DotNet
Go To First  |  Previous Question  |  Next Question 
 DotNet  |  Question 106 of 165    Print  
I want to know the details about Assembly

  
Total Answers and Comments: 7 Last Update: July 04, 2006     Asked by: John 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 28, 2005 00:00:39   #1  
Saroj Sahu        

RE: I want to know the details about Assembly
Assembly is small unit of deployment in dotnet application.it is of two types private and shared
 
Is this answer useful? Yes | No
November 09, 2005 01:24:42   #2  
sanker        

RE: I want to know the details about Assembly
Assemblies are the fundamental unit of deployment version control reuse and security permissions for a .NET-based application. Assemblies take the form of an executable (.exe) file or dynamic link library (.dll) file and are the building blocks of the .NET Framework.
 
Is this answer useful? Yes | No
November 09, 2005 04:25:19   #3  
sanker        

RE: I want to know the details about Assembly
An assembly is the primary building block of a .NET Framework application. All managed types and resources are contained within an assembly and are marked either as accessible only within the assembly or as accessible from code in other assemblies. Assemblies also play a key role in security.
 
Is this answer useful? Yes | No
April 05, 2006 14:20:38   #4  
kaly Member Since: April 2006   Contribution: 1    

RE: I want to know the details about Assembly

There are 3 types of assemblies:

1)private

2)public or shared (installed in Global assemble cache)

3)satellite (used to deploy language specific resources)


 
Is this answer useful? Yes | No
April 07, 2006 05:05:52   #5  
biswaranjan        

RE: I want to know the details about Assembly

Assembly is the primery building block of .net framework.itdeployed&versioned as a single unit..dll Or.exe files r example of assembly.security is also a main feature of assembly.

assembly r 2 types

1.shaired assmble

it is stored in global assembly cache it is used for whole application.

2.private assembly

it is stored in sub folder.it is used for single application.

there is one more assmbly is there that is satelite assembly which is used for language interprobability.

assembly have 4 parts

a)manifest

b)metadat

c)resource

d)msil


 
Is this answer useful? Yes | No
May 29, 2006 01:01:16   #6  
Manikandan        

RE: I want to know the details about Assembly

Assemply is a single Deployable Unit Contain Manifest Metadata.Manifest Discribe the name and version of the Assemply Metadata discribe the information such as Class Interface Namespace Enumeration of the assemple.


 
Is this answer useful? Yes | No
July 03, 2006 13:13:11   #7  
satyambabu        

RE: I want to know the details about Assembly

Assemblys contain collection of .exe and .dll Files and also contain the resources and type definations and assembly are divided into 2 types

1>private

2>public/shared

1>private

private assembly used to single application

2>shared/public:-

shared or public assembly used to my applications

manifest:-

all the assembly metadata information stored in the manifest

metadata:- metadata means data about data


 
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