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

Describe and In Process Vs Out of Process component. Which is faster?

2 Answers   Syntax Softtech,


What is ipostback?

0 Answers  


Is oauth for authentication or authorization?

0 Answers  


What is the use of web.config and machine.config files?

0 Answers   Amdocs,


Is asp.net easy to learn?

0 Answers  






relacement of websevices in .net 3.0?

1 Answers   Mind Tree,


How u refer webservices?

0 Answers   Microsoft,


what are configuration files?

0 Answers  


When during the page processing cycle is ViewState available?

1 Answers  


how to stop cookie in particular page using asp.net

2 Answers   CGI,


What is a postback in asp net?

0 Answers  


What is difference between singleton and single call?

0 Answers  


Categories