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...


How .net assemblies are registred as private and shared
assembly ?

Answers were Sorted based on User's Feedback



How .net assemblies are registred as private and shared assembly ?..

Answer / prabhakar

Any assembly file (.net dll, .net exe ) is by default is
Private assembly. This means the assembly is visible only to
the application that loads/references it explicitly. Each
application that refers our private assembly will get its
own copy in its assembly.

Shared assembly is the assembly that is registered to the
GAC (Global Assembly Cache) that is part of the .Net
framework installed (under 'windows/assembly' directory) on
a system. We use 'gacutils.exe' binary to register the GAC
such as gacutil -i MyAssembly.exe. All applications those
reference a 'registered global assembly' would use the same
copy of the assembly present in the GAC. Hence it is called
'Shared assembly'.

Is This Answer Correct ?    2 Yes 0 No

How .net assemblies are registred as private and shared assembly ?..

Answer / vikas sharma

Private is a simple form af assembly.
Shared assembly used the GAXC and Strong name convention.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Dot Net Framework Interview Questions

What is ViewData and TempData in ASP.Net MVC?

0 Answers  


How do I install .net framework?

0 Answers  


How to make sure Client Validation is enabled in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


What is ASP.NET MVC?

1 Answers  


How to enable Attribute Routing?

0 Answers  


how can you enhance the performance of entity framework?

0 Answers   Microsoft,


What are the different authentication modes in the .NET environment?

2 Answers  


In which testing using in .net framwork?

2 Answers  


What is the difference between Finalize and Dispose (Garbage collection)

1 Answers  


What was the problem in traditional component why side by side execution is supported in .net ?

1 Answers   MMTS,


How do you enforce garbage collection in .NET

1 Answers   Wipro,


how to disable the lazy loading framework?

0 Answers   Microsoft,


Categories