what is an assembly?

Answer Posted / m.d.mallikharjuna rao

An assembly is a file that is automatically generated by
the compiler upon successful compilation of every .NET
application. It can be either a Dynamic Link Library or an
executable file.
ASSEMBLIES ARE THE BUILDING OF DOTNET
FRAMEWORK ,FUNDAMENTAL UNIT OF DEPLOYMENT ,VERSON
CONTROL,REUSE, ACTIVATION SCOPING AND SECURITY PERMISSION
Diffrent Types of Assemblies:
1.PRIVATE
2.SHARED/PUBLIC
3.SATELLITE
4.DYNAMIC
5.SINGLE FILE ASSEMBLY
6.MULTYFILE ASSEMBLY
Fratures of Assembles:
1.Assemblies are self_describing.
2.Version dependencies are recorded inside manifest.
3.Assembliles can be loded side by side.
4.Applilcation isolation is endured using application
domains.
5.Installation can be as easy as copying the files that
belong to an assemly.
6.Assemblies can be shared or private.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do you mean by table-per-hierarchy?

600


What is meant by viewdata?

558


What is objectcontext? : Entity framework

594


Can you explain renderbody and renderpage in asp.net mvc?

562


Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?

553






What type of filter does outputcacheattribute class represents?

682


Do you know about the new features in ASP.Net MVC 4 ?

598


what is entity framework advantage?

631


How the ‘page lifecycle’ of ASP.Net MVC does works?

597


How do you handle variable number of segments in a route definition?

539


What are actions in mvc?

559


What is the advantage of using asp.net routing?

595


The order of the filters that get executed, if the multiple filters are implemented?

617


What are the components required to create a route in mvc?

613


What is viewstart page in mvc?

581