what is assembly?

Answers were Sorted based on User's Feedback



what is assembly?..

Answer / seshu

assembly is a collection of dll,exe files required for
running entire application.

Is This Answer Correct ?    4 Yes 0 No

what is assembly?..

Answer / sabeer pasha

An Assembly is a Executable or a Dll file. they are three
kinds of Assemblies

i) Private Assemblied

ii) Public/Shared Assemblies(This are Available in GAC).

iii)Multilingual Assemblies( For MultiLanguages)

Is This Answer Correct ?    0 Yes 0 No

what is assembly?..

Answer / jacky

Assembly is a compiled( standerd) code which is handel and
understand by CLR , via using assembly we can achive the
Encapsulation and Type sefty For MSIL code

Is This Answer Correct ?    0 Yes 0 No

what is assembly?..

Answer / vimal chauhan

An Assembly is a unit of deployment like (.exe or .dll).

Assembly are of two type.
1-Private Assembly
2-Shared Assembly

Private Assembly is place on client application and it can be used only for the specific application because it con not be stored in GAC.private assemble does not use strong name.

Shared Assembly is place in GAC(Global Assemble Cache).
Shared Assembly used in many application on the same machine.


GAC is a place where all shared assemble stored.GAC use strong name to identify the uniqueness of shared assembly.

Strong Name is a collection of

1-Assembly name
2-Assembly version
3-Assembly Culture
4-Public key crytography

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Can we create a multiple user simultaneously ?

0 Answers   MCN Solutions,


How many classes can a single .NET DLL contain?

14 Answers   Siebel Systems,


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

0 Answers  


What is caching? Explain.

0 Answers  


How u refer webservices?

0 Answers   Microsoft,






Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version

2 Answers   Citrix, TCS,


when user is logged on the information is saved in a cookie, what is the name of that cookie?

5 Answers   Mind Tree,


How to Deploy a project?

2 Answers  


What is the difference between stored procedure vs function?

0 Answers  


Explain client-side scripting?

0 Answers  


what is reference type to value type.

3 Answers   AG Technologies,


when the user control event occur in ASp page life cycle?

3 Answers   Microsoft,


Categories