what is assembly?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Define msil.

543


How does a content page different from a master page?

572


What is the use of execute non query in asp.net?

483


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

630


Which method is used to enforce garbage collection in .net?

423






What is asp according to you?

527


What is the use of asp.net web api?

578


List of words of preprocessor in .net?

514


Define a static class?

529


How can you implement the postback property of an asp.net control?

527


How to disable validator control by client side JavaScript?

569


When does a session actually start?

565


Can you explain the basic use of dataview?

622


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

1948


What are the various ways to send content from one page to another?

520