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

how we Creating a Web Service

1 Answers   Mind Tree,


How to use push notification?

0 Answers   MCN Solutions,


What is sta?

0 Answers  


how can i am search the data from database? just like google

2 Answers  


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  






What are the advantages and disadvantages of Using Cookies?

0 Answers   MCN Solutions,


Explain client-side scripting?

0 Answers  


Authentication and Authorization

2 Answers   Syntel,


How many column in table of sql server?

3 Answers  


What is the lifespan for items stored in ViewState?

4 Answers   Siebel Systems,


What is difference between asp.net and asp?

0 Answers  


What is advantage of asp.net?

0 Answers  


Categories