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

What is difference between viewstate and session state in javascript?

0 Answers  


diffrance between stored procedure & function in sql server?

2 Answers  


what is diference between the .net1.0 & .net2.0 ?

3 Answers   EMax,


List some of the important session state modes of asp.net.

0 Answers  


What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor

1 Answers   Icertis, Microsoft, Syntax Softtech,






How is session id generated?

0 Answers  


What is DTS package?

2 Answers   Accenture, TCS,


what is client back feauture ?

1 Answers  


How to send a DataReader as a parameter to a remote client ?

0 Answers   Digital GlobalSoft,


I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?

0 Answers   TCS,


What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

8 Answers   Siebel Systems,


Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance?

2 Answers   HCL, Siebel,


Categories