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

Is viewstate enabled by default?

0 Answers  


What is Pre-Render event in ASP.NET?

0 Answers   MindCracker,


What are directives in asp.net? List down all the important directives.

0 Answers  


What are the various session state management options provided by asp.net?

0 Answers  


What can we do with asp.net?

0 Answers  






1.What are the types of events in asp.net? 2.what is databind? 3.what is COM objects? 4.Difference between gridview and datalist? 5.what is SOAP? 6.what are contents are available in asp.net page? 7.what are types of error?

1 Answers   CompuRx Infotech, Gemini, Gemini Communication,


Can I have a unique key as foreign key?

0 Answers  


What is a Managed Data?

4 Answers   HCL,


Why and where this web.config file is used?

0 Answers   Amazon,


Which is an advantage of application service providers?

0 Answers  


Which dll handles the request of .aspx page?

0 Answers  


What are the difference between function and stored procedure in .net programming language?

0 Answers  


Categories