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 for use web.sitemap in asp.net?

1 Answers  


How will you do Redo and Undo in a TextControl?

0 Answers  


What is _dopostback in asp net?

0 Answers  


What method do you use to explicitly kill a users session?

2 Answers   Siebel Systems,


Which Is Faster MVC or ASP.net ?

0 Answers   Arigo Infotech,






What is the life-span of the items in the viewstate?

0 Answers  


What is a 1x1 pixel?

0 Answers  


Why is catch(Exception) almost always a bad idea?

4 Answers  


Explain repository pattern in asp.net mvc? : asp.net mvc

0 Answers  


I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


What is cas?

0 Answers  


What is session in asp.net?

0 Answers  


Categories