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 is shared and private assembly ?

Answers were Sorted based on User's Feedback



What is shared and private assembly ?..

Answer / karthikumar.r

shared assembly is global to all applications.
but private assembly is cerated for each applications.

Is This Answer Correct ?    2 Yes 0 No

What is shared and private assembly ?..

Answer / menalish fenando

Shared and Private Assembly: A private assembly is a assembly that is available to particular applications where they are kept. And cannot be references outside the scope of the folder where they are kept.
In contrast, Shared Assemblies are the assemblies that are accessible globally/shared across the machine to all the applications. For using the shared assemblies you need to register the assembly with a strong name in the global assembly cache(GAC) using gacutil.exe. GAC can be found on all the computers with .Net framework installed.

Is This Answer Correct ?    2 Yes 0 No

What is shared and private assembly ?..

Answer / mohan kumar e.

Shared assemblies are accessed by more than one application
and they are stored in GAC. private assemblies are accessed
by only one application and they are stored in application
directory and one of its subdirectory.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

what is connection pooling

5 Answers  


What is the difference between renderaction and renderpartial?

0 Answers  


What is ASP.NET MVC?

1 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

9 Answers   Kanbay,


Tell me about the internal working of Garbage collector?

3 Answers   Honeywell,


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

0 Answers  


What is the difference between partial and renderpartial?

0 Answers  


What is ado.net data provider? : Entity framework

0 Answers  


What is the difference between viewbag and viewdata in mvc?

0 Answers  


What is the use of the default route?

0 Answers  


what is split entity?

0 Answers   Microsoft,


Explain the difference between Viewbag and Viewdata in ASP.NET MVC?

0 Answers  


Categories