Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 ?    1 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

How to Insert a TextBox value in to Sql database using C#.Net coding

2 Answers  


Is any files are generated,when we are adding the web reference to the web service?

2 Answers  


what are the different stepts to create shared assemblies?

1 Answers  


Describe the roles of clr in .net framework.?

0 Answers  


What are differences between entity framework and l2s? : Entity framework

0 Answers  


Name a few different return types of a controller action method?

0 Answers  


Is .net framework 4.8 the last version?

0 Answers  


What is GUID and why we need to use it and in what condition? How this is created

1 Answers  


Is dapper better than entity framework?

0 Answers  


what is deferred loading(lazy loading)?

0 Answers   Microsoft,


Who defines the CAS code groups

1 Answers  


What are the advantages of razor view engine?

0 Answers  


Categories