What is shared and private assembly?



What is shared and private assembly?..

Answer / neelima

The assembly which is used only by a single application is
called as private assembly. Suppose you created a DLL which
encapsulates your business logic. This DLL will be used by
your client application only and not by any other
application. In order to run the application properly your
DLL must reside in the same folder in which the client
application is installed. Thus the assembly is private to
your application.

Suppose that you are creating a general purpose DLL which
provides functionality which will be used by variety of
applications. Now, instead of each client application
having its own copy of DLL you can place the DLL in 'global
assembly cache'. Such assemblies are called as shared
assemblies.

Is This Answer Correct ?    29 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the significance of proxy user?

0 Answers   MCN Solutions,


Which is the namespace used to write error message in event Log File?

1 Answers  


How can we update records in gridview?Is there any appropriate code for it?

0 Answers  


Explain about Application and Session Events ?

0 Answers  


what is webpart? what r the parts in this webpart (zone)

2 Answers  






What are the Types of session management in ASP.NET

0 Answers   Microsoft,


How to configure a website without using IIS.

3 Answers   CGI,


What is the difference between application and cache variables?

6 Answers   Astadia,


If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

0 Answers  


Define static function?

0 Answers  


What is an imagemap in asp.net?

0 Answers  


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

0 Answers  


Categories