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

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

2 Answers   Siebel Systems,


asp.net interview questions

0 Answers  


diff between Server.Transfer() and Server.Execute()

1 Answers  


WSDL means?

0 Answers   Siebel,


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

0 Answers  






i wand basic interview based questions in asp.net and vb.net

0 Answers   Legio Infotech,


What is ispostback method in asp.net? Why do we use that?

0 Answers  


What is server side session management?

0 Answers  


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one

1 Answers  


What is the base class of .NET?

6 Answers  


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

0 Answers   CTS,


What is X-Path?

2 Answers   Sherston,


Categories