What is shared and private assembly?

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


Please Help Members By Posting Answers For Below Questions

What is an assembly? Explain its parts.

635


What is base class of .net?

540


How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.

5078


How will you load dynamic assembly? How will create assesblies at run time?

461


What is the difference between Session and response.Redirect?

620






What is tracing? Where is it used?

555


How many types of sessions are there in asp net?

526


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1411


Do cookies store passwords?

505


Is sql backend or frontend?

562


What is the benefit of WebAPI over WCF?

573


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

530


What are the ways to sending the data in ASP.NET page?

569


witch is the best insistute in sharpoint course.what abt future of share point course.

2556


Explain how cookies work.

596