Answer Posted / 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 View All Answers
What is the adavantage of using ASP.NET routing?
What is data reader in asp.net?
What is difference between datalist and gridview?
What is the difference between CC and BCC?
What is the parent class of all web server control?
Explain the difference between singleton and single call?
In a Repeater control how one can provide an alternating color scheme ?
How do you declare static variable?
What is content page in asp net?
Is asp.net core faster?
Are xaml file compiled or built on runtime?
How you can stop the validation of ASP.NET controls from client side?
Is it possible to write code in many languages in one asp.net project?
Where would you use an ihttpmodule, and what are the limitations if any?
What is the state management in asp.net?