what is shared assembly?

Answers were Sorted based on User's Feedback



what is shared assembly?..

Answer / seshu

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 ?    6 Yes 1 No

what is shared assembly?..

Answer / jiten

A Assembly which in the GAC and has a strong name it's call
shated assembly

Multipal apllication use the same assembly without having a
own copy of that assabley it's call share assembly

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

In how many ways we can retrieve table records count?

0 Answers  


How many types of validation controls are provided by ASP.NET?

8 Answers  


How do you register a .NET assembly?

3 Answers   Microsoft,


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

2 Answers   Siebel Systems,


Define viewstate in .net?

0 Answers  






What base class do all Web Forms inherit from?

1 Answers  


What is WCF

4 Answers  


Describe session handling in a webfarm, how does it work and what are the limits?

0 Answers   Siebel Systems,


what are the sitemap providers in Asp.net 2.0?

2 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

3 Answers  


How can we create Tree control in asp.net?

0 Answers  


Explain State management in asp.net

0 Answers   BirlaSoft,


Categories