what is shared assembly asp net



what is shared assembly asp net..

Answer / mkm

Shared ASP.NET Assemblies are created when you want to
share the component files across multiple applications.
Shared ASP.NET Assemblies must have a unique name and must
be placed in Global Assembly Cache (GAC).

or


two types of ASP.NET Assemblies in ASP.NET: private ASP.NET
Assemblies and shared assemblies. Private ASP.NET
Assemblies are created whey you build component files like
DLLs that can be applied to one application. Shared ASP.NET
Assemblies are created when you want to share the component
files across multiple applications. Shared ASP.NET
Assemblies must have a unique name and must be placed in
Global Assembly Cache (GAC). The GAC is located in the
Assembly directory in WinNT. You can view both the manifest
and the IL using ILDisassembler (ildasm.exe).

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the different web pages?

0 Answers  


What is source control?How to use in asp.net?

1 Answers  


What is SOAP, UDDI and WSDL ?

2 Answers   Infosys, Network, TCS, Wipro,


List of interview questions collections at www.dpoint.weebly.com

2 Answers   IBM,


What is view state and use of it ?

1 Answers  


What is hidden field in asp.net?

0 Answers  


what is NET Framework ?

4 Answers   TCS,


What is the difference between a thread and a process?

3 Answers  


Write a code for sending an email from asp.net application.

0 Answers  


Define msil.

0 Answers  


Where is asp.net session stored?

0 Answers  


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,


Categories