What meant of assembly & global assembly cache (gac) & Meta data



What meant of assembly & global assembly cache (gac) & Meta data..

Answer / kirti

Assembly :-- An assembly is the primary building block of a .NET based application. It is a collection of functionality that is built, versioned, and deployed as a single implementation unit (as one or more files). All managed types and resources are marked either as accessible only within their implementation unit, or as accessible by code outside that unit. It overcomes the problem of 'dll Hell'.The .NET Framework uses assemblies as the fundamental unit for several purposes:

� Security

� Type Identity

� Reference Scope

� Versioning

� Deployment

Global Assembly Cache :-- Assemblies can be shared among multiple applications on the machine by registering them in global Assembly cache(GAC). GAC is a machine wide a local cache of assemblies maintained by the .NET Framework. We can register the assembly to global assembly cache by using gacutil command.

We can Navigate to the GAC directory, C:winntAssembly in explore. In the tools menu select the cache properties; in the windows displayed you can set the memory limit in MB used by the GAC

MetaData :--Assemblies have Manifests. This Manifest contains Metadata information of the Module/Assembly as well as it contains detailed Metadata of other assemblies/modules references (exported). It's the Assembly Manifest which differentiates between an Assembly and a Module.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What is clr? How does work clr & wht is work of clr?

0 Answers  


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

0 Answers  


Difference between ASP.NET MVC and ASP.NET WebForms?

0 Answers  


how do you truncate a table using entity data model?

0 Answers   Microsoft,


What's the difference between const and readonly ?

2 Answers  






what is a round trip?What is a postback?

4 Answers   Bosch, ONOTech,


mention what is the key advantage of using entity framework or ef?

0 Answers   Microsoft,


Is it possible to create a custom filter?

0 Answers  


What is CLR and how it generates native code ?

1 Answers   Digital GlobalSoft, Vital Soft,


What are the different types of filters, in an asp.net mvc application?

1 Answers   NA,


What type of filter does outputcacheattribute class represents?

0 Answers  


What are the benefits of .net framework?

0 Answers  


Categories